Searched refs:melf (Results 1 – 3 of 3) sorted by relevance
| /onnv-gate/usr/src/cmd/sgs/librtld/common/ |
| H A D | dldump.c | 49 cleanup(Elf *ielf, Elf *oelf, Elf *melf, Cache *icache, Cache *mcache, in cleanup() argument 68 if (melf) in cleanup() 69 (void) elf_end(melf); in cleanup() 148 Elf * ielf = 0, *oelf = 0, *melf = 0; in rt_dldump() local 238 cleanup(ielf, oelf, melf, icache, mcache, fd, 0); in rt_dldump() 247 cleanup(ielf, oelf, melf, icache, mcache, 0, 0); in rt_dldump() 258 cleanup(ielf, oelf, melf, icache, mcache, 0, 0); in rt_dldump() 263 cleanup(ielf, oelf, melf, icache, mcache, fd, opath); in rt_dldump() 274 cleanup(ielf, oelf, melf, icache, mcache, fd, opath); in rt_dldump() 314 cleanup(ielf, oelf, melf, icache, mcache, fd, opath); in rt_dldump() [all …]
|
| /onnv-gate/usr/src/tools/ctf/cvt/ |
| H A D | input.c | 132 Elf *melf; in read_archive() local 137 while ((melf = elf_begin(fd, cmd, elf)) != NULL) { in read_archive() 140 if ((arh = elf_getarhdr(melf)) == NULL) { in read_archive() 153 switch (elf_kind(melf)) { in read_archive() 155 rc = read_archive(fd, melf, memname, label, in read_archive() 159 rc = read_file(melf, memname, label, in read_archive() 164 memname, elf_kind(melf)); in read_archive() 170 cmd = elf_next(melf); in read_archive() 171 (void) elf_end(melf); in read_archive() 252 Elf *melf; in count_archive() local [all …]
|
| /onnv-gate/usr/src/cmd/sgs/elfwrap/common/ |
| H A D | elfwrap.c | 219 Elf *melf, *oelf; in output() local 368 if ((melf = elf_begin(0, ELF_C_IMAGE, oelf)) == NULL) { in output() 377 if ((ehdr = elf_getehdr(melf)) == NULL) { in output() 391 if ((scn = elf_getscn(melf, outsec->os_ndx)) == NULL) { in output() 562 (_elf_swap_wrimage(melf) != 0)) { in output() 567 (void) elf_end(melf); in output()
|