Home
last modified time | relevance | path

Searched refs:SHT_SYMTAB (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.12.1/tools/lib/bpf/
Delf.c281 int i, sh_types[2] = { SHT_DYNSYM, SHT_SYMTAB }; in elf_find_func_offset()
414 int sh_types[2] = { SHT_DYNSYM, SHT_SYMTAB }; in elf_resolve_syms_offsets()
510 int sh_types[2] = { SHT_SYMTAB, SHT_DYNSYM }; in elf_resolve_pattern_offsets()
Dlinker.c408 sec->shdr->sh_type = SHT_SYMTAB; in init_output_elf()
643 case SHT_SYMTAB: in linker_load_obj_file()
746 case SHT_SYMTAB: in linker_sanity_check_elf()
/linux-6.12.1/arch/mips/vdso/
Dgenvdso.h76 if (swap_uint32(shdr->sh_type) == SHT_SYMTAB) in FUNC()
/linux-6.12.1/arch/sparc/kernel/
Dmodule.c35 for (symidx = 0; sechdrs[symidx].sh_type != SHT_SYMTAB; symidx++) { in module_frob_arch_sections()
/linux-6.12.1/arch/sparc/vdso/
Dvdso2c.h68 if (GET_BE(&sh->sh_type) == SHT_SYMTAB) in BITSFUNC()
/linux-6.12.1/arch/x86/tools/
Drelocs.c298 if (sec->shdr.sh_type != SHT_SYMTAB) in sym_lookup()
515 case SHT_SYMTAB: in read_symtabs()
597 if (sec->shdr.sh_type != SHT_SYMTAB) in print_absolute_symbols()
/linux-6.12.1/arch/x86/entry/vdso/
Dvdso2c.h109 if (GET_LE(&sh->sh_type) == SHT_SYMTAB) in BITSFUNC()
/linux-6.12.1/arch/alpha/kernel/
Dmodule.c79 if (s->sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/linux-6.12.1/arch/mips/kernel/
Dvpe.c633 if (sechdrs[i].sh_type == SHT_SYMTAB) { in vpe_elfload()
713 if (sechdrs[i].sh_type == SHT_SYMTAB) { in vpe_elfload()
/linux-6.12.1/arch/arm/kernel/
Dmodule-plts.c226 else if (s->sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/linux-6.12.1/include/uapi/linux/
Delf.h274 #define SHT_SYMTAB 2 macro
/linux-6.12.1/arch/powerpc/kernel/
Dmodule_64.c297 if (sechdrs[i].sh_type == SHT_SYMTAB) { in get_got_size()
432 if (sechdrs[i].sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/linux-6.12.1/arch/arm64/kernel/
Dmodule-plts.c301 else if (sechdrs[i].sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/linux-6.12.1/scripts/
Dinsert-sys-cert.c196 if (x[i].sh_type == SHT_SYMTAB) in get_symbol_table()
Drecordmcount.h247 if (relhdr->sh_type == SHT_SYMTAB) in find_symtab()
/linux-6.12.1/tools/testing/selftests/sgx/
Dload.c150 if (sections[i].sh_type == SHT_SYMTAB) { in encl_get_entry()
/linux-6.12.1/tools/perf/util/
Dgenelf.c411 shdr->sh_type = SHT_SYMTAB; in jit_write_elf()
Dsymbol-elf.c1293 if (ss->symshdr.sh_type != SHT_SYMTAB) in symsrc__init()
/linux-6.12.1/arch/s390/kernel/
Dmodule.c120 case SHT_SYMTAB: in module_frob_arch_sections()
/linux-6.12.1/tools/bpf/resolve_btfids/
Dmain.c404 if (sh.sh_type == SHT_SYMTAB) { in elf_collect()
/linux-6.12.1/arch/mips/boot/tools/
Drelocs.c325 if (sec->shdr.sh_type != SHT_SYMTAB) in read_symtabs()
/linux-6.12.1/arch/parisc/kernel/
Dmodule.c860 if(sechdrs[i].sh_type == SHT_SYMTAB in module_finalize()
/linux-6.12.1/kernel/
Dkexec_file.c1093 if (sechdrs[i].sh_type != SHT_SYMTAB) in kexec_purgatory_find_symbol()
/linux-6.12.1/scripts/mod/
Dmodpost.c520 if (sechdrs[i].sh_type == SHT_SYMTAB) { in parse_elf()
/linux-6.12.1/kernel/module/
Dmain.c1790 case SHT_SYMTAB: in elf_validity_cache_copy()

12