Home
last modified time | relevance | path

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

/Linux-v5.15/arch/mips/vdso/
Dgenvdso.h76 if (swap_uint32(shdr->sh_type) == SHT_SYMTAB) in FUNC()
/Linux-v5.15/arch/sparc/vdso/
Dvdso2c.h68 if (GET_BE(&sh->sh_type) == SHT_SYMTAB) in BITSFUNC()
/Linux-v5.15/arch/sparc/kernel/
Dmodule.c65 for (symidx = 0; sechdrs[symidx].sh_type != SHT_SYMTAB; symidx++) { in module_frob_arch_sections()
/Linux-v5.15/arch/x86/tools/
Drelocs.c286 if (sec->shdr.sh_type != SHT_SYMTAB) in sym_lookup()
476 if (sec->shdr.sh_type != SHT_SYMTAB) { in read_symtabs()
555 if (sec->shdr.sh_type != SHT_SYMTAB) { in print_absolute_symbols()
/Linux-v5.15/arch/alpha/kernel/
Dmodule.c79 if (s->sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/Linux-v5.15/arch/x86/entry/vdso/
Dvdso2c.h109 if (GET_LE(&sh->sh_type) == SHT_SYMTAB) in BITSFUNC()
/Linux-v5.15/include/uapi/linux/
Delf.h270 #define SHT_SYMTAB 2 macro
/Linux-v5.15/arch/arm/kernel/
Dmodule-plts.c231 else if (s->sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/Linux-v5.15/arch/mips/kernel/
Dvpe.c634 if (sechdrs[i].sh_type == SHT_SYMTAB) { in vpe_elfload()
714 if (sechdrs[i].sh_type == SHT_SYMTAB) { in vpe_elfload()
/Linux-v5.15/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-v5.15/tools/perf/util/
Dgenelf.c395 shdr->sh_type = SHT_SYMTAB; in jit_write_elf()
Dsymbol-elf.c896 if (ss->symshdr.sh_type != SHT_SYMTAB) in symsrc__init()
/Linux-v5.15/arch/arm64/kernel/
Dmodule-plts.c311 else if (sechdrs[i].sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/Linux-v5.15/tools/bpf/resolve_btfids/
Dmain.c369 if (sh.sh_type == SHT_SYMTAB) { in elf_collect()
/Linux-v5.15/arch/powerpc/kernel/
Dmodule_64.c305 if (sechdrs[i].sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/Linux-v5.15/arch/s390/kernel/
Dmodule.c133 case SHT_SYMTAB: in module_frob_arch_sections()
/Linux-v5.15/arch/mips/boot/tools/
Drelocs.c325 if (sec->shdr.sh_type != SHT_SYMTAB) in read_symtabs()
/Linux-v5.15/tools/lib/bpf/
Dlinker.c408 sec->shdr->sh_type = SHT_SYMTAB; in init_output_elf()
643 case SHT_SYMTAB: in linker_load_obj_file()
736 case SHT_SYMTAB: in linker_sanity_check_elf()
Dlibbpf.c2980 if (sh.sh_type == SHT_SYMTAB) { in bpf_object__elf_collect()
3035 } else if (sh.sh_type == SHT_SYMTAB) { in bpf_object__elf_collect()
/Linux-v5.15/arch/parisc/kernel/
Dmodule.c889 if(sechdrs[i].sh_type == SHT_SYMTAB in module_finalize()
/Linux-v5.15/kernel/
Dkexec_file.c1084 if (sechdrs[i].sh_type != SHT_SYMTAB) in kexec_purgatory_find_symbol()
Dmodule.c3027 case SHT_SYMTAB: in elf_validity_check()
3187 if (info->sechdrs[i].sh_type == SHT_SYMTAB) { in setup_load_info()
/Linux-v5.15/scripts/mod/
Dmodpost.c584 if (sechdrs[i].sh_type == SHT_SYMTAB) { in parse_elf()