Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H 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()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dmodule-plts.c388 pltsec->sh_type = SHT_NOBITS; in module_frob_arch_sections()
396 pltsec->sh_type = SHT_NOBITS; in module_frob_arch_sections()
404 tramp->sh_type = SHT_NOBITS; in module_frob_arch_sections()
/OK3568_Linux_fs/buildroot/package/patchelf/
H A D0010-Fix-endianness-issues-for-powerpc-PIE.patch52 - if (shdr.sh_type != SHT_NOBITS)
53 + if (rdi(shdr.sh_type) != SHT_NOBITS)
H A D0009-Fix-issue-66-by-ignoring-the-first-section-header-wh.patch34 + if (shdr.sh_type != SHT_NOBITS)
/OK3568_Linux_fs/u-boot/cmd/
H A Delf.c86 (shdr->sh_type == SHT_NOBITS) ? "Clear" : "Load", in load_elf_image_shdr()
92 if (shdr->sh_type == SHT_NOBITS) { in load_elf_image_shdr()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H 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()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H 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()
/OK3568_Linux_fs/kernel/kernel/
H A Dkexec_file.c831 if (sechdrs[i].sh_type != SHT_NOBITS) { in kexec_purgatory_setup_kbuf()
905 if (sechdrs[i].sh_type == SHT_NOBITS) { in kexec_purgatory_setup_sechdrs()
1134 if (sec->sh_type == SHT_NOBITS) { in kexec_purgatory_get_set_symbol()
H A Dmodule.c2709 && sechdrs[sym->st_shndx].sh_type != SHT_NOBITS) { in elf_type()
2717 if (sechdrs[sym->st_shndx].sh_type == SHT_NOBITS) { in elf_type()
3068 case SHT_NOBITS: in elf_validity_check()
3480 if (shdr->sh_type != SHT_NOBITS) in move_module()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dvpe.c621 if ((sechdrs[i].sh_type != SHT_NOBITS) && in vpe_elfload()
659 if (sechdrs[i].sh_type != SHT_NOBITS) in vpe_elfload()
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dmodule.c106 got->sh_type = SHT_NOBITS; in module_frob_arch_sections()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h276 #define SHT_NOBITS 8 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Delf.h275 #define SHT_NOBITS 8 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Delf.h275 #define SHT_NOBITS 8 macro
/OK3568_Linux_fs/u-boot/include/
H A Delf.h255 #define SHT_NOBITS 8 /* no space section */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Delf_common.h281 #define SHT_NOBITS 8 /* no space section */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf_common.h281 #define SHT_NOBITS 8 /* no space section */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Delf_common.h281 #define SHT_NOBITS 8 /* no space section */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Delf_common.h281 #define SHT_NOBITS 8 /* no space section */ macro
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dfile2alias.c1481 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()
H A Dmodpost.c568 int nobits = sechdrs[i].sh_type == SHT_NOBITS; in parse_elf()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Delf.h436 #define SHT_NOBITS 8 /* Program space with no data (bss) */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Delf.h436 #define SHT_NOBITS 8 /* Program space with no data (bss) */ macro
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c2923 } else if (sh.sh_type == SHT_NOBITS && strcmp(name, BSS_SEC) == 0) { in bpf_object__elf_collect()