Home
last modified time | relevance | path

Searched refs:SHT_NOBITS (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/arch/arm/kernel/
Dmodule-plts.c167 mod->arch.core_plt->sh_type = SHT_NOBITS; in module_frob_arch_sections()
174 mod->arch.init_plt->sh_type = SHT_NOBITS; in module_frob_arch_sections()
/linux-4.4.14/arch/metag/kernel/
Dmodule.c154 sechdrs[me->arch.core_plt_section].sh_type = SHT_NOBITS; in module_frob_arch_sections()
157 sechdrs[me->arch.init_plt_section].sh_type = SHT_NOBITS; in module_frob_arch_sections()
/linux-4.4.14/kernel/
Dkexec_file.c708 if (sechdrs[i].sh_type == SHT_NOBITS) in __kexec_load_purgatory()
748 if (sechdrs[i].sh_type != SHT_NOBITS) { in __kexec_load_purgatory()
796 if (sechdrs[i].sh_type != SHT_NOBITS) { in __kexec_load_purgatory()
1032 if (sechdrs[sym->st_shndx].sh_type == SHT_NOBITS) { in kexec_purgatory_get_set_symbol()
Dmodule.c2414 && sechdrs[sym->st_shndx].sh_type != SHT_NOBITS) { in elf_type()
2422 if (sechdrs[sym->st_shndx].sh_type == SHT_NOBITS) { in elf_type()
2776 if (shdr->sh_type != SHT_NOBITS in rewrite_section_headers()
3032 if (shdr->sh_type != SHT_NOBITS) in move_module()
/linux-4.4.14/arch/ia64/kernel/
Dmodule.c464 mod->arch.core_plt->sh_type = SHT_NOBITS; in module_frob_arch_sections()
468 mod->arch.init_plt->sh_type = SHT_NOBITS; in module_frob_arch_sections()
472 mod->arch.got->sh_type = SHT_NOBITS; in module_frob_arch_sections()
476 mod->arch.opd->sh_type = SHT_NOBITS; in module_frob_arch_sections()
/linux-4.4.14/arch/alpha/kernel/
Dmodule.c118 got->sh_type = SHT_NOBITS; in module_frob_arch_sections()
/linux-4.4.14/include/uapi/linux/
Delf.h274 #define SHT_NOBITS 8 macro
/linux-4.4.14/arch/mips/kernel/
Dvpe.c621 if ((sechdrs[i].sh_type != SHT_NOBITS) && in vpe_elfload()
659 if (sechdrs[i].sh_type != SHT_NOBITS) in vpe_elfload()
/linux-4.4.14/scripts/mod/
Dfile2alias.c1340 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()
Dmodpost.c497 int nobits = sechdrs[i].sh_type == SHT_NOBITS; in parse_elf()