Searched refs:dl_refcount (Results 1 – 2 of 2) sorted by relevance
| /trueos/libexec/rtld-elf/ |
| HD | rtld.h | 162 int dl_refcount; /* Number of times loaded by dlopen */ member
|
| HD | rtld.c | 1383 if (obj == NULL || obj->refcount == 0 || obj->dl_refcount == 0) { in dlcheck() 2815 LD_UTRACE(UTRACE_DLCLOSE_START, handle, NULL, 0, root->dl_refcount, in dlclose() 2819 root->dl_refcount--; in dlclose() 2917 obj->dl_refcount--; in dlopen_cleanup() 2951 obj->dl_refcount++; in dlopen_object() 3013 LD_UTRACE(UTRACE_DLOPEN_STOP, obj, NULL, 0, obj ? obj->dl_refcount : 0, in dlopen_object()
|