Lines Matching defs:__value
136 #define ptrauth_strip(__value, __key) \ argument
188 #define ptrauth_sign_constant(__value, __key, __data) \ argument
203 #define ptrauth_sign_unauthenticated(__value, __key, __data) \ argument
223 #define ptrauth_auth_and_resign(__value, __old_key, __old_data, __new_key, __new_data) \ argument
243 #define ptrauth_auth_function(__value, __old_key, __old_data) \ argument
254 #define ptrauth_nop_cast(__type, __value) \ argument
272 #define ptrauth_auth_data(__value, __old_key, __old_data) \ argument
304 #define ptrauth_sign_generic_data(__value, __data) \ argument
347 #define ptrauth_strip(__value, __key) ({ (void)__key; __value; }) argument
351 #define ptrauth_sign_constant(__value, __key, __data) ({ (void)__key; (void)__data; __value; }) argument
352 #define ptrauth_sign_unauthenticated(__value, __key, __data) ({ (void)__key; (void)__data; __value;… argument
353 #define ptrauth_auth_and_resign(__value, __old_key, __old_data, __new_key, __new_data) ({ \ argument
359 #define ptrauth_auth_function(__value, __old_key, __old_data) ({ (void)__old_key; (void)__old_data;… argument
360 #define ptrauth_nop_cast(__type, __value) ((__type)__value) argument
361 #define ptrauth_auth_data(__value, __old_key, __old_data) ({ (void)__old_key; (void)__old_data; __v… argument
363 #define ptrauth_sign_generic_data(__value, __data) ({ (void)__value; (void)__data; (ptrauth_generic… argument