HomeSort by relevance Sort by last modified time
    Searched defs:__cfi_check (Results 1 - 2 of 2) sorted by null

  /bionic/tests/libs/
cfi_test_helper.cpp 30 extern "C" __attribute__((aligned(4096))) void __cfi_check(uint64_t /*CallSiteTypeId*/, function
cfi_test_lib.cpp 36 __attribute__((aligned(4096))) void __cfi_check(uint64_t CallSiteTypeId, void* TargetAddr, function
71 // back to the calling module's __cfi_check, which does the right thing based on
72 // -fsanitize-recover / -fsanitize-trap. But this module has custom __cfi_check that does not do
77 // CFI check for a libc function. This never goes into this module's __cfi_check, and must pass.

Completed in 71 milliseconds