Searched refs:SHT_NOBITS (Results 1 – 12 of 12) sorted by relevance
135 mod->arch.plt.shdr->sh_type = SHT_NOBITS; in module_frob_arch_sections()142 mod->arch.got.shdr->sh_type = SHT_NOBITS; in module_frob_arch_sections()149 mod->arch.got_plt.shdr->sh_type = SHT_NOBITS; in module_frob_arch_sections()
257 mod->arch.core.plt->sh_type = SHT_NOBITS; in module_frob_arch_sections()264 mod->arch.init.plt->sh_type = SHT_NOBITS; in module_frob_arch_sections()272 tramp->sh_type = SHT_NOBITS; in module_frob_arch_sections()
244 mod->arch.core.plt->sh_type = SHT_NOBITS; in module_frob_arch_sections()251 mod->arch.init.plt->sh_type = SHT_NOBITS; in module_frob_arch_sections()
466 mod->arch.core_plt->sh_type = SHT_NOBITS; in module_frob_arch_sections()470 mod->arch.init_plt->sh_type = SHT_NOBITS; in module_frob_arch_sections()474 mod->arch.got->sh_type = SHT_NOBITS; in module_frob_arch_sections()478 mod->arch.opd->sh_type = SHT_NOBITS; in module_frob_arch_sections()
310 case SHT_NOBITS: in elf_is_shdr_sane()330 if (shdr->sh_type != SHT_NOBITS) { in elf_is_shdr_sane()
741 if (sechdrs[i].sh_type != SHT_NOBITS) { in kexec_purgatory_setup_kbuf()815 if (sechdrs[i].sh_type == SHT_NOBITS) { in kexec_purgatory_setup_sechdrs()1044 if (sec->sh_type == SHT_NOBITS) { in kexec_purgatory_get_set_symbol()
2562 && sechdrs[sym->st_shndx].sh_type != SHT_NOBITS) { in elf_type()2570 if (sechdrs[sym->st_shndx].sh_type == SHT_NOBITS) { in elf_type()2913 if (shdr->sh_type != SHT_NOBITS in rewrite_section_headers()3189 if (shdr->sh_type != SHT_NOBITS) in move_module()
118 got->sh_type = SHT_NOBITS; in module_frob_arch_sections()
275 #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()
1434 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()
511 int nobits = sechdrs[i].sh_type == SHT_NOBITS; in parse_elf()