Searched refs:SHT_NOBITS (Results 1 – 9 of 9) sorted by relevance
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()
472 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()
274 #define SHT_NOBITS 8 macro
118 got->sh_type = SHT_NOBITS; in module_frob_arch_sections()
621 if ((sechdrs[i].sh_type != SHT_NOBITS) && in vpe_elfload()659 if (sechdrs[i].sh_type != SHT_NOBITS) in vpe_elfload()
2340 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()
2243 && 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()
1261 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()
496 int nobits = sechdrs[i].sh_type == SHT_NOBITS; in parse_elf()