Home
last modified time | relevance | path

Searched refs:melf (Results 1 – 2 of 2) 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, in cleanup() argument
67 if (melf) in cleanup()
68 (void) elf_end(melf); in cleanup()
147 Elf * ielf = 0, *oelf = 0, *melf = 0; in rt_dldump() local
237 cleanup(ielf, oelf, melf, icache, mcache, fd, 0); in rt_dldump()
246 cleanup(ielf, oelf, melf, icache, mcache, 0, 0); in rt_dldump()
257 cleanup(ielf, oelf, melf, icache, mcache, 0, 0); in rt_dldump()
262 cleanup(ielf, oelf, melf, icache, mcache, fd, opath); in rt_dldump()
273 cleanup(ielf, oelf, melf, icache, mcache, fd, opath); in rt_dldump()
314 cleanup(ielf, oelf, melf, icache, mcache, fd, opath); in rt_dldump()
[all …]
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c218 Elf *melf, *oelf; in output() local
367 if ((melf = elf_begin(0, ELF_C_IMAGE, oelf)) == NULL) { in output()
376 if ((ehdr = elf_getehdr(melf)) == NULL) { in output()
390 if ((scn = elf_getscn(melf, outsec->os_ndx)) == NULL) { in output()
561 (_elf_swap_wrimage(melf) != 0)) { in output()
566 (void) elf_end(melf); in output()