Searched defs:__old_data (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | ptrauth.h | 160 #define ptrauth_auth_and_resign(__value, __old_key, __old_data, __new_key, \ argument 182 #define ptrauth_auth_function(__value, __old_key, __old_data) \ argument 195 #define ptrauth_auth_data(__value, __old_key, __old_data) \ argument 285 #define ptrauth_auth_and_resign(__value, __old_key, __old_data, __new_key, \ argument 295 #define ptrauth_auth_function(__value, __old_key, __old_data) \ argument 302 #define ptrauth_auth_data(__value, __old_key, __old_data) \ argument
|
/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
|