Home
last modified time | relevance | path

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

/linux-6.6.21/arch/loongarch/kernel/
Dmodule-sections.c154 got_sec->sh_type = SHT_NOBITS; in module_frob_arch_sections()
162 plt_sec->sh_type = SHT_NOBITS; in module_frob_arch_sections()
170 plt_idx_sec->sh_type = SHT_NOBITS; in module_frob_arch_sections()
178 tramp->sh_type = SHT_NOBITS; in module_frob_arch_sections()
/linux-6.6.21/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-6.6.21/arch/arm64/kernel/
Dmodule-plts.c345 pltsec->sh_type = SHT_NOBITS; in module_frob_arch_sections()
353 pltsec->sh_type = SHT_NOBITS; in module_frob_arch_sections()
361 tramp->sh_type = SHT_NOBITS; in module_frob_arch_sections()
/linux-6.6.21/arch/arm/kernel/
Dmodule-plts.c262 mod->arch.core.plt->sh_type = SHT_NOBITS; in module_frob_arch_sections()
270 mod->arch.init.plt->sh_type = SHT_NOBITS; in module_frob_arch_sections()
/linux-6.6.21/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-6.6.21/kernel/module/
Dkallsyms.c57 sechdrs[sym->st_shndx].sh_type != SHT_NOBITS) { in elf_type()
65 if (sechdrs[sym->st_shndx].sh_type == SHT_NOBITS) { in elf_type()
Dmain.c1770 case SHT_NOBITS: in elf_validity_cache_copy()
1859 if (shdr->sh_type == SHT_NOBITS) { in elf_validity_cache_copy()
2268 if (shdr->sh_type != SHT_NOBITS) { in move_module()
/linux-6.6.21/kernel/
Dkexec_file.c828 if (sechdrs[i].sh_type != SHT_NOBITS) { in kexec_purgatory_setup_kbuf()
903 if (sechdrs[i].sh_type == SHT_NOBITS) { in kexec_purgatory_setup_sechdrs()
1144 if (sec->sh_type == SHT_NOBITS) { in kexec_purgatory_get_set_symbol()
/linux-6.6.21/arch/alpha/kernel/
Dmodule.c106 got->sh_type = SHT_NOBITS; in module_frob_arch_sections()
/linux-6.6.21/arch/mips/kernel/
Dvpe.c620 if ((sechdrs[i].sh_type != SHT_NOBITS) && in vpe_elfload()
658 if (sechdrs[i].sh_type != SHT_NOBITS) in vpe_elfload()
/linux-6.6.21/include/uapi/linux/
Delf.h280 #define SHT_NOBITS 8 macro
/linux-6.6.21/tools/lib/bpf/
Dlinker.c678 case SHT_NOBITS: in linker_load_obj_file()
744 case SHT_NOBITS: in linker_sanity_check_elf()
876 if (link_sec->shdr->sh_type != SHT_PROGBITS && link_sec->shdr->sh_type != SHT_NOBITS) { in linker_sanity_check_elf_relos()
1116 if (src->shdr->sh_type != SHT_NOBITS) { in extend_sec()
1159 return sec->shdr->sh_type == SHT_PROGBITS || sec->shdr->sh_type == SHT_NOBITS; in is_data_sec()
Dlibbpf.c3540 } else if (sh->sh_type == SHT_NOBITS && (strcmp(name, BSS_SEC) == 0 || in bpf_object__elf_collect()
/linux-6.6.21/scripts/mod/
Dfile2alias.c1597 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()
Dmodpost.c518 int nobits = sechdrs[i].sh_type == SHT_NOBITS; in parse_elf()
/linux-6.6.21/tools/perf/util/
Dsymbol-elf.c1653 if (shdr.sh_type == SHT_NOBITS) { in dso__load_sym_internal()