_dl_dprintf
_dl_dprintf(fd, "%c", fmt[i]);
_dl_dprintf(fd, "%c", '%');
_dl_dprintf(fd, "%s", _dl_traceprog ?
_dl_dprintf(fd, "%s", __progname);
_dl_dprintf(fd, "%lX",
_dl_dprintf(fd, "%d", object->grprefcount);
_dl_dprintf(fd, "%d", object->sod.sod_major);
_dl_dprintf(fd, "%d", object->sod.sod_minor);
_dl_dprintf(fd, "%d", object->opencount);
_dl_dprintf(fd, "%s", object->sod.sod_name);
_dl_dprintf(fd, "%s", object->load_name);
_dl_dprintf(fd, "%d", object->refcount);
_dl_dprintf(fd, "%s", objtypename);
_dl_dprintf(fd, "%lX", object->load_base);
_dl_dprintf(fd, "%c", '\n');
_dl_dprintf(fd, "%c", '\r');
_dl_dprintf(fd, "%c", '\t');
_dl_dprintf(fd, "%c", fmt[i]);
_dl_dprintf(outputfd, "\tStart %s End %s Type Open Ref GrpRef Name\n",
void _dl_dprintf(int, const char *fmt, ...);