Searched refs:newehdr (Results 1 – 2 of 2) sorted by relevance
66 elfw2(LIBELFBITS,newehdr) (elf)113 INTDEF(elfw2(LIBELFBITS,newehdr))
410 GElf_Ehdr *newehdr; in handle_elf() local1629 newehdr = gelf_getehdr (newelf, &newehdr_mem); in handle_elf()1630 if (newehdr == NULL) in handle_elf()1633 memcpy (newehdr->e_ident, ehdr->e_ident, EI_NIDENT); in handle_elf()1634 newehdr->e_type = ehdr->e_type; in handle_elf()1635 newehdr->e_machine = ehdr->e_machine; in handle_elf()1636 newehdr->e_version = ehdr->e_version; in handle_elf()1637 newehdr->e_entry = ehdr->e_entry; in handle_elf()1638 newehdr->e_flags = ehdr->e_flags; in handle_elf()1639 newehdr->e_phoff = ehdr->e_phoff; in handle_elf()[all …]