Searched defs:iehdr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c148 Ehdr *iehdr, *oehdr, *mehdr; local
243 ((iehdr = elf_getehdr(ielf)) == NULL) ||
244 ((iehdr->e_type != ET_EXEC) && (iehdr->e_type != ET_DYN))) {
277 for (num = 0, ophdr = iphdr; num != iehdr->e_phnum; num++, ophdr++) {
539 oehdr->e_machine = iehdr->e_machine;
540 oehdr->e_flags = iehdr->e_flags;
542 oehdr->e_entry = iehdr->e_entry;
551 if ((ophdr = elf_newphdr(oelf, iehdr->e_phnum)) == NULL) {
556 for (num = 0; num != iehdr
[all...]

Completed in 46 milliseconds