Lines Matching defs:ehdr
216 GElf_Ehdr ehdr;
217 if (gelf_getehdr (elf, &ehdr) == NULL)
218 fail_elf ("Couldn't get ehdr", fname);
304 last_offset = (ehdr.e_phoff
399 fail_elf ("Couldn't create new ehdr", fnew);
402 fail_elf ("Couldn't get ehdr", fnew);
404 newehdr.e_ident[EI_DATA] = ehdr.e_ident[EI_DATA];
405 newehdr.e_type = ehdr.e_type;
406 newehdr.e_machine = ehdr.e_machine;
407 newehdr.e_version = ehdr.e_version;
408 newehdr.e_entry = ehdr.e_entry;
409 newehdr.e_flags = ehdr.e_flags;
413 fname, "ehdr", 0, "e_shstrndx", 0);
430 fail ("Couldn't update ehdr", fnew);
643 fail_elf ("Couldn't get ehdr", fnew);
650 newehdr.e_phoff = ehdr.e_phoff;
653 fail_elf ("Couldn't update ehdr", fnew);