Lines Matching refs:eh64
410 Elf64_Ehdr *eh64; in _libelf_resync_elf() local
425 eh64 = ehdr; in _libelf_resync_elf()
435 eh_byteorder = eh64->e_ident[EI_DATA]; in _libelf_resync_elf()
436 eh_class = eh64->e_ident[EI_CLASS]; in _libelf_resync_elf()
437 phoff = eh64->e_phoff; in _libelf_resync_elf()
438 shoff = eh64->e_shoff; in _libelf_resync_elf()
439 eh_type = eh64->e_type; in _libelf_resync_elf()
440 eh_version = eh64->e_version; in _libelf_resync_elf()
484 INITIALIZE_EHDR(eh64, ec, eh_version); in _libelf_resync_elf()
574 eh64->e_phoff = (uint64_t) phoff; in _libelf_resync_elf()
575 eh64->e_shoff = (uint64_t) shoff; in _libelf_resync_elf()
717 Elf64_Ehdr *eh64; in _libelf_write_elf() local
742 eh64 = (Elf64_Ehdr *) ehdr; in _libelf_write_elf()
744 phoff = eh64->e_phoff; in _libelf_write_elf()
745 shnum = eh64->e_shnum; in _libelf_write_elf()
746 shoff = eh64->e_shoff; in _libelf_write_elf()