Home
last modified time | relevance | path

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

/linux-6.6.21/tools/lib/symbol/
Dkallsyms.h18 return isupper(type) ? STB_GLOBAL : STB_LOCAL; in kallsyms2elf_binding()
/linux-6.6.21/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-6.6.21/tools/perf/util/
Dsymbol_fprintf.c15 sym->binding == STB_LOCAL ? 'l' : 'w', in symbol__fprintf()
Dgenelf.c92 .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
Dsymbol.c1681 return STB_LOCAL; in bfd2elf_binding()
Dauxtrace.c2594 sym->binding == STB_LOCAL ? 'l' : 'w', in print_duplicate_syms()
/linux-6.6.21/tools/perf/ui/browsers/
Dmap.c36 sym->binding == STB_LOCAL ? 'l' : 'w'); in map_browser__write()
/linux-6.6.21/include/uapi/linux/
Delf.h124 #define STB_LOCAL 0 macro
/linux-6.6.21/tools/objtool/
Delf.c744 if (GELF_ST_BIND(sym->sym.st_info) != STB_LOCAL) in __elf_create_symbol()
807 sym->sym.st_info = GELF_ST_INFO(STB_LOCAL, STT_SECTION); in elf_create_section_symbol()
/linux-6.6.21/tools/lib/bpf/
Dlinker.c802 if (sym_bind != STB_LOCAL && sym_bind != STB_GLOBAL && sym_bind != STB_WEAK) { in linker_sanity_check_elf_symtab()
813 if (sym_type != STT_NOTYPE || sym_bind == STB_LOCAL in linker_sanity_check_elf_symtab()
1846 if (sym_bind == STB_LOCAL) in linker_append_elf_sym()
1986 if (sym_bind != STB_LOCAL) { in linker_append_elf_sym()
Dlibbpf.c846 if (sec_idx != obj->efile.text_shndx && ELF64_ST_BIND(sym->st_info) == STB_LOCAL) { in bpf_object__add_programs()
879 if (ELF64_ST_BIND(sym->st_info) != STB_LOCAL in bpf_object__add_programs()
3584 if (bind == STB_LOCAL && type == STT_SECTION) in sym_is_subprog()
/linux-6.6.21/tools/perf/Documentation/
Dperf-dlfilter.txt206 __u8 sym_binding; /* STB_LOCAL, STB_GLOBAL or STB_WEAK, refer <elf.h> */
/linux-6.6.21/scripts/
Drecordmcount.h536 && (STB_LOCAL == st_bind || STB_GLOBAL == st_bind)) { in find_secsym_ndx()
/linux-6.6.21/arch/x86/tools/
Drelocs.c176 SYM_BIND(STB_LOCAL), in sym_bind()
/linux-6.6.21/tools/perf/
Dbuiltin-top.c188 sym->binding == STB_LOCAL ? 'l' : 'w', sym->name, in ui__warn_map_erange()
/linux-6.6.21/Documentation/dev-tools/
Dcheckpatch.rst788 Symbols with STB_LOCAL binding may still be used, and `.L` prefixed