Home
last modified time | relevance | path

Searched refs:__cfi_slowpath (Results 1 – 5 of 5) sorted by relevance

/bionic/tests/libs/
Dcfi_test_helper.cpp24 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()
Dcfi_test_lib.cpp23 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/
Dcfi_test.cpp33 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/
Dlibdl.map.txt40 __cfi_slowpath;
Dlibdl_cfi.cpp82 extern "C" void __cfi_slowpath(uint64_t CallSiteTypeId, void* Ptr) { in __cfi_slowpath() function