Home
last modified time | relevance | path

Searched refs:STB_LOCAL (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/tools/lib/symbol/
Dkallsyms.h17 return isupper(type) ? STB_GLOBAL : STB_LOCAL; in kallsyms2elf_binding()
/linux-4.4.14/arch/powerpc/kernel/
Dreloc_32.S23 STB_LOCAL = 0 /* Local binding for the symbol */ define
125 cmpwi r5, STB_LOCAL /* st_value = 0, ld bug */
/linux-4.4.14/tools/perf/ui/browsers/
Dmap.c31 sym->binding == STB_LOCAL ? 'l' : 'w'); in map_browser__write()
/linux-4.4.14/include/uapi/linux/
Delf.h118 #define STB_LOCAL 0 macro
/linux-4.4.14/scripts/
Drecordmcount.h434 && (STB_LOCAL == st_bind || STB_GLOBAL == st_bind)) { in find_secsym_ndx()
/linux-4.4.14/arch/x86/tools/
Drelocs.c161 SYM_BIND(STB_LOCAL), in sym_bind()
/linux-4.4.14/tools/perf/
Dbuiltin-top.c164 sym->binding == STB_LOCAL ? 'l' : 'w', sym->name, in ui__warn_map_erange()
/linux-4.4.14/tools/perf/util/
Dsymbol.c262 sym->binding == STB_LOCAL ? 'l' : 'w', in symbol__fprintf()