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

  /bionic/tests/libs/
cfi_test_helper.cpp 31 void __cfi_check(uint64_t /*CallSiteTypeId*/, void* /*TargetAddr*/, void* /*Diag*/) { 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.
  /bionic/tests/
cfi_test.cpp 52 SYM(void (*)(uint64_t, void*, void*), __cfi_check);
59 // guaranteed to work for code addresses above __cfi_check.
60 void* code_ptr = reinterpret_cast<char*>(__cfi_check) + 1234;
81 // CFI check for a function inside _this_ DSO. It either goes to this DSO's __cfi_check,
135 // cfi_test_helper exports __cfi_check, which triggers CFI initialization at startup.
146 // cfi_test_helper2 depends on a library that exports __cfi_check, which triggers CFI initialization
  /build/soong/cc/
sanitize.go 471 // __cfi_check needs to be built as Thumb (see the code in linker_cfi.cpp). LLVM is not set up
    [all...]

Completed in 646 milliseconds