Searched refs:__old_data (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | ptrauth.h | 176 #define ptrauth_auth_and_resign(__value, __old_key, __old_data, __new_key, \ argument 178 __builtin_ptrauth_auth_and_resign(__value, __old_key, __old_data, __new_key, \ 198 #define ptrauth_auth_function(__value, __old_key, __old_data) \ argument 199 ptrauth_auth_and_resign(__value, __old_key, __old_data, \ 211 #define ptrauth_auth_data(__value, __old_key, __old_data) \ argument 212 __builtin_ptrauth_auth(__value, __old_key, __old_data) 344 #define ptrauth_auth_and_resign(__value, __old_key, __old_data, __new_key, \ argument 348 (void)__old_data; \ 354 #define ptrauth_auth_function(__value, __old_key, __old_data) \ argument 357 (void)__old_data; \ [all …]
|
| /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 argument 37 # define ptrauth_auth_data(__value, __old_key, __old_data) __value argument
|