Home | History | Annotate | Download | only in config

Lines Matching defs:__cxa_atexit

0 /* __cxa_atexit backwards-compatibility support for Darwin.
38 The first problem is that there is no __cxa_atexit on Mac OS versions
40 __cxa_atexit emulation called from the regular atexit.
45 is worked around by wrapping each atexit/__cxa_atexit routine with
46 our own routine which ensures that any __cxa_atexit calls while it
131 /* &__cxa_atexit; set if atexit_status >= atexit_status_broken. */
140 /* Return 0 if __cxa_atexit has the bug it has in Mac OS 10.4: it
289 r->cxa_atexit_f = (cxa_atexit_p)dlsym (handle, "__cxa_atexit");
412 /* This code is used while running on 10.3.9, when __cxa_atexit doesn't
439 /* This is our wrapper around atexit and __cxa_atexit. It will return
443 - call the system __cxa_atexit to add cxa_atexit_wrapper with an argument
500 int __cxa_atexit (cxa_atexit_callback func, void* arg,
504 __cxa_atexit (cxa_atexit_callback func, void* arg, const void* dso)