Searched refs:STB_LOCAL (Results 1 – 16 of 16) sorted by relevance
/linux-5.19.10/tools/lib/symbol/ |
D | kallsyms.h | 18 return isupper(type) ? STB_GLOBAL : STB_LOCAL; in kallsyms2elf_binding()
|
/linux-5.19.10/arch/powerpc/kernel/ |
D | reloc_32.S | 19 STB_LOCAL = 0 /* Local binding for the symbol */ define 121 cmpwi r5, STB_LOCAL /* st_value = 0, ld bug */
|
/linux-5.19.10/tools/perf/util/ |
D | symbol_fprintf.c | 15 sym->binding == STB_LOCAL ? 'l' : 'w', in symbol__fprintf()
|
D | genelf.c | 95 .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
|
D | symbol.c | 1585 return STB_LOCAL; in bfd2elf_binding()
|
D | auxtrace.c | 2539 sym->binding == STB_LOCAL ? 'l' : 'w', in print_duplicate_syms()
|
/linux-5.19.10/tools/perf/ui/browsers/ |
D | map.c | 36 sym->binding == STB_LOCAL ? 'l' : 'w'); in map_browser__write()
|
/linux-5.19.10/include/uapi/linux/ |
D | elf.h | 124 #define STB_LOCAL 0 macro
|
/linux-5.19.10/tools/perf/Documentation/ |
D | perf-dlfilter.txt | 170 __u8 sym_binding; /* STB_LOCAL, STB_GLOBAL or STB_WEAK, refer <elf.h> */
|
/linux-5.19.10/tools/lib/bpf/ |
D | linker.c | 802 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() 1832 if (sym_bind == STB_LOCAL) in linker_append_elf_sym() 1972 if (sym_bind != STB_LOCAL) { in linker_append_elf_sym()
|
D | libbpf.c | 760 if (sec_idx != obj->efile.text_shndx && ELF64_ST_BIND(sym->st_info) == STB_LOCAL) { in bpf_object__add_programs() 793 if (ELF64_ST_BIND(sym->st_info) != STB_LOCAL in bpf_object__add_programs() 2006 if (ELF64_ST_BIND(sym->st_info) == STB_LOCAL) { in bpf_object__init_user_maps() 3505 if (bind == STB_LOCAL && type == STT_SECTION) in sym_is_subprog()
|
/linux-5.19.10/scripts/ |
D | recordmcount.h | 536 && (STB_LOCAL == st_bind || STB_GLOBAL == st_bind)) { in find_secsym_ndx()
|
/linux-5.19.10/arch/x86/tools/ |
D | relocs.c | 175 SYM_BIND(STB_LOCAL), in sym_bind()
|
/linux-5.19.10/tools/objtool/ |
D | elf.c | 752 sym->sym.st_info = GELF_ST_INFO(STB_LOCAL, STT_SECTION); in elf_create_section_symbol()
|
/linux-5.19.10/tools/perf/ |
D | builtin-top.c | 186 sym->binding == STB_LOCAL ? 'l' : 'w', sym->name, in ui__warn_map_erange()
|
/linux-5.19.10/Documentation/dev-tools/ |
D | checkpatch.rst | 781 Symbols with STB_LOCAL binding may still be used, and `.L` prefixed
|