Searched refs:SHT_NOBITS (Results 1 – 12 of 12) sorted by relevance
138 mod->arch.plt.shdr->sh_type = SHT_NOBITS; in module_frob_arch_sections()145 mod->arch.got.shdr->sh_type = SHT_NOBITS; in module_frob_arch_sections()152 mod->arch.got_plt.shdr->sh_type = SHT_NOBITS; in module_frob_arch_sections()
354 pltsec->sh_type = SHT_NOBITS; in module_frob_arch_sections()362 pltsec->sh_type = SHT_NOBITS; in module_frob_arch_sections()370 tramp->sh_type = SHT_NOBITS; in module_frob_arch_sections()
242 mod->arch.core.plt->sh_type = SHT_NOBITS; in module_frob_arch_sections()249 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()
106 got->sh_type = SHT_NOBITS; in module_frob_arch_sections()
849 if (sechdrs[i].sh_type != SHT_NOBITS) { in kexec_purgatory_setup_kbuf()923 if (sechdrs[i].sh_type == SHT_NOBITS) { in kexec_purgatory_setup_sechdrs()1152 if (sec->sh_type == SHT_NOBITS) { in kexec_purgatory_get_set_symbol()
2664 && sechdrs[sym->st_shndx].sh_type != SHT_NOBITS) { in elf_type()2672 if (sechdrs[sym->st_shndx].sh_type == SHT_NOBITS) { in elf_type()3058 if (shdr->sh_type != SHT_NOBITS in rewrite_section_headers()3358 if (shdr->sh_type != SHT_NOBITS) in move_module()
276 #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()
1481 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()
572 int nobits = sechdrs[i].sh_type == SHT_NOBITS; in parse_elf()
2922 } else if (sh.sh_type == SHT_NOBITS && strcmp(name, BSS_SEC) == 0) { in bpf_object__elf_collect()