Home
last modified time | relevance | path

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

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