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

  /src/libexec/ld.elf_so/
rtld.c 1568 if (delta > 0 && obj->cxa_refcount > SIZE_MAX - delta)
1570 else if (delta < 0 && obj->cxa_refcount < -1 + (size_t)-(delta + 1))
1573 if (obj->cxa_refcount == 0)
1575 obj->cxa_refcount += delta;
1576 dbg(("new reference count: %zu", obj->cxa_refcount));
1577 if (obj->cxa_refcount == 0) {
rtld.h 324 size_t cxa_refcount; /* For TLS destructors. */ member in struct:Struct_Obj_Entry

Completed in 78 milliseconds