Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/ldso_debug/
H A Dldso_debug_test.c41 void* handle_lib2 = dlopen(LIB_PATH_2, RTLD_NOW); in ldso_debug_test_0001() local
42 EXPECT_PTRNE("ldso_debug_test_0001", handle_lib2, NULL); in ldso_debug_test_0001()
48 EXPECT_EQ("ldso_debug_test_0001", dlclose(handle_lib2), 0); in ldso_debug_test_0001()

Completed in 1 milliseconds