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.c67 if (melf) in cleanup()
68 (void) elf_end(melf); in cleanup()
147 Elf * ielf = 0, *oelf = 0, *melf = 0; in rt_dldump() local
246 cleanup(ielf, oelf, melf, icache, mcache, 0, 0); in rt_dldump()
385 cleanup(ielf, oelf, melf, icache, mcache, in rt_dldump()
470 cleanup(ielf, oelf, melf, icache, mcache, in rt_dldump()
652 cleanup(ielf, oelf, melf, icache, in rt_dldump()
712 cleanup(ielf, oelf, melf, in rt_dldump()
757 if ((mehdr = elf_getehdr(melf)) == NULL) { in rt_dldump()
763 if (elf_getshdrnum(melf, &shndx) == -1) { 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()