HomeSort by: relevance | last modified time | path
    Searched refs:dt_ld_path (Results 1 - 4 of 4) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_link.c 1745 len = snprintf(&tmp, 1, fmt, dtp->dt_ld_path, file) + 1;
1752 cur = snprintf(cmd, len, fmt, dtp->dt_ld_path, file);
1759 "failed to run %s: %s", dtp->dt_ld_path,
1766 file, dtp->dt_ld_path, WTERMSIG(status)));
1772 file, dtp->dt_ld_path, WEXITSTATUS(status)));
1878 len = snprintf(&tmp, 1, fmt, dtp->dt_ld_path, file, fd,
1883 (void) snprintf(cmd, len, fmt, dtp->dt_ld_path, file, fd, drti);
1890 len = snprintf(&tmp, 1, fmt, dtp->dt_ld_path, file, tfile,
1895 (void) snprintf(cmd, len, fmt, dtp->dt_ld_path, file, tfile,
1900 "failed to run %s: %s", dtp->dt_ld_path,
    [all...]
dt_options.c 277 free(dtp->dt_ld_path);
278 dtp->dt_ld_path = ld;
dt_open.c 1258 dtp->dt_ld_path = strdup(_dtrace_defld);
1269 dtp->dt_procs == NULL || dtp->dt_ld_path == NULL ||
1786 free(dtp->dt_ld_path);
dt_impl.h 295 char *dt_ld_path; /* pathname of ld(1) to invoke if needed */ member in struct:dtrace_hdl

Completed in 72 milliseconds