Lines Matching defs:ehdr
70 GElf_Ehdr *ehdr;
90 ehdr = gelf_getehdr (result->out.elf, &ehdr_mem);
92 assert (ehdr != NULL);
95 ehdr->e_type = ET_REL;
97 ehdr->e_version = EV_CURRENT;
100 ehdr->e_machine = ebl_get_elfmachine (ebl);
101 ehdr->e_ident[EI_CLASS] = class;
102 ehdr->e_ident[EI_DATA] = ebl_get_elfdata (ebl);
104 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG);
107 (void) gelf_update_ehdr (result->out.elf, ehdr);