Home
last modified time | relevance | path

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

/Linux-v4.19/tools/lib/symbol/
Dkallsyms.h18 return isupper(type) ? STB_GLOBAL : STB_LOCAL; in kallsyms2elf_binding()
/Linux-v4.19/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-v4.19/tools/perf/util/
Dsymbol_fprintf.c13 sym->binding == STB_LOCAL ? 'l' : 'w', in symbol__fprintf()
Dgenelf.c96 .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
Dauxtrace.c1930 sym->binding == STB_LOCAL ? 'l' : 'w', in print_duplicate_syms()
/Linux-v4.19/tools/perf/ui/browsers/
Dmap.c34 sym->binding == STB_LOCAL ? 'l' : 'w'); in map_browser__write()
/Linux-v4.19/include/uapi/linux/
Delf.h119 #define STB_LOCAL 0 macro
/Linux-v4.19/scripts/
Drecordmcount.h434 && (STB_LOCAL == st_bind || STB_GLOBAL == st_bind)) { in find_secsym_ndx()
/Linux-v4.19/arch/x86/tools/
Drelocs.c163 SYM_BIND(STB_LOCAL), in sym_bind()
/Linux-v4.19/tools/perf/
Dbuiltin-top.c173 sym->binding == STB_LOCAL ? 'l' : 'w', sym->name, in ui__warn_map_erange()