Searched refs:e_phoff (Results 1 – 12 of 12) sorted by relevance
/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()
|
/qemu/linux-user/ |
H A D | gen-vdso-elfn.c.inc | 16 bswaps(&ehdr->e_phoff); /* Program header table file offset */ 96 ElfN(Phdr) *phdr = (void *)ehdr + ehdr->e_phoff; 128 phdr = buf + ehdr->e_phoff; 182 if (first_segsz < ehdr->e_phoff + phnum * sizeof(*phdr)) {
|
H A D | elfload.c | 2136 bswaptls(&ehdr->e_phoff); /* Program header table file offset */ in bswap_ehdr() 2631 NEW_AUX_ENT(AT_PHDR, (abi_ulong)(info->load_addr + exec->e_phoff)); in create_elf_tables() 3234 phdr = imgsrc_read_alloc(ehdr->e_phoff, in load_elf_image() 4127 elf->e_phoff = sizeof(struct elfhdr); in fill_elf_header()
|
/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()
|
/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()
|
/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()
|
/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()
|
/qemu/scripts/ |
H A D | dump-guest-memory.py | 272 self.e_phoff = ctypes.sizeof(self) 301 self.e_phoff = ctypes.sizeof(self)
|
/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) {
|
/qemu/include/ |
H A D | elf.h | 1505 Elf32_Off e_phoff; member 1522 Elf64_Off e_phoff; /* Program header table file offset */ member
|
/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()
|
/qemu/tcg/ |
H A D | tcg.c | 7162 .e_phoff = offsetof(struct ElfImage, phdr), in tcg_register_jit_int()
|