Searched defs:__old_data (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.81.5/EXTERNAL_HEADERS/ |
| H A D | ptrauth.h | 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 272 #define ptrauth_auth_data(__value, __old_key, __old_data) \ 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 361 #define ptrauth_auth_data(__value, __old_key, __old_data) ({ (void)__old_key; (void)__old_data; __v… argument
|