Home
last modified time | relevance | path

Searched refs:sym_bind (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/lib/bpf/
H A Dlinker.c939 int sym_bind = ELF64_ST_BIND(sym->st_info); in linker_sanity_check_elf_symtab() local
951 if (sym_bind != STB_LOCAL && sym_bind != STB_GLOBAL && sym_bind != STB_WEAK) { in linker_sanity_check_elf_symtab()
953 i, sec->sec_idx, sym_bind); in linker_sanity_check_elf_symtab()
962 if (sym_type != STT_NOTYPE || sym_bind == STB_LOCAL in linker_sanity_check_elf_symtab()
2002 int name_off, sym_type, sym_bind, sym_vis, err; in linker_append_elf_sym() local
2009 sym_bind = ELF64_ST_BIND(sym->st_info); in linker_append_elf_sym()
2031 if (sym_bind == STB_LOCAL) in linker_append_elf_sym()
2090 if (sym_bind == STB_GLOBAL) { in linker_append_elf_sym()
2121 if (!glob_sym->is_extern && sym_bind == STB_WEAK) in linker_append_elf_sym()
2171 if (sym_bind != STB_LOCAL) { in linker_append_elf_sym()
[all …]
/linux-6.15/arch/x86/tools/
H A Drelocs.c175 static const char *sym_bind(unsigned bind) in sym_bind() function
590 sym_bind(ELF_ST_BIND(sym->st_info)), in print_absolute_symbols()