Home
last modified time | relevance | path

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

/Linux-v5.10/arch/riscv/kernel/
Dmodule-sections.c138 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()
/Linux-v5.10/arch/arm64/kernel/
Dmodule-plts.c354 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()
/Linux-v5.10/arch/arm/kernel/
Dmodule-plts.c242 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()
/Linux-v5.10/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-v5.10/arch/alpha/kernel/
Dmodule.c106 got->sh_type = SHT_NOBITS; in module_frob_arch_sections()
/Linux-v5.10/kernel/
Dkexec_file.c849 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()
Dmodule.c2664 && 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()
/Linux-v5.10/include/uapi/linux/
Delf.h276 #define SHT_NOBITS 8 macro
/Linux-v5.10/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-v5.10/scripts/mod/
Dfile2alias.c1481 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()
Dmodpost.c572 int nobits = sechdrs[i].sh_type == SHT_NOBITS; in parse_elf()
/Linux-v5.10/tools/lib/bpf/
Dlibbpf.c2922 } else if (sh.sh_type == SHT_NOBITS && strcmp(name, BSS_SEC) == 0) { in bpf_object__elf_collect()