Home
last modified time | relevance | path

Searched refs:__old_key (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dptrauth.h160 #define ptrauth_auth_and_resign(__value, __old_key, __old_data, __new_key, \ argument
162 __builtin_ptrauth_auth_and_resign(__value, __old_key, __old_data, __new_key, \
182 #define ptrauth_auth_function(__value, __old_key, __old_data) \ argument
183 ptrauth_auth_and_resign(__value, __old_key, __old_data, \
195 #define ptrauth_auth_data(__value, __old_key, __old_data) \ argument
196 __builtin_ptrauth_auth(__value, __old_key, __old_data)
285 #define ptrauth_auth_and_resign(__value, __old_key, __old_data, __new_key, \ argument
288 (void)__old_key; \
295 #define ptrauth_auth_function(__value, __old_key, __old_data) \ argument
297 (void)__old_key; \
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ptrauth.h32 # define ptrauth_auth_data(__value, __old_key, __old_data) __value argument
37 # define ptrauth_auth_data(__value, __old_key, __old_data) __value argument