Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-devtools/patchelf/patchelf/
H A D0002-align-startOffset-with-p_align-instead-of-pagesize-f.patch4 Subject: [PATCH] align startOffset with p_align instead of pagesize for
10 mod p_align) == (p_offset mod p_align), and will output the error message
14 that newly added LOAD segments satisfy (p_vaddr mod p_align) == (p_offset mod
15 p_align) for compatibility.
34 + (p_vaddr mod p_align) == (p_offset mod p_align).
37 + wrong, but here startOffset is calculated according to p_align for
H A D0003-make-LOAD-segment-extensions-based-on-p_align-instea.patch4 Subject: [PATCH] make LOAD segment extensions based on p_align instead of
7 Since the p_align of the LOAD segment is no longer pagesize, the actual p_align
27 rdi(lastSeg.p_align) == alignStartPage) {
/openbmc/openbmc/poky/meta/recipes-devtools/patchelf/
H A Dpatchelf_0.18.0.bb9 file://0002-align-startOffset-with-p_align-instead-of-pagesize-f.patch \
10 file://0003-make-LOAD-segment-extensions-based-on-p_align-instea.patch \
/openbmc/openbmc/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)
/openbmc/openbmc/poky/scripts/
H A Drelocate_sdk.py113 p_memsz, p_flags, p_align = struct.unpack(ph_fmt, ph_hdr)
117 p_filesz, p_memsz, p_align = struct.unpack(ph_fmt, ph_hdr)
/openbmc/u-boot/include/
H A Delf.h439 Elf32_Word p_align; /* memory alignment */ member
450 Elf64_Xword p_align; /* memory alignment */ member
/openbmc/qemu/include/hw/
H A Delf_ops.h.inc27 bswapSZs(&phdr->p_align); /* Segment alignment */
605 nhdr = glue(get_elf_note_type, SZ)(nhdr, file_size, ph->p_align,
608 elf_note_fn((void *)nhdr, (void *)&ph->p_align, SZ == 64);
/openbmc/qemu/include/
H A Delf.h1554 Elf32_Word p_align; member
1565 Elf64_Xword p_align; /* Segment alignment, file & memory */ member
/openbmc/qemu/linux-user/
H A Dgen-vdso-elfn.c.inc36 bswaps(&phdr->p_align); /* Segment alignment */
H A Delfload.c223 bswaptls(&phdr->p_align); /* Segment alignment */
1327 align |= eppnt->p_align;
2374 phdr->p_align = TARGET_PAGE_SIZE; in copy_elf_strings()
/openbmc/qemu/bsd-user/
H A Delfload.c77 bswaptls(&phdr->p_align); /* Segment alignment */ in bswap_phdr()
/openbmc/
Dopengrok1.0.log[all...]
Dopengrok2.0.log[all...]