Searched refs:melf (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/sgs/librtld/common/ |
H A D | dldump.c | 48 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 …]
|
/titanic_50/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 …]
|
/titanic_50/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()
|