| author | |
| committer | |
| log | c009264f5b298868ecc2498da208b85e3cb5b568 |
| tree | f9902db7189ddffc4d000e7fb48009f478ee550f |
| parent | f4f5b2bc41e09ed68caf3c839433e44bd9b33249 |
| signature |
1 files changed, 4 insertions(+), 1 deletions(-)
lib/std/elf.zig+4-1| ... | ... | @@ -84,7 +84,10 @@ pub const DT_ENCODING = 32; |
| 84 | 84 | pub const DT_PREINIT_ARRAY = 32; |
| 85 | 85 | pub const DT_PREINIT_ARRAYSZ = 33; |
| 86 | 86 | pub const DT_SYMTAB_SHNDX = 34; |
| 87 | pub const DT_NUM = 35; | |
| 87 | pub const DT_RELRSZ = 35; | |
| 88 | pub const DT_RELR = 36; | |
| 89 | pub const DT_RELRENT = 37; | |
| 90 | pub const DT_NUM = 38; | |
| 88 | 91 | pub const DT_LOOS = 0x6000000d; |
| 89 | 92 | pub const DT_HIOS = 0x6ffff000; |
| 90 | 93 | pub const DT_LOPROC = 0x70000000; |