Searched refs:dtld_dependents (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_cc.c1820 if ((dt_lib_depend_add(dtp, &dlda->dtld_dependents,
1836 for (dpld = dt_list_next(&dld->dtld_dependents); dpld != NULL;
1893 for (dpld = dt_list_next(&dld->dtld_dependents); dpld != NULL;
1924 while ((dlda = dt_list_next(&dld->dtld_dependents)) != NULL) {
1925 dt_list_delete(&dld->dtld_dependents, dlda);
H A Ddt_impl.h199 dt_list_t dtld_dependents; /* linked-list of lib dependents */ member in struct:dt_lib_depend

Completed in 51 milliseconds