| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/elfutils/files/ |
| H A D | 0003-fixheadercheck.patch | 7 sh_align = 1 and sh_addralign is 0. In the case of a zero size section 32 - if (unlikely (! powerof2 (shdr->sh_addralign)) 33 - || unlikely ((shdr->sh_addralign ?: 1) < sh_align)) 34 + if (shdr->sh_size && (unlikely (! powerof2 (shdr->sh_addralign)) 35 + || unlikely ((shdr->sh_addralign ?: 1) < sh_align)))
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | module-plts.c | 240 dstsec->sh_addralign = max(dstsec->sh_addralign, in count_plts() 390 pltsec->sh_addralign = L1_CACHE_BYTES; in module_frob_arch_sections() 398 pltsec->sh_addralign = L1_CACHE_BYTES; in module_frob_arch_sections() 406 tramp->sh_addralign = __alignof__(struct plt_entry); in module_frob_arch_sections()
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | module-sections.c | 140 mod->arch.plt.shdr->sh_addralign = L1_CACHE_BYTES; in module_frob_arch_sections() 147 mod->arch.got.shdr->sh_addralign = L1_CACHE_BYTES; in module_frob_arch_sections() 154 mod->arch.got_plt.shdr->sh_addralign = L1_CACHE_BYTES; in module_frob_arch_sections()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | elf.h | 313 Elf32_Word sh_addralign; member 326 Elf64_Xword sh_addralign; /* Section alignment */ member
|
| /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 | 312 Elf32_Word sh_addralign; member 325 Elf64_Xword sh_addralign; /* Section alignment */ member
|
| /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 | 312 Elf32_Word sh_addralign; member 325 Elf64_Xword sh_addralign; /* Section alignment */ member
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | module-plts.c | 269 mod->arch.core.plt->sh_addralign = L1_CACHE_BYTES; in module_frob_arch_sections() 277 mod->arch.init.plt->sh_addralign = L1_CACHE_BYTES; in module_frob_arch_sections()
|
| /OK3568_Linux_fs/kernel/tools/bpf/resolve_btfids/ |
| H A D | main.c | 283 if (sh->sh_addralign == expected) in compressed_section_fix() 287 sh->sh_addralign, expected); in compressed_section_fix() 289 sh->sh_addralign = expected; in compressed_section_fix()
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | module.c | 468 mod->arch.core_plt->sh_addralign = 16; in module_frob_arch_sections() 472 mod->arch.init_plt->sh_addralign = 16; in module_frob_arch_sections() 476 mod->arch.got->sh_addralign = 8; in module_frob_arch_sections() 480 mod->arch.opd->sh_addralign = 8; in module_frob_arch_sections()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | elf32.h | 88 Elf32_Word sh_addralign; /* Alignment in bytes. */ member
|
| H A D | elf64.h | 97 Elf64_Xword sh_addralign; /* Alignment in bytes. */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | elf32.h | 88 Elf32_Word sh_addralign; /* Alignment in bytes. */ member
|
| H A D | elf64.h | 97 Elf64_Xword sh_addralign; /* Alignment in bytes. */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | elf32.h | 88 Elf32_Word sh_addralign; /* Alignment in bytes. */ member
|
| H A D | elf64.h | 97 Elf64_Xword sh_addralign; /* Alignment in bytes. */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | elf32.h | 88 Elf32_Word sh_addralign; /* Alignment in bytes. */ member
|
| H A D | elf64.h | 97 Elf64_Xword sh_addralign; /* Alignment in bytes. */ member
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | module_64.c | 302 if (sechdrs[i].sh_addralign < 8) in module_frob_arch_sections() 303 sechdrs[i].sh_addralign = 8; in module_frob_arch_sections()
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/ |
| H A D | elf2ecoff.c | 216 s->sh_addralign = swab32(s->sh_addralign); in convert_elf_shdrs()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | recordmcount.h | 316 mcsec.sh_addralign = _w(_size); in append_func() 331 mcsec.sh_addralign = _w(_size); in append_func()
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/tools/ |
| H A D | relocs.c | 287 sec->shdr.sh_addralign = elf_xword_to_cpu(shdr.sh_addralign); in read_shdrs()
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | module.c | 105 got->sh_addralign = 8; in module_frob_arch_sections()
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | relocate_sdk.py | 139 sh_info, sh_addralign, sh_entsize = struct.unpack(sh_fmt, sh_hdr)
|
| /OK3568_Linux_fs/kernel/tools/objtool/ |
| H A D | elf.c | 1037 sec->sh.sh_addralign = 1; in elf_create_section() 1083 sec->sh.sh_addralign = 8; in elf_create_rel_reloc_section() 1113 sec->sh.sh_addralign = 8; in elf_create_rela_reloc_section()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | img2srec.c | 290 getPtr = ExtractLong((uint32_t *)§Header[i].sh_addralign, getPtr); in ConvertELF()
|