OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 15 03:09:54 GMT 2025