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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_link.c1483 len = snprintf(&tmp, 1, fmt, dtp->dt_ld_path, file) + 1;
1490 cur = snprintf(cmd, len, fmt, dtp->dt_ld_path, file);
1497 "failed to run %s: %s", dtp->dt_ld_path,
1504 file, dtp->dt_ld_path, WTERMSIG(status)));
1510 file, dtp->dt_ld_path, WEXITSTATUS(status)));
1598 len = snprintf(&tmp, 1, fmt, dtp->dt_ld_path, file, fd,
1603 (void) snprintf(cmd, len, fmt, dtp->dt_ld_path, file, fd, drti);
1607 "failed to run %s: %s", dtp->dt_ld_path,
1617 file, dtp->dt_ld_path, WTERMSIG(status));
1624 file, dtp->dt_ld_path, WEXITSTATU
[all...]
H A Ddt_open.c1030 dtp->dt_ld_path = strdup(_dtrace_defld);
1040 dtp->dt_procs == NULL || dtp->dt_ld_path == NULL ||
1473 free(dtp->dt_ld_path);
H A Ddt_options.c295 free(dtp->dt_ld_path);
296 dtp->dt_ld_path = ld;
H A Ddt_impl.h259 char *dt_ld_path; /* pathname of ld(1) to invoke if needed */ member in struct:dtrace_hdl

Completed in 55 milliseconds