HomeSort by: relevance | last modified time | path
    Searched refs:dl_refcount (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/ld.elf_so/
rtld.c 1255 if (obj == NULL || obj->dl_refcount == 0) {
1474 assert(root->dl_refcount == 0);
1498 assert(root->dl_refcount == 0);
1513 assert(root->dl_refcount == 0);
1641 assert(root->dl_refcount != 0);
1646 --root->dl_refcount;
1701 ++obj->dl_refcount;
1715 obj->dl_refcount--;
rtld.h 154 int dl_refcount; /* Number of times loaded by dlopen */ member in struct:Struct_Obj_Entry

Completed in 46 milliseconds