Searched refs:ptrauth_auth_data (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_ptrauth.h | 32 # define ptrauth_auth_data(__value, __old_key, __old_data) __value macro 37 # define ptrauth_auth_data(__value, __old_key, __old_data) __value macro
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | ptrauth.h | 195 #define ptrauth_auth_data(__value, __old_key, __old_data) \ macro 302 #define ptrauth_auth_data(__value, __old_key, __old_data) \ macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_platform_mac.cpp | 273 sp = (uptr)ptrauth_auth_data((void *)sp, ptrauth_key_asdb, in ExtractLongJmpSp()
|