HomeSort by relevance Sort by last modified time
    Searched refs:__cfi_slowpath (Results 1 - 6 of 6) sorted by null

  /bionic/tests/libs/
cfi_test_helper.cpp 23 // This library is built for all targets, including host tests, so __cfi_slowpath may not be
25 extern "C" __attribute__((weak)) void __cfi_slowpath(uint64_t, void*);
37 __cfi_slowpath(42, reinterpret_cast<void*>(&preinit_ctor));
45 __cfi_slowpath(42, reinterpret_cast<void*>(&ctor));
51 __cfi_slowpath(42, reinterpret_cast<void*>(&main));
cfi_test_lib.cpp 21 // This library is built for all targets, including host tests, so __cfi_slowpath may not be
23 extern "C" __attribute__((weak)) void __cfi_slowpath(uint64_t, void*);
69 assert(&__cfi_slowpath);
75 __cfi_slowpath(13, static_cast<void*>(&zz));
78 __cfi_slowpath(14, reinterpret_cast<void*>(&exit));
  /bionic/tests/
cfi_test.cpp 31 void __cfi_slowpath(uint64_t CallSiteTypeId, void* Ptr);
68 // __cfi_slowpath passes nullptr for the Diag argument.
69 __cfi_slowpath(42, code_ptr);
76 __cfi_slowpath(43, get_global_address());
83 __cfi_slowpath(44, reinterpret_cast<void*>(&f));
89 EXPECT_DEATH(__cfi_slowpath(45, reinterpret_cast<void*>(&c)), "");
93 EXPECT_DEATH(__cfi_slowpath(46, p), "");
100 __cfi_slowpath(47, bss + i);
110 __cfi_slowpath(43, get_global_address());
120 EXPECT_DEATH(__cfi_slowpath(45, reinterpret_cast<void*>(code_ptr)), "")
    [all...]
  /bionic/libdl/
libdl.map.txt 39 __cfi_slowpath;
libdl_cfi.cpp 81 extern "C" void __cfi_slowpath(uint64_t CallSiteTypeId, void* Ptr) { function
  /external/compiler-rt/lib/cfi/
cfi.cc 303 VReport(3, "__cfi_slowpath: %llx, %p\n", CallSiteTypeId, Ptr);
361 __cfi_slowpath(u64 CallSiteTypeId, void *Ptr) { function

Completed in 472 milliseconds