Searched defs:__value (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.121.2/EXTERNAL_HEADERS/ |
| H A D | ptrauth.h | 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 [all …]
|
| /xnu-8796.121.2/osfmk/arm64/ |
| H A D | machine_routines.c | 2575 #define ptrauth_sign_volatile(__value, __suffix, __data) \ argument
|