Searched refs:__cfi_slowpath (Results 1 – 5 of 5) sorted by relevance
/bionic/tests/ |
D | cfi_test.cpp | 33 void __cfi_slowpath(uint64_t CallSiteTypeId, void* Ptr); 44 __cfi_slowpath(46, allocs.back()); in test_cfi_slowpath_with_alloc() 79 __cfi_slowpath(42, code_ptr); in TEST() 86 __cfi_slowpath(43, get_global_address()); in TEST() 93 __cfi_slowpath(44, reinterpret_cast<void*>(&f)); in TEST() 108 __cfi_slowpath(47, bss + i); in TEST() 118 __cfi_slowpath(43, get_global_address()); in TEST() 128 EXPECT_DEATH(__cfi_slowpath(45, reinterpret_cast<void*>(code_ptr)), ""); in TEST()
|
/bionic/tests/libs/ |
D | cfi_test_helper.cpp | 25 extern "C" __attribute__((weak)) void __cfi_slowpath(uint64_t, void*); 39 __cfi_slowpath(42, reinterpret_cast<void*>(&preinit_ctor)); in preinit_ctor() 47 __cfi_slowpath(42, reinterpret_cast<void*>(&ctor)); in ctor() 53 __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/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
|