Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sparc/kernel/
Dmodule.c64 for (symidx = 0; sechdrs[symidx].sh_type != SHT_SYMTAB; symidx++) { in module_frob_arch_sections()
/linux-4.1.27/arch/powerpc/oprofile/cell/
Dvma_map.c178 if (shdr.sh_type != SHT_SYMTAB) in create_vma_map()
/linux-4.1.27/arch/x86/vdso/
Dvdso2c.h68 if (GET_LE(&sh->sh_type) == SHT_SYMTAB) in BITSFUNC()
/linux-4.1.27/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.1.27/arch/blackfin/kernel/
Dmodule.c245 if (sechdrs[i].sh_type == SHT_SYMTAB) { in module_finalize()
/linux-4.1.27/include/uapi/linux/
Delf.h268 #define SHT_SYMTAB 2 macro
/linux-4.1.27/arch/alpha/kernel/
Dmodule.c91 if (s->sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/linux-4.1.27/samples/bpf/
Dbpf_load.c243 } else if (shdr.sh_type == SHT_SYMTAB) { in load_bpf_file()
/linux-4.1.27/arch/avr32/kernel/
Dmodule.c74 case SHT_SYMTAB: in module_frob_arch_sections()
/linux-4.1.27/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.1.27/arch/s390/kernel/
Dmodule.c120 case SHT_SYMTAB: in module_frob_arch_sections()
/linux-4.1.27/arch/powerpc/kernel/
Dmodule_64.c383 if (sechdrs[i].sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/linux-4.1.27/arch/parisc/kernel/
Dmodule.c886 if(sechdrs[i].sh_type == SHT_SYMTAB in module_finalize()
/linux-4.1.27/tools/perf/util/
Dsymbol-elf.c690 if (ss->symshdr.sh_type != SHT_SYMTAB) in symsrc__init()
/linux-4.1.27/kernel/
Dkexec.c2589 if (sechdrs[i].sh_type != SHT_SYMTAB) in kexec_purgatory_find_symbol()
Dmodule.c2674 if (info->sechdrs[i].sh_type == SHT_SYMTAB) { in setup_load_info()
/linux-4.1.27/scripts/mod/
Dmodpost.c522 if (sechdrs[i].sh_type == SHT_SYMTAB) { in parse_elf()