Searched refs:newehdr (Results 1 – 2 of 2) sorted by relevance
45 elfw2(LIBELFBITS,newehdr) (elf)92 INTDEF(elfw2(LIBELFBITS,newehdr))
428 GElf_Ehdr *newehdr; in handle_elf() local1924 newehdr = gelf_getehdr (newelf, &newehdr_mem); in handle_elf()1925 if (newehdr == NULL) in handle_elf()1928 memcpy (newehdr->e_ident, ehdr->e_ident, EI_NIDENT); in handle_elf()1929 newehdr->e_type = ehdr->e_type; in handle_elf()1930 newehdr->e_machine = ehdr->e_machine; in handle_elf()1931 newehdr->e_version = ehdr->e_version; in handle_elf()1932 newehdr->e_entry = ehdr->e_entry; in handle_elf()1933 newehdr->e_flags = ehdr->e_flags; in handle_elf()1934 newehdr->e_phoff = ehdr->e_phoff; in handle_elf()[all …]