Searched refs:lookup_symbol_attrs (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/include/linux/ |
H A D | kallsyms.h | 46 int lookup_symbol_attrs(unsigned long addr, unsigned long *size, unsigned long *offset, char *modname, char *name); 101 static inline int lookup_symbol_attrs(unsigned long addr, unsigned long *size, unsigned long *offset, char *modname, char *name) lookup_symbol_attrs() function
|
/linux-4.1.27/arch/metag/kernel/ |
H A D | stacktrace.c | 26 else if (!lookup_symbol_attrs(tbi_boing_addr, &size, tbi_boing_init()
|
/linux-4.1.27/kernel/ |
H A D | kallsyms.c | 335 int lookup_symbol_attrs(unsigned long addr, unsigned long *size, lookup_symbol_attrs() function
|
/linux-4.1.27/mm/ |
H A D | slab.c | 4122 if (lookup_symbol_attrs(address, &size, &offset, modname, name) == 0) { show_symbol()
|
Completed in 420 milliseconds