Home
last modified time | relevance | path

Searched refs:dtld_libpath (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cc.c1955 if ((dld->dtld_libpath = dt_alloc(dtp, MAXPATHLEN)) == NULL) { in dt_lib_depend_add()
1960 (void) strlcpy(dld->dtld_libpath, arg, end - arg + 2); in dt_lib_depend_add()
1962 dt_free(dtp, dld->dtld_libpath); in dt_lib_depend_add()
2114 dt_free(dtp, dlda->dtld_libpath); in dt_lib_depend_free()
2120 dt_free(dtp, dlda->dtld_libpath); in dt_lib_depend_free()
2125 dt_free(dtp, dld->dtld_libpath); in dt_lib_depend_free()
H A Ddt_impl.h197 char *dtld_libpath; /* library pathname */ member