Akira Hatanaka
a3283a92ae
[PAC] Add support for __ptrauth type qualifier ( #100830 )
...
The qualifier allows programmer to directly control how pointers are
signed when they are stored in a particular variable.
The qualifier takes three arguments: the signing key, a flag specifying
whether address discrimination should be used, and a non-negative
integer that is used for additional discrimination.
```
typedef void (*my_callback)(const void*);
my_callback __ptrauth(ptrauth_key_process_dependent_code, 1, 0xe27a) callback;
```
Co-Authored-By: John McCall rjmccall@apple.com
2025-04-15 12:54:25 -07:00
..
2025-01-13 16:34:33 +00:00
2025-01-15 13:31:54 +00:00
2025-04-15 09:00:14 +01:00
2025-03-04 09:19:39 -08:00
2025-04-08 14:25:59 -04:00
2025-01-10 15:50:54 -08:00
2025-01-27 09:30:53 -05:00
2025-04-15 21:13:56 +02:00
2024-08-09 13:25:04 +01:00
2025-03-20 13:02:29 +01:00
2025-04-11 10:44:37 -04:00
2025-02-13 10:59:21 +01:00
2024-07-31 17:22:44 +08:00
2024-10-21 08:20:22 -04:00
2025-04-15 09:43:01 +02:00
2025-04-15 09:43:01 +02:00
2024-10-15 00:09:36 +08:00
2025-04-15 21:13:56 +02:00
2025-04-15 21:13:56 +02:00
2024-11-22 22:58:54 +08:00
2025-04-15 21:13:56 +02:00
2025-04-15 21:13:56 +02:00
2024-12-23 13:36:28 -06:00
2025-01-31 00:11:27 +00:00
2025-01-26 16:48:42 +01:00
2025-01-26 16:48:42 +01:00
2025-01-26 16:48:42 +01:00
2025-01-26 16:48:42 +01:00
2025-01-26 16:48:42 +01:00
2025-01-26 16:48:42 +01:00
2025-01-26 16:48:42 +01:00
2025-01-26 16:48:42 +01:00
2025-01-26 16:48:42 +01:00
2025-01-26 16:48:42 +01:00
2025-01-26 16:48:42 +01:00
2025-01-10 15:50:54 -08:00
2024-12-03 15:17:39 -08:00
2025-01-23 21:16:59 +02:00
2025-03-03 09:25:49 +08:00
2025-04-15 21:13:56 +02:00
2025-04-11 00:20:58 +02:00
2025-03-28 10:49:19 -04:00
2024-10-28 12:48:42 -04:00
2024-07-26 08:16:38 -04:00
2024-12-25 09:26:31 +08:00
2025-04-15 12:54:25 -07:00
2024-11-19 10:20:15 +03:00
2025-02-19 10:12:54 +08:00
2024-09-13 10:37:48 +08:00
2025-03-26 21:20:04 -07:00
2025-04-02 07:21:15 -04:00
2024-12-05 10:16:45 -08:00
2024-10-14 11:18:04 +00:00
2025-03-02 19:00:27 +01:00
2024-10-25 13:52:51 -07:00
2025-01-30 21:13:49 +08:00
2025-02-21 10:30:35 -05:00