Home
last modified time | relevance | path

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

/linux-6.15/arch/loongarch/kernel/
H A 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.15/arch/riscv/kernel/
H A Dmodule-sections.c139 mod->arch.plt.shdr->sh_type = SHT_NOBITS; in module_frob_arch_sections()
146 mod->arch.got.shdr->sh_type = SHT_NOBITS; in module_frob_arch_sections()
153 mod->arch.got_plt.shdr->sh_type = SHT_NOBITS; in module_frob_arch_sections()
/linux-6.15/arch/arm64/kernel/
H A Dmodule-plts.c344 pltsec->sh_type = SHT_NOBITS; in module_frob_arch_sections()
352 pltsec->sh_type = SHT_NOBITS; in module_frob_arch_sections()
360 tramp->sh_type = SHT_NOBITS; in module_frob_arch_sections()
/linux-6.15/arch/arm/kernel/
H A 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.15/kernel/module/
H A 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()
H A Dmain.c1820 case SHT_NOBITS: in elf_validity_cache_sechdrs()
1974 if (shdr->sh_type == SHT_NOBITS) { in elf_validity_cache_index_mod()
2669 if (shdr->sh_type != SHT_NOBITS) { in move_module()
/linux-6.15/kernel/
H A Dkexec_file.c864 if (sechdrs[i].sh_type != SHT_NOBITS) { in kexec_purgatory_setup_kbuf()
939 if (sechdrs[i].sh_type == SHT_NOBITS) { in kexec_purgatory_setup_sechdrs()
1180 if (sec->sh_type == SHT_NOBITS) { in kexec_purgatory_get_set_symbol()
/linux-6.15/arch/alpha/kernel/
H A Dmodule.c106 got->sh_type = SHT_NOBITS; in module_frob_arch_sections()
/linux-6.15/arch/mips/kernel/
H A 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.15/tools/include/uapi/linux/
H A Delf.h288 #define SHT_NOBITS 8 macro
/linux-6.15/include/uapi/linux/
H A Delf.h288 #define SHT_NOBITS 8 macro
/linux-6.15/tools/lib/bpf/
H A Dlinker.c808 case SHT_NOBITS: in linker_load_obj_file()
893 case SHT_NOBITS: in linker_sanity_check_elf()
1025 if (link_sec->shdr->sh_type != SHT_PROGBITS && link_sec->shdr->sh_type != SHT_NOBITS) { in linker_sanity_check_elf_relos()
1297 if (src->shdr->sh_type != SHT_NOBITS) { in extend_sec()
1344 return sec->shdr->sh_type == SHT_PROGBITS || sec->shdr->sh_type == SHT_NOBITS; in is_data_sec()
H A Dlibbpf.c3981 } else if (sh->sh_type == SHT_NOBITS && (strcmp(name, BSS_SEC) == 0 || in bpf_object__elf_collect()
/linux-6.15/tools/perf/util/
H A Dsymbol-elf.c1229 if (shdr.sh_type == SHT_NOBITS) { in read_gnu_debugdata()
1782 if (shdr.sh_type == SHT_NOBITS) { in dso__load_sym_internal()
/linux-6.15/scripts/mod/
H A Dfile2alias.c1503 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()
H A Dmodpost.c507 int nobits = sechdrs[i].sh_type == SHT_NOBITS; in parse_elf()