Lines Matching refs:handle
36 void *handle = xdlopen (LIBM_SO, RTLD_LOCAL | RTLD_NOW); in la_version() local
37 void *ptr = xdlsym (handle, "sincos"); in la_version()
39 ptr = dlsym (handle, "SINCOS"); in la_version()
43 ptr = dlsym (handle, "SINCOS"); in la_version()
45 xdlclose (handle); in la_version()
48 handle = xdlopen (LIBC_SO, RTLD_LOCAL | RTLD_NOW | RTLD_NOLOAD); in la_version()
52 TEST_VERIFY (xdlsym (handle, "_exit") in la_version()
53 == xdlvsym (handle, "_exit", FIRST_VERSION_libc__exit_STRING)); in la_version()
58 TEST_COMPARE (dlinfo (handle, RTLD_DI_LINKMAP, &handle2), 0); in la_version()
59 TEST_VERIFY (handle2 == handle); in la_version()
72 TEST_VERIFY (extra_info == handle); in la_version()
76 TEST_VERIFY (dlmopen_handle != handle); in la_version()