HomeSort by: relevance | last modified time | path
    Searched defs:__cxa_atexit (Results 1 - 7 of 7) sorted by relevancy

  /src/distrib/utils/zcat/
misc.c 33 int __cxa_atexit(void (*func)(void *), void *arg, void *dso);
35 __cxa_atexit(void (*func)(void *), void *arg, void *dso) function
  /src/external/bsd/libc++/dist/libcxxrt/src/
cxa_atexit.c 39 int __cxa_atexit( void (*f)(void *), void *p, void *d) { function
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
cxa_atexit.c 32 #undef __cxa_atexit macro
62 __cxa_atexit (void (*func) (void *), void *arg, void *d) function
66 INTDEF(__cxa_atexit)
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
cxa_atexit.c 32 #undef __cxa_atexit macro
62 __cxa_atexit (void (*func) (void *), void *arg, void *d) function
66 INTDEF(__cxa_atexit)
  /src/lib/libc/stdlib/
atexit.c 118 * Note that __cxa_finalize may generate calls to __cxa_atexit.
133 * or normal atexit type handler. The __cxa_atexit() name and arguments
145 return (__cxa_atexit(func, arg, dso));
176 __cxa_atexit(void (*func)(void *), void *arg, void *dso) function
188 * itself, not __cxa_atexit.
  /src/external/gpl3/gcc/dist/libgcc/config/
darwin-crt3.c 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 retur
504 __cxa_atexit (cxa_atexit_callback func, void* arg, const void* dso) function
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/
darwin-crt3.c 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 retur
504 __cxa_atexit (cxa_atexit_callback func, void* arg, const void* dso) function
    [all...]

Completed in 28 milliseconds