| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | module-plts.c | 388 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 D | 0010-Fix-endianness-issues-for-powerpc-PIE.patch | 52 - if (shdr.sh_type != SHT_NOBITS) 53 + if (rdi(shdr.sh_type) != SHT_NOBITS)
|
| H A D | 0009-Fix-issue-66-by-ignoring-the-first-section-header-wh.patch | 34 + if (shdr.sh_type != SHT_NOBITS)
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | elf.c | 86 (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 D | module-plts.c | 267 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 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()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | kexec_file.c | 831 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 D | module.c | 2709 && 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 D | vpe.c | 621 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 D | module.c | 106 got->sh_type = SHT_NOBITS; in module_frob_arch_sections()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | elf.h | 276 #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 D | elf.h | 275 #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 D | elf.h | 275 #define SHT_NOBITS 8 macro
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | elf.h | 255 #define SHT_NOBITS 8 /* no space section */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | elf_common.h | 281 #define SHT_NOBITS 8 /* no space section */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | elf_common.h | 281 #define SHT_NOBITS 8 /* no space section */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | elf_common.h | 281 #define SHT_NOBITS 8 /* no space section */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | elf_common.h | 281 #define SHT_NOBITS 8 /* no space section */ macro
|
| /OK3568_Linux_fs/kernel/scripts/mod/ |
| H A D | file2alias.c | 1481 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()
|
| H A D | modpost.c | 568 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 D | elf.h | 436 #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 D | elf.h | 436 #define SHT_NOBITS 8 /* Program space with no data (bss) */ macro
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | libbpf.c | 2923 } else if (sh.sh_type == SHT_NOBITS && strcmp(name, BSS_SEC) == 0) { in bpf_object__elf_collect()
|