Home
last modified time | relevance | path

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

/Linux-v5.10/tools/lib/symbol/
Dkallsyms.h18 return isupper(type) ? STB_GLOBAL : STB_LOCAL; in kallsyms2elf_binding()
/Linux-v5.10/arch/powerpc/kernel/
Dreloc_32.S19 STB_LOCAL = 0 /* Local binding for the symbol */ define
121 cmpwi r5, STB_LOCAL /* st_value = 0, ld bug */
/Linux-v5.10/tools/perf/util/
Dsymbol_fprintf.c15 sym->binding == STB_LOCAL ? 'l' : 'w', in symbol__fprintf()
Dgenelf.c91 .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
Dsymbol.c1557 return STB_LOCAL; in bfd2elf_binding()
Dauxtrace.c2417 sym->binding == STB_LOCAL ? 'l' : 'w', in print_duplicate_syms()
/Linux-v5.10/tools/perf/ui/browsers/
Dmap.c36 sym->binding == STB_LOCAL ? 'l' : 'w'); in map_browser__write()
/Linux-v5.10/include/uapi/linux/
Delf.h120 #define STB_LOCAL 0 macro
/Linux-v5.10/scripts/
Drecordmcount.h531 && (STB_LOCAL == st_bind || STB_GLOBAL == st_bind)) { in find_secsym_ndx()
/Linux-v5.10/arch/x86/tools/
Drelocs.c165 SYM_BIND(STB_LOCAL), in sym_bind()
/Linux-v5.10/tools/perf/
Dbuiltin-top.c185 sym->binding == STB_LOCAL ? 'l' : 'w', sym->name, in ui__warn_map_erange()