Home
last modified time | relevance | path

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

/Linux-v4.19/arch/riscv/kernel/
Dmodule-sections.c135 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()
/Linux-v4.19/arch/arm64/kernel/
Dmodule-plts.c257 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()
/Linux-v4.19/arch/arm/kernel/
Dmodule-plts.c244 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()
/Linux-v4.19/arch/ia64/kernel/
Dmodule.c466 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()
/Linux-v4.19/arch/powerpc/kernel/
Dkexec_elf_64.c310 case SHT_NOBITS: in elf_is_shdr_sane()
330 if (shdr->sh_type != SHT_NOBITS) { in elf_is_shdr_sane()
/Linux-v4.19/kernel/
Dkexec_file.c741 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()
Dmodule.c2562 && 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()
/Linux-v4.19/arch/alpha/kernel/
Dmodule.c118 got->sh_type = SHT_NOBITS; in module_frob_arch_sections()
/Linux-v4.19/include/uapi/linux/
Delf.h275 #define SHT_NOBITS 8 macro
/Linux-v4.19/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-v4.19/scripts/mod/
Dfile2alias.c1434 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()
Dmodpost.c511 int nobits = sechdrs[i].sh_type == SHT_NOBITS; in parse_elf()