Searched refs:__cfi_slowpath_diag (Results 1 - 4 of 4) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/ |
H A D | ldso_cfi_test.cpp | 32 extern "C" void __cfi_slowpath_diag(uint64_t CallSiteTypeId, void* Ptr, void* DiagData); 254 __cfi_slowpath_diag(callSiteTypeId, nullptr, &diagInfo); in HWTEST_F() 257 __cfi_slowpath_diag(callSiteTypeId, (*globalAddress)(), &diagInfo); in HWTEST_F()
|
/third_party/musl/libc-test/src/functionalext/ldso_cfi/ |
H A D | ldso_cfi_check.c | 35 extern void __cfi_slowpath_diag(uint64_t CallSiteTypeId, void *Ptr, void *DiagData); 306 * @tc.desc : Loading a dso that contains __cfi_check() symbol, call the __cfi_slowpath_diag() function with 325 __cfi_slowpath_diag(call_site_type_id, NULL, &diag_info); in cfi_slowpath_diag_function_test_0001() 328 __cfi_slowpath_diag(call_site_type_id, (*get_global_address)(), &diag_info); in cfi_slowpath_diag_function_test_0001()
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | cfi.c | 23 /* This module provides support for LLVM CFI Cross-DSO by implementing the __cfi_slowpath() and __cfi_slowpath_diag() 120 void __cfi_slowpath_diag(uint64_t call_site_type_id, void *func_ptr, void *diag_data); 505 void __cfi_slowpath_diag(uint64_t call_site_type_id, void *func_ptr, void *diag_data) in __cfi_slowpath_diag() function
|
/third_party/musl/ldso/linux/ |
H A D | cfi.c | 23 /* This module provides support for LLVM CFI Cross-DSO by implementing the __cfi_slowpath() and __cfi_slowpath_diag() 127 void __cfi_slowpath_diag(uint64_t call_site_type_id, void *func_ptr, void *diag_data); 567 void __cfi_slowpath_diag(uint64_t call_site_type_id, void *func_ptr, void *diag_data) in __cfi_slowpath_diag() function
|
Completed in 4 milliseconds