Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
A 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/arch/arm64/kernel/
A 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/arch/arm/kernel/
A Dmodule-plts.c267 mod->arch.core.plt->sh_type = SHT_NOBITS; in module_frob_arch_sections()
275 mod->arch.init.plt->sh_type = SHT_NOBITS; in module_frob_arch_sections()
/linux/arch/ia64/kernel/
A 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/kernel/
A Dkexec_file.c861 if (sechdrs[i].sh_type != SHT_NOBITS) { in kexec_purgatory_setup_kbuf()
935 if (sechdrs[i].sh_type == SHT_NOBITS) { in kexec_purgatory_setup_sechdrs()
1164 if (sec->sh_type == SHT_NOBITS) { in kexec_purgatory_get_set_symbol()
A Dmodule.c2644 && sechdrs[sym->st_shndx].sh_type != SHT_NOBITS) { in elf_type()
2652 if (sechdrs[sym->st_shndx].sh_type == SHT_NOBITS) { in elf_type()
3057 case SHT_NOBITS: in elf_validity_check()
3471 if (shdr->sh_type != SHT_NOBITS) in move_module()
/linux/arch/alpha/kernel/
A Dmodule.c106 got->sh_type = SHT_NOBITS; in module_frob_arch_sections()
/linux/arch/mips/kernel/
A Dvpe.c621 if ((sechdrs[i].sh_type != SHT_NOBITS) && in vpe_elfload()
659 if (sechdrs[i].sh_type != SHT_NOBITS) in vpe_elfload()
/linux/include/uapi/linux/
A Delf.h276 #define SHT_NOBITS 8 macro
/linux/tools/lib/bpf/
A Dlinker.c677 case SHT_NOBITS: in linker_load_obj_file()
748 case SHT_NOBITS: in linker_sanity_check_elf()
880 if (link_sec->shdr->sh_type != SHT_PROGBITS && link_sec->shdr->sh_type != SHT_NOBITS) { in linker_sanity_check_elf_relos()
1120 if (src->shdr->sh_type != SHT_NOBITS) { in extend_sec()
1151 return sec->shdr->sh_type == SHT_PROGBITS || sec->shdr->sh_type == SHT_NOBITS; in is_data_sec()
A Dlibbpf.c3319 } else if (sh->sh_type == SHT_NOBITS && strcmp(name, BSS_SEC) == 0) { in bpf_object__elf_collect()
/linux/scripts/mod/
A Dfile2alias.c1562 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()
A Dmodpost.c564 int nobits = sechdrs[i].sh_type == SHT_NOBITS; in parse_elf()
/linux/tools/perf/util/
A Dsymbol-elf.c1238 if (shdr.sh_type == SHT_NOBITS) { in dso__load_sym_internal()

Completed in 59 milliseconds