| ... | @@ -84,7 +84,10 @@ pub const DT_ENCODING = 32; | ... | @@ -84,7 +84,10 @@ pub const DT_ENCODING = 32; |
| 84 | pub const DT_PREINIT_ARRAY = 32; | 84 | pub const DT_PREINIT_ARRAY = 32; |
| 85 | pub const DT_PREINIT_ARRAYSZ = 33; | 85 | pub const DT_PREINIT_ARRAYSZ = 33; |
| 86 | pub const DT_SYMTAB_SHNDX = 34; | 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 | pub const DT_LOOS = 0x6000000d; | 91 | pub const DT_LOOS = 0x6000000d; |
| 89 | pub const DT_HIOS = 0x6ffff000; | 92 | pub const DT_HIOS = 0x6ffff000; |
| 90 | pub const DT_LOPROC = 0x70000000; | 93 | pub const DT_LOPROC = 0x70000000; |