Searched refs:LIB_PATH (Results 1 - 2 of 2) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/ |
H A D | ldso_cfi_test.cpp | 8 #define LIB_PATH "/data/tmp/libcgtest/libs/libldso_cfi_lib.so" macro 57 void* handle = dlopen(LIB_PATH, RTLD_NOW); in HWTEST_F() 64 void* handle2 = dlopen(LIB_PATH, RTLD_NOW); in HWTEST_F() 94 void* handle = dlopen(LIB_PATH, RTLD_NOW); in HWTEST_F() 129 void* handle = dlopen(LIB_PATH, RTLD_NOW); in HWTEST_F() 153 void* handle = dlopen(LIB_PATH, RTLD_NOW); in HWTEST_F() 174 void* handle = dlopen(LIB_PATH, RTLD_NOW); in HWTEST_F() 194 void* handle = dlopen(LIB_PATH, RTLD_NOW); in HWTEST_F() 212 void* handle = dlopen(LIB_PATH, RTLD_NOW); in HWTEST_F() 241 void* handle = dlopen(LIB_PATH, RTLD_NO in HWTEST_F() [all...] |
/third_party/musl/libc-test/src/functionalext/ldso_cfi/ |
H A D | ldso_cfi_check.c | 23 #define LIB_PATH "/data/tests/libc-test/src/libldso_cfi_test_lib.so" macro 99 void* handle = dlopen(LIB_PATH, RTLD_LAZY); in cfi_slowpath_function_test_0002() 132 void* handle = dlopen(LIB_PATH, RTLD_LAZY); in cfi_slowpath_function_test_0003() 162 void* handle = dlopen(LIB_PATH, RTLD_LAZY); in cfi_slowpath_function_test_0004() 185 void* handle = dlopen(LIB_PATH, RTLD_LAZY); in cfi_slowpath_function_test_0005() 221 void* handle = dlopen(LIB_PATH, RTLD_LAZY); in cfi_slowpath_function_test_0006() 249 void* handle = dlopen(LIB_PATH, RTLD_LAZY); in cfi_slowpath_function_test_0007() 256 void* handle2 = dlopen(LIB_PATH, RTLD_LAZY); in cfi_slowpath_function_test_0007() 284 void* handle = dlopen(LIB_PATH, RTLD_LAZY); in cfi_slowpath_function_test_0008() 315 void* handle = dlopen(LIB_PATH, RTLD_LAZ in cfi_slowpath_diag_function_test_0001() [all...] |
Completed in 2 milliseconds