Alexey Samsonov
6a6564cd14
[libc] Add more macro/type declarations to Elf headers. ( #185348 )
...
* Add several `AT_` macro values from `<sys/auxv.h>`. In particular,
this allows to make internal Linux auxv header parsing more hermetic by
removing one of Linux header includes.
* Add constants between `DT_ADDRNGLO` and `DT_ADDRNGHI`, in particular
`DT_GNU_HASH`, which is de-facto standard on many platforms.
* Add `Elf32_auxv_t` and `Elf64_auxv_t` types which define the auxv
entries and can be used by VDSO parsing code. Note that this PR doesn't
yet update libc's own Linux auxv header support (in
`src/__support/OSUtil/linux/auxv.h`).
This fixes some of the missing definitions when building code working
with Elf files, such as Abseil's debugging support in
https://github.com/abseil/abseil-cpp/tree/master/absl/debugging/internal .
2026-03-09 15:12:54 -07:00
..
2025-10-30 16:37:00 -07:00
2025-03-18 11:38:33 -07:00
2025-07-24 19:50:50 +01:00
2024-11-01 14:33:30 -04:00
2025-04-04 00:36:23 +08:00
2025-09-05 10:08:04 +08:00
2025-09-05 21:16:03 +08:00
2025-06-12 17:34:45 +00:00
2025-11-28 20:23:41 +05:30
2026-03-09 15:12:54 -07:00
2024-11-01 14:33:30 -04:00
2024-11-01 14:33:30 -04:00
2025-03-19 13:44:41 -04:00
2025-08-05 15:06:08 -07:00
2025-02-28 11:43:33 -05:00
2025-02-28 11:43:33 -05:00
2025-02-28 11:43:33 -05:00
2025-02-28 11:43:33 -05:00
2025-02-28 11:43:33 -05:00
2025-02-28 11:43:33 -05:00
2025-02-28 11:43:33 -05:00
2025-02-28 11:43:33 -05:00
2025-02-28 11:43:33 -05:00
2025-02-28 11:43:33 -05:00
2025-02-28 11:43:33 -05:00
2025-02-28 11:43:33 -05:00
2025-02-28 11:43:33 -05:00
2025-02-28 11:43:33 -05:00
2025-02-28 11:43:33 -05:00
2025-02-28 11:43:33 -05:00
2025-02-28 11:43:33 -05:00
2025-05-09 09:02:33 -07:00
2025-02-28 11:43:33 -05:00
2025-02-28 11:43:33 -05:00
2025-02-28 11:43:33 -05:00
2025-02-28 11:43:33 -05:00
2025-02-28 11:43:33 -05:00
2025-02-28 11:43:33 -05:00
2026-01-12 10:56:49 -08:00
2026-03-09 15:12:54 -07:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-26 14:48:35 -08:00
2026-01-12 10:56:49 -08:00
2026-03-09 15:12:54 -07:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2026-01-12 10:56:49 -08:00
2025-05-13 15:48:30 -04:00
2024-11-01 14:33:30 -04:00
2026-02-16 20:27:39 -06:00
2024-10-30 10:09:34 -07:00
2025-10-08 22:08:22 +08:00
2025-10-08 22:08:22 +08:00
2025-10-24 10:42:31 -07:00
2025-10-24 10:42:31 -07:00
2025-10-24 10:42:31 -07:00
2025-10-24 10:42:31 -07:00
2025-10-24 10:42:31 -07:00
2025-10-24 10:42:31 -07:00
2025-07-24 19:50:50 +01:00
2026-03-03 09:48:18 -05:00
2024-08-22 12:58:46 -05:00
2025-06-20 20:00:59 +00:00
2024-11-01 14:33:30 -04:00
2025-02-05 13:24:39 -08:00
2025-10-21 10:34:35 -07:00
2024-11-01 14:33:30 -04:00
2024-11-01 14:33:30 -04:00
2025-07-29 16:39:40 +00:00
2025-10-30 16:37:00 -07:00
2024-11-01 14:33:30 -04:00
2024-11-01 14:33:30 -04:00
2024-11-01 14:33:30 -04:00
2024-11-01 14:33:30 -04:00
2024-11-01 14:33:30 -04:00
2025-02-07 10:43:56 -08:00
2024-11-01 14:33:30 -04:00
2025-07-24 19:50:50 +01:00
2025-01-16 22:32:23 -08:00
2025-06-12 13:11:42 -04:00
2025-06-12 13:11:42 -04:00
2024-11-01 14:33:30 -04:00
2024-11-01 14:33:30 -04:00
2025-03-18 11:38:33 -07:00
2024-11-01 14:33:30 -04:00
2024-11-01 14:33:30 -04:00
2024-11-01 14:33:30 -04:00
2024-11-01 14:33:30 -04:00
2024-09-19 14:43:00 -07:00
2026-03-03 09:48:18 -05:00
2025-04-14 13:39:42 -07:00
2024-08-22 12:58:46 -05:00
2024-09-19 14:43:00 -07:00
2025-02-05 13:24:39 -08:00
2024-11-01 14:33:30 -04:00
2024-11-01 14:33:30 -04:00
2024-11-01 14:33:30 -04:00
2025-02-07 10:43:56 -08:00
2024-11-01 14:33:30 -04:00
2024-11-01 14:33:30 -04:00
2026-02-24 22:28:30 +00:00
2024-11-01 14:33:30 -04:00
2025-11-28 20:23:41 +05:30
2025-11-28 20:23:41 +05:30
2025-02-11 14:37:15 -08:00
2025-11-28 20:23:41 +05:30
2024-11-01 14:33:30 -04:00
2025-11-28 20:23:41 +05:30
2025-11-28 20:23:41 +05:30
2024-08-08 16:36:05 +01:00
2025-10-24 10:42:31 -07:00
2025-10-24 10:42:31 -07:00
2025-10-24 10:42:31 -07:00
2025-10-24 10:42:31 -07:00
2025-10-24 10:42:31 -07:00
2025-10-24 10:42:31 -07:00
2025-03-26 10:00:32 +08:00
2024-10-01 17:28:42 -07:00
2024-09-19 22:23:51 -04:00