elf64_hdr
# define elfhdr elf64_hdr
const struct elf64_hdr *hdr;
hdr = (struct elf64_hdr *)vdso_start;
struct elf64_hdr e64;
struct elf64_hdr e64;
struct elf64_hdr e64;
const struct elf64_hdr *hdr;
hdr = (struct elf64_hdr *)vdso_start;
const struct elf64_hdr *ehdr = (const struct elf64_hdr *)img;
if (class == ELFCLASS64 && fw->size < sizeof(struct elf64_hdr)) {
#define elfhdr elf64_hdr
struct elf64_hdr h;
{&h, sizeof(struct elf64_hdr)},
h.e_entry = VADDR + sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr);
h.e_phoff = sizeof(struct elf64_hdr);
h.e_ehsize = sizeof(struct elf64_hdr);
ph.p_filesz = sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len;
ph.p_memsz = sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len;
if (writev(fd, iov, 3) != sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len) {