Lines Matching refs:oeh
144 GElf_Ehdr oeh; in create_elf_from_binary() local
175 if (gelf_getehdr(ecp->eout, &oeh) == NULL) in create_elf_from_binary()
180 oeh.e_ident[EI_CLASS] = ecp->oec; in create_elf_from_binary()
181 oeh.e_ident[EI_DATA] = ecp->oed; in create_elf_from_binary()
186 oeh.e_ident[EI_OSABI] = ELFOSABI_NONE; in create_elf_from_binary()
187 oeh.e_machine = ecp->oem; in create_elf_from_binary()
188 oeh.e_type = ET_REL; in create_elf_from_binary()
189 oeh.e_entry = 0; in create_elf_from_binary()
253 if (gelf_update_ehdr(ecp->eout, &oeh) == 0) in create_elf_from_binary()
271 if (gelf_getehdr(ecp->eout, &oeh) == NULL) in create_elf_from_binary()
279 oeh.e_shoff = shtab->off; in create_elf_from_binary()
282 if (gelf_update_ehdr(ecp->eout, &oeh) == 0) in create_elf_from_binary()