Home
last modified time | relevance | path

Searched defs:CallSiteTypeId (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/bionic/libdl/
H A Dlibdl_cfi.cpp69 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 Dcfi.cc300 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 Dcfi_test_lib.cpp36 __attribute__((aligned(4096))) void __cfi_check(uint64_t CallSiteTypeId, void* TargetAddr, in __cfi_check()
/aosp_15_r20/external/clang/docs/
H A DControlFlowIntegrityDesign.rst412 CallSiteTypeId section in Shared library support
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp105 Value &CallSiteTypeId = *(args++); in buildCFICheck() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp114 Value &CallSiteTypeId = *(args++); in buildCFICheck() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp119 Value &CallSiteTypeId = *(args++); in buildCFICheck() local
/aosp_15_r20/bionic/linker/
H A Dlinker_cfi.cpp281 void CFIShadowWriter::CfiFail(uint64_t CallSiteTypeId, void* Ptr, void* DiagData, void* CallerPc) { in CfiFail()
H A Ddlfcn.cpp290 void __loader_cfi_fail(uint64_t CallSiteTypeId, void* Ptr, void *DiagData, void *CallerPc) { in __loader_cfi_fail()