Searched refs:eh64 (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf_elfmachine.c42 Elf64_Ehdr *eh64; local
51 eh64 = NULL;
58 eh64 = e->e_u.e_elf.e_ehdr.e_ehdr64;
59 return eh64 ? eh64->e_machine : EM_NONE;
H A Dgelf_ehdr.c55 Elf64_Ehdr *eh64; local
88 if ((eh64 = _libelf_ehdr(e, ELFCLASS64, 0)) == NULL)
90 *d = *eh64;
124 Elf64_Ehdr *eh64; local
143 eh64 = (Elf64_Ehdr *) ehdr;
144 *eh64 = *s;
H A Dlibelf_phdr.c43 Elf64_Ehdr *eh64; local
72 eh64 = (Elf64_Ehdr *) ehdr;
73 phoff = (uint64_t) eh64->e_phoff;
H A Delf_update.c519 Elf64_Ehdr *eh64; local
534 eh64 = ehdr;
543 eh_byteorder = eh64->e_ident[EI_DATA];
544 eh_class = eh64->e_ident[EI_CLASS];
545 phoff = (off_t) eh64->e_phoff;
546 shoff = (off_t) eh64->e_shoff;
547 eh_version = eh64->e_version;
598 INITIALIZE_EHDR(eh64, ec, eh_version);
706 eh64->e_phoff = (uint64_t) phoff;
707 eh64
897 Elf64_Ehdr *eh64; local
961 Elf64_Ehdr *eh64; local
[all...]
H A Delf_scn.c63 Elf64_Ehdr *eh64; local
95 eh64 = (Elf64_Ehdr *) ehdr;
96 shoff = eh64->e_shoff;
97 CHECK_EHDR(e, eh64);
H A Dgelf_phdr.c53 Elf64_Ehdr *eh64; local
88 if ((eh64 = _libelf_ehdr(e, ELFCLASS64, 0)) == NULL ||

Completed in 75 milliseconds