Searched refs:__cfi_slowpath (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 | 31 extern "C" void __cfi_slowpath(uint64_t CallSiteTypeId, void* Ptr); 62 __cfi_slowpath(callSiteTypeId1, (*globalAddress)()); in HWTEST_F() 76 __cfi_slowpath(callSiteTypeId2, (*globalAddress)()); in HWTEST_F() 87 * @tc.desc: Loading a so that contains __cfi_check() symbol, call the __cfi_slowpath() function with address inside 110 __cfi_slowpath(expectedCallSiteTypeId, (*globalAddress)()); in HWTEST_F() 121 * @tc.desc: load a so that contains the __cfi_check() symbol and call the __cfi_slowpath() function whose address 137 __cfi_slowpath(expectedCallSiteTypeId, (*globalAddress)()); in HWTEST_F() 139 __cfi_slowpath(unexpectedCallSiteTypeId, reinterpret_cast<void*>(&TestFunc)); in HWTEST_F() 147 * @tc.desc: Call __cfi_slowpath() with nullptr addr and verify the cfi_check function will not called. 160 __cfi_slowpath(callSiteTypeI in HWTEST_F() [all...] |
/third_party/musl/libc-test/src/functionalext/ldso_cfi/ |
H A D | ldso_cfi_check.c | 34 extern void __cfi_slowpath(uint64_t CallSiteTypeId, void *Ptr); 91 * @tc.desc : Loading a dso that contains __cfi_check() symbol, call the __cfi_slowpath() function with 110 __cfi_slowpath(expected_call_site_type_id, (*get_global_address)()); in cfi_slowpath_function_test_0002() 122 * @tc.desc : Loading a dso that contains __cfi_check() symbol, call the __cfi_slowpath() function with 141 __cfi_slowpath(expected_call_site_type_id, (*get_global_address)()); in cfi_slowpath_function_test_0003() 143 __cfi_slowpath(unexpected_call_site_type_id, (void*)(&test_func)); in cfi_slowpath_function_test_0003() 155 * @tc.desc : Calling __cfi_slowpath() with target_addr = NULL 168 __cfi_slowpath(call_site_type_id, NULL); in cfi_slowpath_function_test_0004() 177 * @tc.desc : Loading a dso that contains __cfi_check() symbol, call the __cfi_slowpath() function with 203 __cfi_slowpath(call_site_type_i in cfi_slowpath_function_test_0005() [all...] |
/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() 119 void __cfi_slowpath(uint64_t call_site_type_id, void *func_ptr); 493 void __cfi_slowpath(uint64_t call_site_type_id, void *func_ptr) in __cfi_slowpath() 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() 126 void __cfi_slowpath(uint64_t call_site_type_id, void *func_ptr); 555 void __cfi_slowpath(uint64_t call_site_type_id, void *func_ptr) in __cfi_slowpath() function
|
Completed in 5 milliseconds