Searched refs:e_phoff (Results 1 – 16 of 16) sorted by relevance
| /openbmc/openbmc/poky/scripts/ |
| H A D | relocate_sdk.py | 81 global e_type, e_machine, e_version, e_entry, e_phoff, e_shoff, e_flags,\ 96 e_type, e_machine, e_version, e_entry, e_phoff, e_shoff, e_flags,\ 108 f.seek(e_phoff + i * e_phentsize)
|
| /openbmc/qemu/contrib/elf2dmp/ |
| H A D | qemu_elf.c | 27 Elf64_Phdr *phdr = (void *)((uint8_t *)map + ehdr->e_phoff); in elf64_getphdr() 178 uadd64_overflow(phendoff, ehdr->e_phoff, &phendoff) || in check_ehdr()
|
| /openbmc/qemu/bsd-user/freebsd/ |
| H A D | target_os_elf.h | 107 NEW_AUX_ENT(AT_PHDR, (abi_ulong)(load_addr + exec->e_phoff)); in target_create_elf_tables()
|
| /openbmc/qemu/bsd-user/openbsd/ |
| H A D | target_os_elf.h | 119 NEW_AUX_ENT(AT_PHDR, (abi_ulong)(load_addr + exec->e_phoff)); in target_create_elf_tables()
|
| /openbmc/qemu/bsd-user/netbsd/ |
| H A D | target_os_elf.h | 119 NEW_AUX_ENT(AT_PHDR, (abi_ulong)(load_addr + exec->e_phoff)); in target_create_elf_tables()
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
| H A D | 32and64bit.patch | 52 + elf_pheader = (Elf32_Phdr *) (elf_header->e_phoff + file_contents); 245 - elf_pheader = (ElfW(Phdr) *) (elf_header->e_phoff + file_contents); 246 + elf_pheader = (Elf64_Phdr *) (elf_header->e_phoff + file_contents);
|
| H A D | endian-ness_handling.patch | 59 - elf_pheader = (Elf32_Phdr *) (elf_header->e_phoff + file_contents); 60 + elf_pheader = (Elf32_Phdr *) (read32(elf_header->e_phoff, be) + file_contents); 205 - elf_pheader = (Elf64_Phdr *) (elf_header->e_phoff + file_contents); 206 + elf_pheader = (Elf64_Phdr *) (read64(elf_header->e_phoff, be) + file_contents);
|
| /openbmc/u-boot/include/ |
| H A D | elf.h | 97 Elf32_Off e_phoff; /* program header table offset */ member 115 Elf64_Off e_phoff; /* program header table offset */ member
|
| /openbmc/u-boot/cmd/ |
| H A D | elf.c | 42 phdr = (Elf64_Phdr *)(addr + (ulong)ehdr->e_phoff); in load_elf64_image_phdr() 157 phdr = (Elf32_Phdr *)(addr + ehdr->e_phoff); in load_elf_image_phdr()
|
| /openbmc/qemu/bsd-user/ |
| H A D | elfload.c | 54 bswaptls(&ehdr->e_phoff); /* Program header table file offset */ in bswap_ehdr() 311 retval = lseek(interpreter_fd, interp_elf_ex->e_phoff, SEEK_SET); in load_elf_interp() 639 retval = lseek(bprm->fd, elf_ex.e_phoff, SEEK_SET); in load_elf_binary()
|
| /openbmc/u-boot/tools/ |
| H A D | prelink-riscv.inc | 48 Elf_Phdr *phdrs = data + ehdr->e_phoff;
|
| H A D | img2srec.c | 257 getPtr = ExtractLong((uint32_t *)&elfHeader.e_phoff, getPtr); in ConvertELF()
|
| /openbmc/qemu/scripts/ |
| H A D | dump-guest-memory.py | 272 self.e_phoff = ctypes.sizeof(self) 301 self.e_phoff = ctypes.sizeof(self)
|
| /openbmc/qemu/include/hw/ |
| H A D | elf_ops.h.inc | 7 bswapSZs(&ehdr->e_phoff); /* Program header table file offset */ 397 if (lseek(fd, ehdr.e_phoff, SEEK_SET) != ehdr.e_phoff) {
|
| /openbmc/qemu/include/ |
| H A D | elf.h | 1512 Elf32_Off e_phoff; member 1529 Elf64_Off e_phoff; /* Program header table file offset */ member
|
| /openbmc/qemu/dump/ |
| H A D | dump.c | 155 elf_header->e_phoff = cpu_to_dump64(s, s->phdr_offset); in prepare_elf64_header() 182 elf_header->e_phoff = cpu_to_dump32(s, s->phdr_offset); in prepare_elf32_header()
|