Searched refs:eh64 (Results 1 – 5 of 5) sorted by relevance
56 Elf64_Ehdr *eh64; in gelf_getehdr() local88 if ((eh64 = _libelf_ehdr(e, ELFCLASS64, 0)) == NULL) in gelf_getehdr()90 *d = *eh64; in gelf_getehdr()124 Elf64_Ehdr *eh64; in gelf_update_ehdr() local143 eh64 = (Elf64_Ehdr *) ehdr; in gelf_update_ehdr()144 *eh64 = *s; in gelf_update_ehdr()
410 Elf64_Ehdr *eh64; in _libelf_resync_elf() local425 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()[all …]
46 Elf64_Ehdr *eh64; in _libelf_getphdr() local76 eh64 = (Elf64_Ehdr *) ehdr; in _libelf_getphdr()77 phentsize = eh64->e_phentsize; in _libelf_getphdr()78 phoff = (uint64_t) eh64->e_phoff; in _libelf_getphdr()
49 Elf64_Ehdr *eh64; in _libelf_load_scn() local76 eh64 = (Elf64_Ehdr *) ehdr; in _libelf_load_scn()77 shoff = eh64->e_shoff; in _libelf_load_scn()78 CHECK_EHDR(e, eh64); in _libelf_load_scn()
54 Elf64_Ehdr *eh64; in gelf_getphdr() local87 if ((eh64 = _libelf_ehdr(e, ELFCLASS64, 0)) == NULL || in gelf_getphdr()91 if (index >= eh64->e_phnum) { in gelf_getphdr()