Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dreloc_32.S19 STB_LOCAL = 0 /* Local binding for the symbol */ define
121 cmpwi r5, STB_LOCAL /* st_value = 0, ld bug */
/linux/tools/lib/symbol/
H A Dkallsyms.h18 return isupper(type) ? STB_GLOBAL : STB_LOCAL; in kallsyms2elf_binding()
/linux/tools/perf/util/
H A Dsymbol_fprintf.c15 sym->binding == STB_LOCAL ? 'l' : 'w', in symbol__fprintf()
H A Dgenelf.c67 .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
H A Dlibbfd.c311 return STB_LOCAL; in bfd2elf_binding()
H A Dauxtrace.c2685 sym->binding == STB_LOCAL ? 'l' : 'w', in print_duplicate_syms()
/linux/tools/perf/ui/browsers/
H A Dmap.c36 sym->binding == STB_LOCAL ? 'l' : 'w'); in map_browser__write()
/linux/tools/objtool/
H A Dklp-diff.c453 if (sym1->bind == STB_LOCAL) in correlate_symbols()
481 if (sym->bind != STB_LOCAL) in find_sympos()
612 case STB_LOCAL: return "LOCAL"; in sym_bind()
1204 return elf_create_symbol(elf, name, sec, STB_LOCAL, type, offset, size) ? 0 : -1; in create_fake_symbol()
H A Delf.c297 if (sym->bind == STB_LOCAL && sym->file == file && in find_local_symbol_by_file_and_name()
618 else if (sym->bind == STB_LOCAL) in read_symbols()
911 if (bind != STB_LOCAL) in elf_create_symbol()
970 sym = elf_create_symbol(elf, sec->name, sec, STB_LOCAL, STT_SECTION, 0, 0); in elf_create_section_symbol()
/linux/scripts/gendwarfksyms/
H A Dsymbols.c263 if (GELF_ST_BIND(sym->st_info) == STB_LOCAL) in elf_for_each_global()
/linux/tools/lib/bpf/
H A Dlinker.c950 if (sym_bind != STB_LOCAL && sym_bind != STB_GLOBAL && sym_bind != STB_WEAK) { in linker_sanity_check_elf_symtab()
961 if (sym_type != STT_NOTYPE || sym_bind == STB_LOCAL in linker_sanity_check_elf_symtab()
2033 if (sym_bind == STB_LOCAL) in linker_append_elf_sym()
2173 if (sym_bind != STB_LOCAL) { in linker_append_elf_sym()
H A Dlibbpf.c939 if (sec_idx != obj->efile.text_shndx && ELF64_ST_BIND(sym->st_info) == STB_LOCAL) { in bpf_object__add_programs()
967 if (ELF64_ST_BIND(sym->st_info) != STB_LOCAL) in bpf_object__add_programs()
4061 if (bind == STB_LOCAL && type == STT_SECTION) in sym_is_subprog()
/linux/scripts/
H A Drecordmcount.h536 && (STB_LOCAL == st_bind || STB_GLOBAL == st_bind)) { in find_secsym_ndx()
/linux/tools/perf/Documentation/
H A Dperf-dlfilter.txt206 __u8 sym_binding; /* STB_LOCAL, STB_GLOBAL or STB_WEAK, refer <elf.h> */
/linux/arch/x86/tools/
H A Drelocs.c179 SYM_BIND(STB_LOCAL), in sym_bind()
/linux/tools/perf/
H A Dbuiltin-top.c189 sym->binding == STB_LOCAL ? 'l' : 'w', sym->name, in ui__warn_map_erange()