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

/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_pragma.c240 dld->dtld_libpath, nnp->dn_string);
263 dld->dtld_libpath, nnp->dn_string);
H A Ddt_cc.c2114 if ((dld->dtld_libpath = dt_alloc(dtp, MAXPATHLEN)) == NULL) {
2119 (void) strlcpy(dld->dtld_libpath, arg, end - arg + 2);
2121 dt_free(dtp, dld->dtld_libpath);
2273 dt_free(dtp, dlda->dtld_libpath);
2279 dt_free(dtp, dlda->dtld_libpath);
2284 dt_free(dtp, dld->dtld_libpath);
H A Ddt_impl.h228 char *dtld_libpath; /* library pathname */ member in struct:dt_lib_depend

Completed in 96 milliseconds