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

/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c219 Elf *melf, *oelf; local
368 if ((melf = elf_begin(0, ELF_C_IMAGE, oelf)) == NULL) {
377 if ((ehdr = elf_getehdr(melf)) == NULL) {
391 if ((scn = elf_getscn(melf, outsec->os_ndx)) == NULL) {
562 (_elf_swap_wrimage(melf) != 0)) {
567 (void) elf_end(melf);
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c48 cleanup(Elf *ielf, Elf *oelf, Elf *melf, Cache *icache, Cache *mcache, argument
67 if (melf)
68 (void) elf_end(melf);
147 Elf * ielf = 0, *oelf = 0, *melf = 0; local
237 cleanup(ielf, oelf, melf, icache, mcache, fd, 0);
246 cleanup(ielf, oelf, melf, icache, mcache, 0, 0);
257 cleanup(ielf, oelf, melf, icache, mcache, 0, 0);
262 cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
273 cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
314 cleanup(ielf, oelf, melf, icach
[all...]
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dinput.c132 Elf *melf; local
137 while ((melf = elf_begin(fd, cmd, elf)) != NULL) {
140 if ((arh = elf_getarhdr(melf)) == NULL) {
153 switch (elf_kind(melf)) {
155 rc = read_archive(fd, melf, memname, label,
159 rc = read_file(melf, memname, label,
164 memname, elf_kind(melf));
170 cmd = elf_next(melf);
171 (void) elf_end(melf);
252 Elf *melf; local
[all...]

Completed in 55 milliseconds