Searched refs:Ptr (Results 1 – 9 of 9) sorted by relevance
/bionic/libdl/ |
D | libdl_cfi.cpp | 22 uint64_t CallSiteTypeId, void* Ptr, void* DiagData, void* CallerPc); 54 static uintptr_t cfi_check_addr(uint16_t v, void* Ptr) { in cfi_check_addr() argument 55 uintptr_t addr = reinterpret_cast<uintptr_t>(Ptr); in cfi_check_addr() 69 static inline void cfi_slowpath_common(uint64_t CallSiteTypeId, void* Ptr, void* DiagData) { in cfi_slowpath_common() argument 70 uint16_t v = shadow_load(Ptr); in cfi_slowpath_common() 73 __loader_cfi_fail(CallSiteTypeId, Ptr, DiagData, __builtin_return_address(0)); in cfi_slowpath_common() 78 … reinterpret_cast<CFIShadow::CFICheckFn>(cfi_check_addr(v, Ptr))(CallSiteTypeId, Ptr, DiagData); in cfi_slowpath_common() 82 extern "C" void __cfi_slowpath(uint64_t CallSiteTypeId, void* Ptr) { in __cfi_slowpath() argument 83 cfi_slowpath_common(CallSiteTypeId, Ptr, nullptr); in __cfi_slowpath() 86 extern "C" void __cfi_slowpath_diag(uint64_t CallSiteTypeId, void* Ptr, void* DiagData) { in __cfi_slowpath_diag() argument [all …]
|
/bionic/tests/ |
D | cfi_test.cpp | 33 void __cfi_slowpath(uint64_t CallSiteTypeId, void* Ptr); 34 void __cfi_slowpath_diag(uint64_t CallSiteTypeId, void* Ptr, void* DiagData);
|
/bionic/tests/libs/ |
D | stack_tagging_helper.cpp | 41 : [Ptr] "r"(p) in mte_set_tag() 50 : [Ptr] "+r"(p) in mte_get_tag() 63 : [Ptr] "r"(p) in mte_increment_tag()
|
D | heap_tagging_helper.cpp | 84 : [Ptr] "+&r"(q) in main()
|
/bionic/linker/ |
D | dlfcn.cpp | 76 void* Ptr, 289 void __loader_cfi_fail(uint64_t CallSiteTypeId, void* Ptr, void *DiagData, void *CallerPc) { in __loader_cfi_fail() argument 291 CFIShadowWriter::CfiFail(CallSiteTypeId, Ptr, DiagData, CallerPc); in __loader_cfi_fail()
|
D | linker_cfi.h | 101 static void CfiFail(uint64_t CallSiteTypeId, void* Ptr, void* DiagData, void *caller_pc);
|
D | linker_cfi.cpp | 281 void CFIShadowWriter::CfiFail(uint64_t CallSiteTypeId, void* Ptr, void* DiagData, void* CallerPc) { in CfiFail() argument 292 reinterpret_cast<CFICheckFn>(cfi_check)(CallSiteTypeId, Ptr, DiagData); in CfiFail()
|
D | linker.h | 108 void ___cfi_fail(uint64_t CallSiteTypeId, void* Ptr, void *DiagData, void *Ret);
|
/bionic/libc/bionic/ |
D | heap_tagging.cpp | 184 : [Ptr] "+&r"(from) in untag_memory()
|