mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
std.elf: Add some newer dynamic tag types.
This commit is contained in:
parent
f4f5b2bc41
commit
c009264f5b
1 changed files with 4 additions and 1 deletions
|
|
@ -84,7 +84,10 @@ pub const DT_ENCODING = 32;
|
|||
pub const DT_PREINIT_ARRAY = 32;
|
||||
pub const DT_PREINIT_ARRAYSZ = 33;
|
||||
pub const DT_SYMTAB_SHNDX = 34;
|
||||
pub const DT_NUM = 35;
|
||||
pub const DT_RELRSZ = 35;
|
||||
pub const DT_RELR = 36;
|
||||
pub const DT_RELRENT = 37;
|
||||
pub const DT_NUM = 38;
|
||||
pub const DT_LOOS = 0x6000000d;
|
||||
pub const DT_HIOS = 0x6ffff000;
|
||||
pub const DT_LOPROC = 0x70000000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue