Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/ldso_debug/
H A Dldso_debug_test.c31 * @tc.name : ldso_debug_test_0001
35 void ldso_debug_test_0001(void) in ldso_debug_test_0001() function
40 EXPECT_PTRNE("ldso_debug_test_0001", handle_lib1, NULL); in ldso_debug_test_0001()
42 EXPECT_PTRNE("ldso_debug_test_0001", handle_lib2, NULL); in ldso_debug_test_0001()
44 EXPECT_PTRNE("ldso_debug_test_0001", handle_lib3, NULL); in ldso_debug_test_0001()
46 EXPECT_EQ("ldso_debug_test_0001", dlclose(handle_lib1), 0); in ldso_debug_test_0001()
47 EXPECT_EQ("ldso_debug_test_0001", dlclose(handle_lib3), 0); in ldso_debug_test_0001()
48 EXPECT_EQ("ldso_debug_test_0001", dlclose(handle_lib2), 0); in ldso_debug_test_0001()
110 ldso_debug_test_0001,

Completed in 1 milliseconds