Home
last modified time | relevance | path

Searched refs:dso_handle_3 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_atexit.c66 static void *dso_handle_3 = (void *)3; variable
70 static int dso_handle_3; variable
198 ASSERT(0 == __cxa_atexit(cxa_handler_2, &arg_3, dso_handle_3)); in main()
206 ASSERT(0 == __cxa_atexit(cxa_handler_2, &arg_3, &dso_handle_3)); in main()
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dh_atexit.c57 static void *dso_handle_3 = (void *)3; variable
61 static int dso_handle_3; variable
189 ASSERT(0 == __cxa_atexit(cxa_handler_2, &arg_3, dso_handle_3)); in main()
197 ASSERT(0 == __cxa_atexit(cxa_handler_2, &arg_3, &dso_handle_3)); in main()