Home
last modified time | relevance | path

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

/glibc-2.36/dlfcn/
Dtststatic2.c120 void *exit_ptr = dlvsym (handle2, "_exit", FIRST_VERSION_libc__exit_STRING); in do_test() local
121 if (exit_ptr == NULL) in do_test()
126 if (exit_ptr != dlsym (handle2, "_exit")) in do_test()
Dmodstatic2.c122 void *exit_ptr = dlvsym (handle2, "_exit", FIRST_VERSION_libc__exit_STRING); in test() local
123 if (exit_ptr == NULL) in test()
128 if (exit_ptr != dlsym (handle2, "_exit")) in test()