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

  /src/lib/libc/stdlib/
cxa_thread_atexit.c 59 __dl_cxa_refcount(entry->dso_symbol, -1);
83 __dl_cxa_refcount(entry->dso_symbol, 1);
  /src/include/
dlfcn.h 70 void __dl_cxa_refcount(void *, ssize_t);
  /src/lib/libc/dlfcn/
dlfcn_elf.c 79 __weak_alias(__dl_cxa_refcount, ___dl_cxa_refcount)
  /src/libexec/ld.elf_so/
rtld.h 384 __dso_public void __dl_cxa_refcount(void *addr, ssize_t delta);
rtld.c 1549 __dl_cxa_refcount(void *addr, ssize_t delta) function in typeref:typename:void
1557 dbg(("__dl_cxa_refcount of %p with %zd", addr, delta));

Completed in 17 milliseconds