Home
last modified time | relevance | path

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

/linux/arch/mips/vdso/
A Dgenvdso.h76 if (swap_uint32(shdr->sh_type) == SHT_SYMTAB) in FUNC()
/linux/arch/sparc/vdso/
A Dvdso2c.h68 if (GET_BE(&sh->sh_type) == SHT_SYMTAB) in BITSFUNC()
/linux/arch/sparc/kernel/
A Dmodule.c65 for (symidx = 0; sechdrs[symidx].sh_type != SHT_SYMTAB; symidx++) { in module_frob_arch_sections()
/linux/arch/x86/tools/
A Drelocs.c293 if (sec->shdr.sh_type != SHT_SYMTAB) in sym_lookup()
522 case SHT_SYMTAB: in read_symtabs()
608 if (sec->shdr.sh_type != SHT_SYMTAB) { in print_absolute_symbols()
/linux/arch/x86/entry/vdso/
A Dvdso2c.h109 if (GET_LE(&sh->sh_type) == SHT_SYMTAB) in BITSFUNC()
/linux/arch/alpha/kernel/
A Dmodule.c79 if (s->sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/linux/arch/mips/kernel/
A Dvpe.c634 if (sechdrs[i].sh_type == SHT_SYMTAB) { in vpe_elfload()
714 if (sechdrs[i].sh_type == SHT_SYMTAB) { in vpe_elfload()
/linux/arch/arm/kernel/
A Dmodule-plts.c231 else if (s->sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/linux/include/uapi/linux/
A Delf.h270 #define SHT_SYMTAB 2 macro
/linux/scripts/
A Dinsert-sys-cert.c196 if (x[i].sh_type == SHT_SYMTAB) in get_symbol_table()
A Drecordmcount.h247 if (relhdr->sh_type == SHT_SYMTAB) in find_symtab()
/linux/tools/perf/util/
A Dgenelf.c395 shdr->sh_type = SHT_SYMTAB; in jit_write_elf()
A Dsymbol-elf.c896 if (ss->symshdr.sh_type != SHT_SYMTAB) in symsrc__init()
/linux/arch/arm64/kernel/
A Dmodule-plts.c311 else if (sechdrs[i].sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/linux/tools/bpf/resolve_btfids/
A Dmain.c371 if (sh.sh_type == SHT_SYMTAB) { in elf_collect()
/linux/arch/powerpc/kernel/
A Dmodule_64.c305 if (sechdrs[i].sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/linux/arch/s390/kernel/
A Dmodule.c133 case SHT_SYMTAB: in module_frob_arch_sections()
/linux/arch/mips/boot/tools/
A Drelocs.c325 if (sec->shdr.sh_type != SHT_SYMTAB) in read_symtabs()
/linux/tools/lib/bpf/
A Dlinker.c407 sec->shdr->sh_type = SHT_SYMTAB; in init_output_elf()
642 case SHT_SYMTAB: in linker_load_obj_file()
735 case SHT_SYMTAB: in linker_sanity_check_elf()
A Dlibbpf.c3212 if (sh->sh_type == SHT_SYMTAB) { in bpf_object__elf_collect()
3277 } else if (sh->sh_type == SHT_SYMTAB) { in bpf_object__elf_collect()
/linux/arch/parisc/kernel/
A Dmodule.c889 if(sechdrs[i].sh_type == SHT_SYMTAB in module_finalize()
/linux/kernel/
A Dkexec_file.c1089 if (sechdrs[i].sh_type != SHT_SYMTAB) in kexec_purgatory_find_symbol()
A Dmodule.c3059 case SHT_SYMTAB: in elf_validity_check()
3226 if (info->sechdrs[i].sh_type == SHT_SYMTAB) { in setup_load_info()
/linux/scripts/mod/
A Dmodpost.c584 if (sechdrs[i].sh_type == SHT_SYMTAB) { in parse_elf()

Completed in 87 milliseconds