Searched refs:__cfi_slowpath (Results 1 – 5 of 5) sorted by relevance
/bionic/tests/libs/ |
D | cfi_test_helper.cpp | 24 extern "C" __attribute__((weak)) void __cfi_slowpath(uint64_t, void*); 38 __cfi_slowpath(42, reinterpret_cast<void*>(&preinit_ctor)); in preinit_ctor() 46 __cfi_slowpath(42, reinterpret_cast<void*>(&ctor)); in ctor() 52 __cfi_slowpath(42, reinterpret_cast<void*>(&main)); in main()
|
D | cfi_test_lib.cpp | 23 extern "C" __attribute__((weak)) void __cfi_slowpath(uint64_t, void*); 69 assert(&__cfi_slowpath); in check_cfi_self() 72 __cfi_slowpath(13, static_cast<void*>(&g_last_type_id)); in check_cfi_self() 75 __cfi_slowpath(14, reinterpret_cast<void*>(&exit)); in check_cfi_self()
|
/bionic/tests/ |
D | cfi_test.cpp | 33 void __cfi_slowpath(uint64_t CallSiteTypeId, void* Ptr); 106 __cfi_slowpath(42, code_ptr); in TEST_F() 113 __cfi_slowpath(43, get_global_address()); in TEST_F() 120 __cfi_slowpath(44, reinterpret_cast<void*>(&f)); in TEST_F() 129 __cfi_slowpath(47, bss + i); in TEST_F() 139 __cfi_slowpath(43, get_global_address()); in TEST_F()
|
/bionic/libdl/ |
D | libdl.map.txt | 40 __cfi_slowpath;
|
D | libdl_cfi.cpp | 82 extern "C" void __cfi_slowpath(uint64_t CallSiteTypeId, void* Ptr) { in __cfi_slowpath() function
|