Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/vdso/
Dgenvdso.h131 if (swap_uint32(shdr->sh_type) == SHT_SYMTAB) in FUNC()
/linux-4.4.14/arch/sparc/kernel/
Dmodule.c64 for (symidx = 0; sechdrs[symidx].sh_type != SHT_SYMTAB; symidx++) { in module_frob_arch_sections()
/linux-4.4.14/arch/powerpc/oprofile/cell/
Dvma_map.c178 if (shdr.sh_type != SHT_SYMTAB) in create_vma_map()
/linux-4.4.14/arch/x86/entry/vdso/
Dvdso2c.h68 if (GET_LE(&sh->sh_type) == SHT_SYMTAB) in BITSFUNC()
/linux-4.4.14/arch/x86/tools/
Drelocs.c278 if (sec->shdr.sh_type != SHT_SYMTAB) in sym_lookup()
454 if (sec->shdr.sh_type != SHT_SYMTAB) { in read_symtabs()
533 if (sec->shdr.sh_type != SHT_SYMTAB) { in print_absolute_symbols()
/linux-4.4.14/arch/alpha/kernel/
Dmodule.c91 if (s->sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/linux-4.4.14/arch/blackfin/kernel/
Dmodule.c245 if (sechdrs[i].sh_type == SHT_SYMTAB) { in module_finalize()
/linux-4.4.14/include/uapi/linux/
Delf.h268 #define SHT_SYMTAB 2 macro
/linux-4.4.14/arch/avr32/kernel/
Dmodule.c74 case SHT_SYMTAB: in module_frob_arch_sections()
/linux-4.4.14/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-4.4.14/samples/bpf/
Dbpf_load.c276 } else if (shdr.sh_type == SHT_SYMTAB) { in load_bpf_file()
/linux-4.4.14/arch/s390/kernel/
Dmodule.c120 case SHT_SYMTAB: in module_frob_arch_sections()
/linux-4.4.14/arch/powerpc/kernel/
Dmodule_64.c383 if (sechdrs[i].sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/linux-4.4.14/arch/parisc/kernel/
Dmodule.c886 if(sechdrs[i].sh_type == SHT_SYMTAB in module_finalize()
/linux-4.4.14/kernel/
Dkexec_file.c957 if (sechdrs[i].sh_type != SHT_SYMTAB) in kexec_purgatory_find_symbol()
Dmodule.c2829 if (info->sechdrs[i].sh_type == SHT_SYMTAB) { in setup_load_info()
/linux-4.4.14/tools/lib/bpf/
Dlibbpf.c548 else if (sh.sh_type == SHT_SYMTAB) { in bpf_object__elf_collect()
/linux-4.4.14/tools/perf/util/
Dsymbol-elf.c696 if (ss->symshdr.sh_type != SHT_SYMTAB) in symsrc__init()
/linux-4.4.14/scripts/mod/
Dmodpost.c523 if (sechdrs[i].sh_type == SHT_SYMTAB) { in parse_elf()