Lines Matching defs:__value
96 #define ptrauth_strip(__value, __key) __builtin_ptrauth_strip(__value, __key)
126 #define ptrauth_sign_constant(__value, __key, __data) \
127 __builtin_ptrauth_sign_constant(__value, __key, __data)
141 #define ptrauth_sign_unauthenticated(__value, __key, __data) \
142 __builtin_ptrauth_sign_unauthenticated(__value, __key, __data)
163 #define ptrauth_auth_and_resign(__value, __old_key, __old_data, __new_key, \
165 __builtin_ptrauth_auth_and_resign(__value, __old_key, __old_data, __new_key, \
185 #define ptrauth_auth_function(__value, __old_key, __old_data) \
186 ptrauth_auth_and_resign(__value, __old_key, __old_data, \
198 #define ptrauth_auth_data(__value, __old_key, __old_data) \
199 __builtin_ptrauth_auth(__value, __old_key, __old_data)
250 #define ptrauth_sign_generic_data(__value, __data) \
251 __builtin_ptrauth_sign_generic_data(__value, __data)
264 #define ptrauth_strip(__value, __key) \
267 __value; \
277 #define ptrauth_sign_constant(__value, __key, __data) \
281 __value; \
284 #define ptrauth_sign_unauthenticated(__value, __key, __data) \
288 __value; \
291 #define ptrauth_auth_and_resign(__value, __old_key, __old_data, __new_key, \
298 __value; \
301 #define ptrauth_auth_function(__value, __old_key, __old_data) \
305 __value; \
308 #define ptrauth_auth_data(__value, __old_key, __old_data) \
312 __value; \
323 #define ptrauth_sign_generic_data(__value, __data) \
325 (void)__value; \