Searched refs:ieh (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dmain.c283 GElf_Ehdr ieh; local
291 if (gelf_getehdr(ecp->ein, &ieh) == NULL)
301 ecp->oed = ieh.e_ident[EI_DATA];
310 memcpy(oeh.e_ident, ieh.e_ident, sizeof(ieh.e_ident));
315 oeh.e_flags = ieh.e_flags;
316 oeh.e_machine = ieh.e_machine;
317 oeh.e_type = ieh.e_type;
318 oeh.e_entry = ieh.e_entry;
319 oeh.e_version = ieh
[all...]
H A Dsections.c529 GElf_Ehdr ieh; local
544 if (gelf_getehdr(ecp->ein, &ieh) == NULL)
547 shtab->off = ieh.e_shoff;

Completed in 164 milliseconds