Searched defs:CallSiteTypeId (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/bionic/libdl/ |
H A D | libdl_cfi.cpp | 69 static inline void cfi_slowpath_common(uint64_t CallSiteTypeId, void* Ptr, void* DiagData) { in cfi_slowpath_common() 82 extern "C" void __cfi_slowpath(uint64_t CallSiteTypeId, void* Ptr) { in __cfi_slowpath() 86 extern "C" void __cfi_slowpath_diag(uint64_t CallSiteTypeId, void* Ptr, void* DiagData) { in __cfi_slowpath_diag()
|
/aosp_15_r20/external/compiler-rt/lib/cfi/ |
H A D | cfi.cc | 300 ALWAYS_INLINE void CfiSlowPathCommon(u64 CallSiteTypeId, void *Ptr, in CfiSlowPathCommon() 361 __cfi_slowpath(u64 CallSiteTypeId, void *Ptr) { in __cfi_slowpath() 367 __cfi_slowpath_diag(u64 CallSiteTypeId, void *Ptr, void *DiagData) { in __cfi_slowpath_diag()
|
/aosp_15_r20/bionic/tests/libs/ |
H A D | cfi_test_lib.cpp | 36 __attribute__((aligned(4096))) void __cfi_check(uint64_t CallSiteTypeId, void* TargetAddr, in __cfi_check()
|
/aosp_15_r20/external/clang/docs/ |
H A D | ControlFlowIntegrityDesign.rst | 412 CallSiteTypeId section in Shared library support
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | CrossDSOCFI.cpp | 105 Value &CallSiteTypeId = *(args++); in buildCFICheck() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | CrossDSOCFI.cpp | 114 Value &CallSiteTypeId = *(args++); in buildCFICheck() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | CrossDSOCFI.cpp | 119 Value &CallSiteTypeId = *(args++); in buildCFICheck() local
|
/aosp_15_r20/bionic/linker/ |
H A D | linker_cfi.cpp | 281 void CFIShadowWriter::CfiFail(uint64_t CallSiteTypeId, void* Ptr, void* DiagData, void* CallerPc) { in CfiFail()
|
H A D | dlfcn.cpp | 290 void __loader_cfi_fail(uint64_t CallSiteTypeId, void* Ptr, void *DiagData, void *CallerPc) { in __loader_cfi_fail()
|