Lines Matching refs:eh32
518 Elf32_Ehdr *eh32; in _libelf_resync_elf() local
533 eh32 = ehdr; in _libelf_resync_elf()
537 eh_byteorder = eh32->e_ident[EI_DATA]; in _libelf_resync_elf()
538 eh_class = eh32->e_ident[EI_CLASS]; in _libelf_resync_elf()
539 phoff = (off_t) eh32->e_phoff; in _libelf_resync_elf()
540 shoff = (off_t) eh32->e_shoff; in _libelf_resync_elf()
541 eh_version = eh32->e_version; in _libelf_resync_elf()
596 INITIALIZE_EHDR(eh32, ec, eh_version); in _libelf_resync_elf()
703 eh32->e_phoff = (uint32_t) phoff; in _libelf_resync_elf()
704 eh32->e_shoff = (uint32_t) shoff; in _libelf_resync_elf()
896 Elf32_Ehdr *eh32; in _libelf_write_phdr() local
913 eh32 = (Elf32_Ehdr *) ehdr; in _libelf_write_phdr()
914 phoff = (uint64_t) eh32->e_phoff; in _libelf_write_phdr()
960 Elf32_Ehdr *eh32; in _libelf_write_shdr() local
975 eh32 = (Elf32_Ehdr *) ehdr; in _libelf_write_shdr()
976 shoff = (uint64_t) eh32->e_shoff; in _libelf_write_shdr()