Searched refs:eh64 (Results 1 – 5 of 5) sorted by relevance
55 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()
513 Elf64_Ehdr *eh64; in _libelf_resync_elf() local528 eh64 = ehdr; in _libelf_resync_elf()537 eh_byteorder = eh64->e_ident[EI_DATA]; in _libelf_resync_elf()538 eh_class = eh64->e_ident[EI_CLASS]; in _libelf_resync_elf()539 phoff = (off_t) eh64->e_phoff; in _libelf_resync_elf()540 shoff = (off_t) eh64->e_shoff; in _libelf_resync_elf()541 eh_version = eh64->e_version; in _libelf_resync_elf()592 INITIALIZE_EHDR(eh64, ec, eh_version); in _libelf_resync_elf()700 eh64->e_phoff = (uint64_t) phoff; in _libelf_resync_elf()701 eh64->e_shoff = (uint64_t) shoff; in _libelf_resync_elf()[all …]
50 Elf64_Ehdr *eh64; in _libelf_load_section_headers() local82 eh64 = (Elf64_Ehdr *) ehdr; in _libelf_load_section_headers()83 shoff = eh64->e_shoff; in _libelf_load_section_headers()84 CHECK_EHDR(e, eh64); in _libelf_load_section_headers()
43 Elf64_Ehdr *eh64; in _libelf_getphdr() local73 eh64 = (Elf64_Ehdr *) ehdr; in _libelf_getphdr()74 phoff = (uint64_t) eh64->e_phoff; in _libelf_getphdr()
53 Elf64_Ehdr *eh64; in gelf_getphdr() local86 if ((eh64 = _libelf_ehdr(e, ELFCLASS64, 0)) == NULL || in gelf_getphdr()90 if (index >= eh64->e_phnum) { in gelf_getphdr()