| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | kexec_elf.c | 42 buf.mem = ALIGN(phdr->p_paddr, phdr->p_align); in kexec_file_add_kernel_elf() 46 data->memsz = ALIGN(data->memsz, phdr->p_align) + buf.memsz; in kexec_file_add_kernel_elf() 93 size = ALIGN(size, phdr->p_align); in s390_elf_load() 101 size += ALIGN(phdr->p_filesz, phdr->p_align); in s390_elf_load()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | kexec_elf.c | 225 phdr->p_align = elf64_to_cpu(ehdr, buf_phdr->p_align); in elf_read_phdr() 234 phdr->p_align = elf32_to_cpu(ehdr, buf_phdr->p_align); in elf_read_phdr() 414 kbuf->buf_align = phdr->p_align; in kexec_elf_load()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/exec/ |
| H A D | load_address.c | 31 if (info->dlpi_phdr[i].p_align > stats->alignment) in ExtractStatistics() 32 stats->alignment = info->dlpi_phdr[i].p_align; in ExtractStatistics()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | elf.h | 103 Elf32_Word p_align; member 114 Elf64_Xword p_align; /* Segment alignment, file & memory */ member
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
| H A D | endian-ness_handling_fix.patch | 38 - if (!*osversion && read32(segment->p_filesz, be) >= 32 && read32(segment->p_align, be) >= 4) 39 + if (!*osversion && read64(segment->p_filesz, be) >= 32 && read64(segment->p_align, be) >= 4)
|
| H A D | endian-ness_handling.patch | 102 - if (!*osversion && segment->p_filesz >= 32 && segment->p_align >= 4) 103 + if (!*osversion && read32(segment->p_filesz, be) >= 32 && segment->p_align >= 4) 248 - if (!*osversion && segment->p_filesz >= 32 && segment->p_align >= 4) 249 + if (!*osversion && read32(segment->p_filesz, be) >= 32 && read32(segment->p_align, be) >= 4)
|
| H A D | 32and64bit.patch | 104 + if (!*osversion && segment->p_filesz >= 32 && segment->p_align >= 4) 261 if (!*osversion && segment->p_filesz >= 32 && segment->p_align >= 4)
|
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | trust_merger.h | 174 uint32_t p_align; member 185 uint64_t p_align; /* Segment alignment, file & memory */ member
|
| /OK3568_Linux_fs/kernel/drivers/phy/ti/ |
| H A D | phy-j721e-wiz.c | 83 static const struct reg_field p_align[WIZ_MAX_LANES] = { variable 211 struct regmap_field *p_align[WIZ_MAX_LANES]; member 274 ret = regmap_field_write(wiz->p_align[i], enable); in wiz_init_raw_interface() 406 wiz->p_align[i] = devm_regmap_field_alloc(dev, regmap, in wiz_regfield_init() 407 p_align[i]); in wiz_regfield_init() 408 if (IS_ERR(wiz->p_align[i])) { in wiz_regfield_init() 410 return PTR_ERR(wiz->p_align[i]); in wiz_regfield_init()
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | relocate_sdk.py | 85 p_memsz, p_flags, p_align = struct.unpack(ph_fmt, ph_hdr) 89 p_filesz, p_memsz, p_align = struct.unpack(ph_fmt, ph_hdr)
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | elf.h | 253 Elf32_Word p_align; member 264 Elf64_Xword p_align; /* Segment alignment, file & memory */ 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 | 252 Elf32_Word p_align; member 263 Elf64_Xword p_align; /* Segment alignment, file & memory */ 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 | 252 Elf32_Word p_align; member 263 Elf64_Xword p_align; /* Segment alignment, file & memory */ member
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/proc/ |
| H A D | proc-pid-vm.c | 103 uint64_t p_align; member 192 ph.p_align = 4096; in make_exe()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | elf32.h | 104 Elf32_Word p_align; /* Alignment in memory and file. */ member
|
| H A D | elf64.h | 113 Elf64_Xword p_align; /* Alignment in memory and file. */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | elf32.h | 104 Elf32_Word p_align; /* Alignment in memory and file. */ member
|
| H A D | elf64.h | 113 Elf64_Xword p_align; /* Alignment in memory and file. */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | elf32.h | 104 Elf32_Word p_align; /* Alignment in memory and file. */ member
|
| H A D | elf64.h | 113 Elf64_Xword p_align; /* Alignment in memory and file. */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | elf32.h | 104 Elf32_Word p_align; /* Alignment in memory and file. */ member
|
| H A D | elf64.h | 113 Elf64_Xword p_align; /* Alignment in memory and file. */ member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/ |
| H A D | mali_kbase_csf_firmware_core_dump.c | 240 phdr->p_align = 0; in fw_core_dump_fill_elf_program_header_note() 279 phdr->p_align = FW_PAGE_SIZE; in fw_core_dump_fill_elf_program_header()
|
| /OK3568_Linux_fs/kernel/drivers/remoteproc/ |
| H A D | remoteproc_elf_helpers.h | 77 ELF_GEN_FIELD_GET_SET(phdr, p_align, u64) in ELF_GEN_FIELD_GET_SET()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | binfmt_elf.c | 435 unsigned long p_align = cmds[i].p_align; in maximum_alignment() local 438 if (!is_power_of_2(p_align)) in maximum_alignment() 440 alignment = max(alignment, p_align); in maximum_alignment() 1495 phdr->p_align = 0; in fill_elf_note_phdr() 2264 phdr.p_align = ELF_EXEC_PAGESIZE; in elf_core_dump()
|