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

/freebsd-10-stable/lib/libelf/
H A Dgelf_ehdr.c56 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.c46 Elf64_Ehdr *eh64; local
76 eh64 = (Elf64_Ehdr *) ehdr;
77 phentsize = eh64->e_phentsize;
78 phoff = (uint64_t) eh64->e_phoff;
H A Dgelf_phdr.c54 Elf64_Ehdr *eh64; local
87 if ((eh64 = _libelf_ehdr(e, ELFCLASS64, 0)) == NULL ||
91 if (index >= eh64->e_phnum) {
H A Delf_scn.c50 Elf64_Ehdr *eh64; local
79 eh64 = (Elf64_Ehdr *) ehdr;
80 shoff = eh64->e_shoff;
81 CHECK_EHDR(e, eh64);
H A Delf_update.c410 Elf64_Ehdr *eh64; local
425 eh64 = ehdr;
435 eh_byteorder = eh64->e_ident[EI_DATA];
436 eh_class = eh64->e_ident[EI_CLASS];
437 phoff = eh64->e_phoff;
438 shoff = eh64->e_shoff;
439 eh_type = eh64->e_type;
440 eh_version = eh64->e_version;
484 INITIALIZE_EHDR(eh64, ec, eh_version);
574 eh64
717 Elf64_Ehdr *eh64; local
[all...]

Completed in 111 milliseconds