/openbmc/linux/arch/loongarch/kernel/ |
H A D | module-sections.c | 154 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()
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | module-sections.c | 138 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()
|
/openbmc/u-boot/cmd/ |
H A D | elf.c | 105 (shdr->sh_type == SHT_NOBITS) ? "Clear" : "Load", in load_elf64_image_shdr() 111 if (shdr->sh_type == SHT_NOBITS) { in load_elf64_image_shdr() 210 (shdr->sh_type == SHT_NOBITS) ? "Clear" : "Load", in load_elf_image_shdr() 216 if (shdr->sh_type == SHT_NOBITS) { in load_elf_image_shdr()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | module-plts.c | 345 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()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | module-plts.c | 262 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()
|
/openbmc/u-boot/tools/ |
H A D | zynqmpbif.c | 562 (shdr->sh_type == SHT_NOBITS)) in elf2flat64() 588 if (shdr->sh_type != SHT_NOBITS) in elf2flat64() 610 (shdr->sh_type == SHT_NOBITS)) in elf2flat32() 636 if (shdr->sh_type != SHT_NOBITS) in elf2flat32()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | module.c | 466 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()
|
/openbmc/u-boot/drivers/net/pfe_eth/ |
H A D | pfe_hw.c | 427 case SHT_NOBITS: in pe_load_dmem_section() 516 case SHT_NOBITS: in pe_load_ddr_section() 573 case SHT_NOBITS: in pe_load_pe_lmem_section()
|
/openbmc/linux/kernel/module/ |
H A D | kallsyms.c | 57 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 D | main.c | 1770 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()
|
/openbmc/linux/kernel/ |
H A D | kexec_file.c | 828 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()
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | module.c | 106 got->sh_type = SHT_NOBITS; in module_frob_arch_sections()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | vpe.c | 620 if ((sechdrs[i].sh_type != SHT_NOBITS) && in vpe_elfload() 658 if (sechdrs[i].sh_type != SHT_NOBITS) in vpe_elfload()
|
/openbmc/linux/include/uapi/linux/ |
H A D | elf.h | 280 #define SHT_NOBITS 8 macro
|
/openbmc/u-boot/include/ |
H A D | elf.h | 279 #define SHT_NOBITS 8 /* no space section */ macro
|
/openbmc/linux/tools/lib/bpf/ |
H A D | linker.c | 674 case SHT_NOBITS: in linker_load_obj_file() 740 case SHT_NOBITS: in linker_sanity_check_elf() 872 if (link_sec->shdr->sh_type != SHT_PROGBITS && link_sec->shdr->sh_type != SHT_NOBITS) { in linker_sanity_check_elf_relos() 1112 if (src->shdr->sh_type != SHT_NOBITS) { in extend_sec() 1155 return sec->shdr->sh_type == SHT_PROGBITS || sec->shdr->sh_type == SHT_NOBITS; in is_data_sec()
|
H A D | libbpf.c | 3541 } else if (sh->sh_type == SHT_NOBITS && (strcmp(name, BSS_SEC) == 0 || in bpf_object__elf_collect()
|
/openbmc/qemu/include/ |
H A D | elf.h | 1570 #define SHT_NOBITS 8 macro
|
/openbmc/linux/scripts/mod/ |
H A D | file2alias.c | 1594 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()
|
H A D | modpost.c | 517 int nobits = sechdrs[i].sh_type == SHT_NOBITS; in parse_elf()
|
/openbmc/linux/tools/perf/util/ |
H A D | symbol-elf.c | 1653 if (shdr.sh_type == SHT_NOBITS) { in dso__load_sym_internal()
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 6418 .sh_type = SHT_NOBITS, in tcg_register_jit_int()
|