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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_link.c1485 len = snprintf(&tmp, 1, fmt, dtp->dt_ld_path, file) + 1;
1492 cur = snprintf(cmd, len, fmt, dtp->dt_ld_path, file);
1499 "failed to run %s: %s", dtp->dt_ld_path,
1506 file, dtp->dt_ld_path, WTERMSIG(status)));
1512 file, dtp->dt_ld_path, WEXITSTATUS(status)));
1600 len = snprintf(&tmp, 1, fmt, dtp->dt_ld_path, file, fd,
1605 (void) snprintf(cmd, len, fmt, dtp->dt_ld_path, file, fd, drti);
1609 "failed to run %s: %s", dtp->dt_ld_path,
1619 file, dtp->dt_ld_path, WTERMSIG(status));
1626 file, dtp->dt_ld_path, WEXITSTATU
[all...]
H A Ddt_open.c923 dtp->dt_ld_path = strdup(_dtrace_defld);
931 dtp->dt_procs == NULL || dtp->dt_ld_path == NULL ||
1360 free(dtp->dt_ld_path);
H A Ddt_impl.h249 char *dt_ld_path; /* pathname of ld(1) to invoke if needed */ member in struct:dtrace_hdl
H A Ddt_options.c272 free(dtp->dt_ld_path);
273 dtp->dt_ld_path = ld;

Completed in 35 milliseconds