Searched refs:eh64 (Results 1 – 6 of 6) sorted by relevance
42 Elf64_Ehdr *eh64; in _libelf_elfmachine() local51 eh64 = NULL; in _libelf_elfmachine()58 eh64 = e->e_u.e_elf.e_ehdr.e_ehdr64; in _libelf_elfmachine()59 return eh64 ? eh64->e_machine : EM_NONE; in _libelf_elfmachine()
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()
518 Elf64_Ehdr *eh64; in _libelf_resync_elf() local533 eh64 = ehdr; in _libelf_resync_elf()546 eh_version = eh64->e_version; in _libelf_resync_elf()705 eh64->e_phoff = (uint64_t) phoff; in _libelf_resync_elf()706 eh64->e_shoff = (uint64_t) shoff; in _libelf_resync_elf()894 Elf64_Ehdr *eh64; in _libelf_write_phdr() local913 eh64 = (Elf64_Ehdr *) ehdr; in _libelf_write_phdr()914 phoff = eh64->e_phoff; in _libelf_write_phdr()958 Elf64_Ehdr *eh64; in _libelf_write_shdr() local975 eh64 = (Elf64_Ehdr *) ehdr; in _libelf_write_shdr()[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() local72 eh64 = (Elf64_Ehdr *) ehdr; in _libelf_getphdr()73 phoff = (uint64_t) eh64->e_phoff; in _libelf_getphdr()
53 Elf64_Ehdr *eh64; in gelf_getphdr() local88 if ((eh64 = _libelf_ehdr(e, ELFCLASS64, 0)) == NULL || in gelf_getphdr()