Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/arch/ia64/kernel/
Dmodule.c472 mod->arch.core_plt->sh_type = SHT_NOBITS; in module_frob_arch_sections()
476 mod->arch.init_plt->sh_type = SHT_NOBITS; in module_frob_arch_sections()
480 mod->arch.got->sh_type = SHT_NOBITS; in module_frob_arch_sections()
484 mod->arch.opd->sh_type = SHT_NOBITS; in module_frob_arch_sections()
/linux-4.1.27/include/uapi/linux/
Delf.h274 #define SHT_NOBITS 8 macro
/linux-4.1.27/arch/alpha/kernel/
Dmodule.c118 got->sh_type = SHT_NOBITS; in module_frob_arch_sections()
/linux-4.1.27/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.1.27/kernel/
Dkexec.c2340 if (sechdrs[i].sh_type == SHT_NOBITS) in __kexec_load_purgatory()
2380 if (sechdrs[i].sh_type != SHT_NOBITS) { in __kexec_load_purgatory()
2428 if (sechdrs[i].sh_type != SHT_NOBITS) { in __kexec_load_purgatory()
2664 if (sechdrs[sym->st_shndx].sh_type == SHT_NOBITS) { in kexec_purgatory_get_set_symbol()
Dmodule.c2243 && sechdrs[sym->st_shndx].sh_type != SHT_NOBITS) { in elf_type()
2251 if (sechdrs[sym->st_shndx].sh_type == SHT_NOBITS) { in elf_type()
2621 if (shdr->sh_type != SHT_NOBITS in rewrite_section_headers()
2877 if (shdr->sh_type != SHT_NOBITS) in move_module()
/linux-4.1.27/scripts/mod/
Dfile2alias.c1261 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()
Dmodpost.c496 int nobits = sechdrs[i].sh_type == SHT_NOBITS; in parse_elf()