Home
last modified time | relevance | path

Searched refs:p_align (Results 1 – 25 of 40) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dkexec_elf.c42 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 Dkexec_elf.c225 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 Dload_address.c31 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 Delf.h103 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 Dendian-ness_handling_fix.patch38 - 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 Dendian-ness_handling.patch102 - 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 D32and64bit.patch104 + 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 Dtrust_merger.h174 uint32_t p_align; member
185 uint64_t p_align; /* Segment alignment, file & memory */ member
/OK3568_Linux_fs/kernel/drivers/phy/ti/
H A Dphy-j721e-wiz.c83 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 Drelocate_sdk.py85 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 Delf.h253 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 Delf.h252 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 Delf.h252 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 Dproc-pid-vm.c103 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 Delf32.h104 Elf32_Word p_align; /* Alignment in memory and file. */ member
H A Delf64.h113 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 Delf32.h104 Elf32_Word p_align; /* Alignment in memory and file. */ member
H A Delf64.h113 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 Delf32.h104 Elf32_Word p_align; /* Alignment in memory and file. */ member
H A Delf64.h113 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 Delf32.h104 Elf32_Word p_align; /* Alignment in memory and file. */ member
H A Delf64.h113 Elf64_Xword p_align; /* Alignment in memory and file. */ member
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_firmware_core_dump.c240 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 Dremoteproc_elf_helpers.h77 ELF_GEN_FIELD_GET_SET(phdr, p_align, u64) in ELF_GEN_FIELD_GET_SET()
/OK3568_Linux_fs/kernel/fs/
H A Dbinfmt_elf.c435 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()

12