Lines Matching refs:__value

93 #define ptrauth_strip(__value, __key) __builtin_ptrauth_strip(__value, __key)  argument
123 #define ptrauth_sign_constant(__value, __key, __data) \ argument
124 __builtin_ptrauth_sign_constant(__value, __key, __data)
138 #define ptrauth_sign_unauthenticated(__value, __key, __data) \ argument
139 __builtin_ptrauth_sign_unauthenticated(__value, __key, __data)
160 #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)
247 #define ptrauth_sign_generic_data(__value, __data) \ argument
248 __builtin_ptrauth_sign_generic_data(__value, __data)
258 #define ptrauth_strip(__value, __key) \ argument
261 __value; \
271 #define ptrauth_sign_constant(__value, __key, __data) \ argument
275 __value; \
278 #define ptrauth_sign_unauthenticated(__value, __key, __data) \ argument
282 __value; \
285 #define ptrauth_auth_and_resign(__value, __old_key, __old_data, __new_key, \ argument
292 __value; \
295 #define ptrauth_auth_function(__value, __old_key, __old_data) \ argument
299 __value; \
302 #define ptrauth_auth_data(__value, __old_key, __old_data) \ argument
306 __value; \
317 #define ptrauth_sign_generic_data(__value, __data) \ argument
319 (void)__value; \