Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/arch/arm64/kernel/
Dmodule-plts.c314 pltsec->sh_type = SHT_NOBITS; in module_frob_arch_sections()
322 pltsec->sh_type = SHT_NOBITS; in module_frob_arch_sections()
330 tramp->sh_type = SHT_NOBITS; in module_frob_arch_sections()
/Linux-v5.4/arch/arm/kernel/
Dmodule-plts.c241 mod->arch.core.plt->sh_type = SHT_NOBITS; in module_frob_arch_sections()
248 mod->arch.init.plt->sh_type = SHT_NOBITS; in module_frob_arch_sections()
/Linux-v5.4/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.4/arch/alpha/kernel/
Dmodule.c106 got->sh_type = SHT_NOBITS; in module_frob_arch_sections()
/Linux-v5.4/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.c2630 && sechdrs[sym->st_shndx].sh_type != SHT_NOBITS) { in elf_type()
2638 if (sechdrs[sym->st_shndx].sh_type == SHT_NOBITS) { in elf_type()
3012 if (shdr->sh_type != SHT_NOBITS in rewrite_section_headers()
3298 if (shdr->sh_type != SHT_NOBITS) in move_module()
/Linux-v5.4/include/uapi/linux/
Delf.h275 #define SHT_NOBITS 8 macro
/Linux-v5.4/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.4/scripts/mod/
Dfile2alias.c1446 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()
Dmodpost.c571 int nobits = sechdrs[i].sh_type == SHT_NOBITS; in parse_elf()
/Linux-v5.4/tools/lib/bpf/
Dlibbpf.c1640 } else if (sh.sh_type == SHT_NOBITS && strcmp(name, ".bss") == 0) { in bpf_object__elf_collect()