| ... | @@ -224,6 +224,9 @@ pub const DT_PPC64_NUM = 4; | ... | @@ -224,6 +224,9 @@ pub const DT_PPC64_NUM = 4; |
| 224 | pub const DT_IA_64_PLT_RESERVE = (DT_LOPROC + 0); | 224 | pub const DT_IA_64_PLT_RESERVE = (DT_LOPROC + 0); |
| 225 | pub const DT_IA_64_NUM = 1; | 225 | pub const DT_IA_64_NUM = 1; |
| 226 | | 226 | |
| | 227 | pub const DT_XTENSA_GOT_LOC_OFF = 0x70000000; |
| | 228 | pub const DT_XTENSA_GOT_LOC_SZ = 0x70000001; |
| | 229 | |
| 227 | pub const DT_NIOS2_GP = 0x70000002; | 230 | pub const DT_NIOS2_GP = 0x70000002; |
| 228 | | 231 | |
| 229 | pub const DF_ORIGIN = 0x00000001; | 232 | pub const DF_ORIGIN = 0x00000001; |