Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/ldso_cfi/
H A Dldso_cfi_check.c49 GET_LAST_DIAG get_diag = NULL; variable
105 *(void **)(&get_diag) = dlsym(handle, "get_diag"); in cfi_slowpath_function_test_0002()
113 EXPECT_EQ("cfi_slowpath_function_test_0002", NULL, (*get_diag)()); in cfi_slowpath_function_test_0002()
138 *(void **)(&get_diag) = dlsym(handle, "get_diag"); in cfi_slowpath_function_test_0003()
146 EXPECT_EQ("cfi_slowpath_function_test_0003", NULL, (*get_diag)()); in cfi_slowpath_function_test_0003()
191 *(void **)(&get_diag) = dlsym(handle, "get_diag"); in cfi_slowpath_function_test_0005()
261 *(void **)(&get_diag) in cfi_slowpath_function_test_0007()
[all...]
H A Dldso_cfi_test_lib.c50 void *get_diag() { in get_diag() function

Completed in 1 milliseconds