Searched refs:oeh (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dbinary.c144 GElf_Ehdr oeh; local
175 if (gelf_getehdr(ecp->eout, &oeh) == NULL)
180 oeh.e_ident[EI_CLASS] = ecp->oec;
181 oeh.e_ident[EI_DATA] = ecp->oed;
186 oeh.e_ident[EI_OSABI] = ELFOSABI_NONE;
187 oeh.e_machine = ecp->oem;
188 oeh.e_type = ET_REL;
189 oeh.e_entry = 0;
253 if (gelf_update_ehdr(ecp->eout, &oeh) == 0)
270 /* Renew oeh t
[all...]
H A Dascii.c202 GElf_Ehdr oeh; local
221 if (gelf_getehdr(ecp->eout, &oeh) == NULL)
226 oeh.e_ident[EI_CLASS] = ecp->oec;
227 oeh.e_ident[EI_DATA] = ecp->oed;
232 oeh.e_ident[EI_OSABI] = ELFOSABI_NONE;
233 oeh.e_machine = ecp->oem;
234 oeh.e_type = ET_REL;
235 oeh.e_entry = 0;
371 oeh.e_entry = entry;
377 if (gelf_update_ehdr(ecp->eout, &oeh)
473 GElf_Ehdr oeh; local
[all...]
H A Dmain.c284 GElf_Ehdr oeh; local
306 if (gelf_getehdr(ecp->eout, &oeh) == NULL)
310 memcpy(oeh.e_ident, ieh.e_ident, sizeof(ieh.e_ident));
311 oeh.e_ident[EI_CLASS] = ecp->oec;
312 oeh.e_ident[EI_DATA] = ecp->oed;
314 oeh.e_ident[EI_OSABI] = ecp->abi;
315 oeh.e_flags = ieh.e_flags;
316 oeh.e_machine = ieh.e_machine;
317 oeh.e_type = ieh.e_type;
318 oeh
[all...]

Completed in 31 milliseconds