Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/vdso/
Dgenvdso.h80 if (swap_uint32(shdr->sh_type) == SHT_SYMTAB) in FUNC()
/Linux-v4.19/arch/sparc/vdso/
Dvdso2c.h69 if (GET_BE(&sh->sh_type) == SHT_SYMTAB) in BITSFUNC()
/Linux-v4.19/arch/sparc/kernel/
Dmodule.c65 for (symidx = 0; sechdrs[symidx].sh_type != SHT_SYMTAB; symidx++) { in module_frob_arch_sections()
/Linux-v4.19/arch/x86/entry/vdso/
Dvdso2c.h75 if (GET_LE(&sh->sh_type) == SHT_SYMTAB) in BITSFUNC()
/Linux-v4.19/arch/powerpc/oprofile/cell/
Dvma_map.c178 if (shdr.sh_type != SHT_SYMTAB) in create_vma_map()
/Linux-v4.19/arch/x86/tools/
Drelocs.c280 if (sec->shdr.sh_type != SHT_SYMTAB) in sym_lookup()
456 if (sec->shdr.sh_type != SHT_SYMTAB) { in read_symtabs()
535 if (sec->shdr.sh_type != SHT_SYMTAB) { in print_absolute_symbols()
/Linux-v4.19/arch/arm/kernel/
Dmodule-plts.c208 else if (s->sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/Linux-v4.19/arch/alpha/kernel/
Dmodule.c91 if (s->sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/Linux-v4.19/arch/arm64/kernel/
Dmodule-plts.c221 else if (sechdrs[i].sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/Linux-v4.19/include/uapi/linux/
Delf.h269 #define SHT_SYMTAB 2 macro
/Linux-v4.19/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-v4.19/scripts/
Dinsert-sys-cert.c196 if (x[i].sh_type == SHT_SYMTAB) in get_symbol_table()
/Linux-v4.19/tools/perf/util/
Dgenelf.c400 shdr->sh_type = SHT_SYMTAB; in jit_write_elf()
Dsymbol-elf.c726 if (ss->symshdr.sh_type != SHT_SYMTAB) in symsrc__init()
/Linux-v4.19/arch/s390/kernel/
Dmodule.c115 case SHT_SYMTAB: in module_frob_arch_sections()
/Linux-v4.19/samples/bpf/
Dbpf_load.c554 } else if (shdr.sh_type == SHT_SYMTAB) { in do_load_bpf_file()
/Linux-v4.19/arch/powerpc/kernel/
Dkexec_elf_64.c295 case SHT_SYMTAB: in elf_is_shdr_sane()
Dmodule_64.c373 if (sechdrs[i].sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/Linux-v4.19/arch/mips/boot/tools/
Drelocs.c325 if (sec->shdr.sh_type != SHT_SYMTAB) in read_symtabs()
/Linux-v4.19/arch/parisc/kernel/
Dmodule.c903 if(sechdrs[i].sh_type == SHT_SYMTAB in module_finalize()
/Linux-v4.19/kernel/
Dkexec_file.c969 if (sechdrs[i].sh_type != SHT_SYMTAB) in kexec_purgatory_find_symbol()
Dmodule.c2963 if (info->sechdrs[i].sh_type == SHT_SYMTAB) { in setup_load_info()
/Linux-v4.19/scripts/mod/
Dmodpost.c537 if (sechdrs[i].sh_type == SHT_SYMTAB) { in parse_elf()
/Linux-v4.19/tools/lib/bpf/
Dlibbpf.c796 } else if (sh.sh_type == SHT_SYMTAB) { in bpf_object__elf_collect()