Searched refs:p_align (Results 1 – 15 of 15) sorted by relevance
| /openbmc/openbmc/poky/meta/recipes-devtools/patchelf/patchelf/ |
| H A D | 0002-align-startOffset-with-p_align-instead-of-pagesize-f.patch | 4 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 D | 0003-make-LOAD-segment-extensions-based-on-p_align-instea.patch | 4 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 D | patchelf_0.18.0.bb | 9 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 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)
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | relocate_sdk.py | 113 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 D | elf.h | 439 Elf32_Word p_align; /* memory alignment */ member 450 Elf64_Xword p_align; /* memory alignment */ member
|
| /openbmc/qemu/include/hw/ |
| H A D | elf_ops.h.inc | 27 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 D | elf.h | 1554 Elf32_Word p_align; member 1565 Elf64_Xword p_align; /* Segment alignment, file & memory */ member
|
| /openbmc/qemu/linux-user/ |
| H A D | gen-vdso-elfn.c.inc | 36 bswaps(&phdr->p_align); /* Segment alignment */
|
| H A D | elfload.c | 223 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 D | elfload.c | 77 bswaptls(&phdr->p_align); /* Segment alignment */ in bswap_phdr()
|
| /openbmc/ |
| D | opengrok1.0.log | [all...] |
| D | opengrok2.0.log | [all...] |