Searched refs:STB_LOCAL (Results 1 - 14 of 14) sorted by relevance

/linux-master/tools/lib/symbol/
H A Dkallsyms.h18 return isupper(type) ? STB_GLOBAL : STB_LOCAL;
/linux-master/arch/powerpc/kernel/
H A Dreloc_32.S19 STB_LOCAL = 0 /* Local binding for the symbol */ define
115 * STB_LOCAL symbols, the value should be assumed
121 cmpwi r5, STB_LOCAL /* st_value = 0, ld bug */
/linux-master/tools/perf/util/
H A Dsymbol_fprintf.c15 sym->binding == STB_LOCAL ? 'l' : 'w',
H A Dgenelf.c92 .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
H A Dauxtrace.c2597 sym->binding == STB_LOCAL ? 'l' : 'w',
H A Dsymbol.c1583 return STB_LOCAL;
/linux-master/tools/perf/ui/browsers/
H A Dmap.c36 sym->binding == STB_LOCAL ? 'l' : 'w');
/linux-master/include/uapi/linux/
H A Delf.h124 #define STB_LOCAL 0 macro
/linux-master/scripts/
H A Drecordmcount.h536 && (STB_LOCAL == st_bind || STB_GLOBAL == st_bind)) {
/linux-master/tools/lib/bpf/
H A Dlinker.c413 * symbol (i.e., binding is STB_LOCAL). But why and who cares?
821 if (sym_bind != STB_LOCAL && sym_bind != STB_GLOBAL && sym_bind != STB_WEAK) {
832 if (sym_type != STT_NOTYPE || sym_bind == STB_LOCAL
1865 if (sym_bind == STB_LOCAL)
2005 if (sym_bind != STB_LOCAL) {
H A Dlibbpf.c872 if (sec_idx != obj->efile.text_shndx && ELF64_ST_BIND(sym->st_info) == STB_LOCAL) {
900 if (ELF64_ST_BIND(sym->st_info) != STB_LOCAL)
3913 if (bind == STB_LOCAL && type == STT_SECTION)
/linux-master/tools/objtool/
H A Delf.c742 if (GELF_ST_BIND(sym->sym.st_info) != STB_LOCAL)
805 sym->sym.st_info = GELF_ST_INFO(STB_LOCAL, STT_SECTION);
/linux-master/arch/x86/tools/
H A Drelocs.c176 SYM_BIND(STB_LOCAL),
/linux-master/tools/perf/
H A Dbuiltin-top.c188 sym->binding == STB_LOCAL ? 'l' : 'w', sym->name,

Completed in 194 milliseconds