Searched refs:cxa_atexit_wrapper (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/
H A Ddarwin-crt3.c379 cxa_atexit_wrapper (void* routine_param) function
443 - call the system __cxa_atexit to add cxa_atexit_wrapper with an argument
444 that indicates how cxa_atexit_wrapper should call R. */
493 return cxa_atexit (cxa_atexit_wrapper, alloced, dso);
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/
H A Ddarwin-crt3.c379 cxa_atexit_wrapper (void* routine_param) function
443 - call the system __cxa_atexit to add cxa_atexit_wrapper with an argument
444 that indicates how cxa_atexit_wrapper should call R. */
493 return cxa_atexit (cxa_atexit_wrapper, alloced, dso);

Completed in 196 milliseconds