Searched refs:SHT_NOBITS (Results 1 – 10 of 10) sorted by relevance
167 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()
154 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()
708 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()
2414 && 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()
464 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()
118 got->sh_type = SHT_NOBITS; in module_frob_arch_sections()
274 #define SHT_NOBITS 8 macro
621 if ((sechdrs[i].sh_type != SHT_NOBITS) && in vpe_elfload()659 if (sechdrs[i].sh_type != SHT_NOBITS) in vpe_elfload()
1340 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()
497 int nobits = sechdrs[i].sh_type == SHT_NOBITS; in parse_elf()