elf64_phdr
# define elf_phdr elf64_phdr
struct elf64_phdr *phdr64 = _phdr;
#define elf_phdr elf64_phdr
struct elf64_phdr ph;
{&ph, sizeof(struct elf64_phdr)},
h.e_entry = VADDR + sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr);
h.e_phentsize = sizeof(struct elf64_phdr);
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) {