Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/ldso_debug/
H A Dldso_debug_test.c39 void* handle_lib1 = dlopen(LIB_PATH_1, RTLD_NOW); in ldso_debug_test_0001() local
40 EXPECT_PTRNE("ldso_debug_test_0001", handle_lib1, NULL); in ldso_debug_test_0001()
46 EXPECT_EQ("ldso_debug_test_0001", dlclose(handle_lib1), 0); in ldso_debug_test_0001()
62 void* handle_lib1 = dlopen(LIB_PATH_1, RTLD_NOW); in ldso_debug_test_0002() local
63 EXPECT_PTRNE("ldso_debug_test_0002", handle_lib1, NULL); in ldso_debug_test_0002()
66 handle_lib1 = dlopen(LIB_PATH_1, RTLD_NOW); in ldso_debug_test_0002()
67 EXPECT_PTRNE("ldso_debug_test_0002", handle_lib1, NULL); in ldso_debug_test_0002()
70 EXPECT_EQ("ldso_debug_test_0002", dlclose(handle_lib1), 0); in ldso_debug_test_0002()

Completed in 1 milliseconds