Lines Matching refs:eh64
519 Elf64_Ehdr *eh64; in _libelf_resync_elf() local
534 eh64 = ehdr; in _libelf_resync_elf()
543 eh_byteorder = eh64->e_ident[EI_DATA]; in _libelf_resync_elf()
544 eh_class = eh64->e_ident[EI_CLASS]; in _libelf_resync_elf()
545 phoff = (off_t) eh64->e_phoff; in _libelf_resync_elf()
546 shoff = (off_t) eh64->e_shoff; in _libelf_resync_elf()
547 eh_version = eh64->e_version; in _libelf_resync_elf()
598 INITIALIZE_EHDR(eh64, ec, eh_version); in _libelf_resync_elf()
706 eh64->e_phoff = (uint64_t) phoff; in _libelf_resync_elf()
707 eh64->e_shoff = (uint64_t) shoff; in _libelf_resync_elf()
897 Elf64_Ehdr *eh64; in _libelf_write_phdr() local
916 eh64 = (Elf64_Ehdr *) ehdr; in _libelf_write_phdr()
917 phoff = eh64->e_phoff; in _libelf_write_phdr()
961 Elf64_Ehdr *eh64; in _libelf_write_shdr() local
978 eh64 = (Elf64_Ehdr *) ehdr; in _libelf_write_shdr()
979 shoff = eh64->e_shoff; in _libelf_write_shdr()