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

/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c48 cleanup(Elf *ielf, Elf *oelf, Elf *melf, Cache *icache, Cache *mcache, argument
63 if (ielf)
64 (void) elf_end(ielf);
147 Elf * ielf = 0, *oelf = 0, *melf = 0; local
235 if ((ielf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) {
237 cleanup(ielf, oelf, melf, icache, mcache, fd, 0);
242 if ((elf_kind(ielf) != ELF_K_ELF) ||
243 ((iehdr = elf_getehdr(ielf)) == NULL) ||
246 cleanup(ielf, oelf, melf, icache, mcache, 0, 0);
257 cleanup(ielf, oel
[all...]

Completed in 44 milliseconds