Searched refs:telf (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c734 Elf *telf = NULL; local
750 if ((telf = elf_begin(tfd, ELF_C_WRITE, NULL)) == NULL)
770 write_file(elf, curname, telf, newname, data, len, flags);
773 elf_end(telf);

Completed in 116 milliseconds