| /linux-6.15/tools/lib/bpf/ |
| H A D | elf.c | 279 int i, sh_types[2] = { SHT_DYNSYM, SHT_SYMTAB }; in elf_find_func_offset() 412 int sh_types[2] = { SHT_DYNSYM, SHT_SYMTAB }; in elf_resolve_syms_offsets() 508 int sh_types[2] = { SHT_SYMTAB, SHT_DYNSYM }; in elf_resolve_pattern_offsets()
|
| H A D | linker.c | 459 sec->shdr->sh_type = SHT_SYMTAB; in init_output_elf() 771 case SHT_SYMTAB: in linker_load_obj_file() 876 case SHT_SYMTAB: in linker_sanity_check_elf()
|
| /linux-6.15/arch/mips/vdso/ |
| H A D | genvdso.h | 76 if (swap_uint32(shdr->sh_type) == SHT_SYMTAB) in FUNC()
|
| /linux-6.15/arch/sparc/vdso/ |
| H A D | vdso2c.h | 68 if (GET_BE(&sh->sh_type) == SHT_SYMTAB) in BITSFUNC()
|
| /linux-6.15/arch/sparc/kernel/ |
| H A D | module.c | 35 for (symidx = 0; sechdrs[symidx].sh_type != SHT_SYMTAB; symidx++) { in module_frob_arch_sections()
|
| /linux-6.15/arch/x86/entry/vdso/ |
| H A D | vdso2c.h | 109 if (GET_LE(&sh->sh_type) == SHT_SYMTAB) in BITSFUNC()
|
| /linux-6.15/arch/alpha/kernel/ |
| H A D | module.c | 79 if (s->sh_type == SHT_SYMTAB) in module_frob_arch_sections()
|
| /linux-6.15/arch/mips/kernel/ |
| H A D | vpe.c | 633 if (sechdrs[i].sh_type == SHT_SYMTAB) { in vpe_elfload() 713 if (sechdrs[i].sh_type == SHT_SYMTAB) { in vpe_elfload()
|
| /linux-6.15/arch/arm/kernel/ |
| H A D | module-plts.c | 226 else if (s->sh_type == SHT_SYMTAB) in module_frob_arch_sections()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | elf.h | 282 #define SHT_SYMTAB 2 macro
|
| /linux-6.15/scripts/gendwarfksyms/ |
| H A D | symbols.c | 234 if (shdr->sh_type == SHT_SYMTAB) { in elf_for_each_global()
|
| /linux-6.15/scripts/ |
| H A D | insert-sys-cert.c | 196 if (x[i].sh_type == SHT_SYMTAB) in get_symbol_table()
|
| H A D | recordmcount.h | 247 if (relhdr->sh_type == SHT_SYMTAB) in find_symtab()
|
| /linux-6.15/tools/testing/selftests/sgx/ |
| H A D | load.c | 150 if (sections[i].sh_type == SHT_SYMTAB) { in encl_get_entry()
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | module-plts.c | 301 else if (sechdrs[i].sh_type == SHT_SYMTAB) in module_frob_arch_sections()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | elf.h | 282 #define SHT_SYMTAB 2 macro
|
| /linux-6.15/tools/perf/util/ |
| H A D | genelf.c | 411 shdr->sh_type = SHT_SYMTAB; in jit_write_elf()
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | module_64.c | 307 if (sechdrs[i].sh_type == SHT_SYMTAB) { in get_got_size() 462 if (sechdrs[i].sh_type == SHT_SYMTAB) in module_frob_arch_sections()
|
| /linux-6.15/arch/x86/tools/ |
| H A D | relocs.c | 490 case SHT_SYMTAB: in read_symtabs() 572 if (sec->shdr.sh_type != SHT_SYMTAB) in print_absolute_symbols()
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | module.c | 120 case SHT_SYMTAB: in module_frob_arch_sections()
|
| /linux-6.15/tools/bpf/resolve_btfids/ |
| H A D | main.c | 405 if (sh.sh_type == SHT_SYMTAB) { in elf_collect()
|
| /linux-6.15/arch/mips/boot/tools/ |
| H A D | relocs.c | 325 if (sec->shdr.sh_type != SHT_SYMTAB) in read_symtabs()
|
| /linux-6.15/arch/parisc/kernel/ |
| H A D | module.c | 860 if(sechdrs[i].sh_type == SHT_SYMTAB in module_finalize()
|
| /linux-6.15/kernel/ |
| H A D | kexec_file.c | 1105 if (sechdrs[i].sh_type != SHT_SYMTAB) in kexec_purgatory_find_symbol()
|
| /linux-6.15/scripts/mod/ |
| H A D | modpost.c | 527 if (sechdrs[i].sh_type == SHT_SYMTAB) { in parse_elf()
|