| author | |
| committer | |
| log | c96d1cc0c112263883eb649ab3237321538d193d |
| tree | bb76af156f1e34d623bf1f042ee8e98c6c64348d |
| parent | 2625e42a6860efdfe377bd48446c5cd103e7ac1a |
| signature |
1 files changed, 3 insertions(+), 0 deletions(-)
lib/std/elf.zig+3| ... | ... | @@ -224,6 +224,9 @@ pub const DT_PPC64_NUM = 4; |
| 224 | 224 | pub const DT_IA_64_PLT_RESERVE = (DT_LOPROC + 0); |
| 225 | 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 | 230 | pub const DT_NIOS2_GP = 0x70000002; |
| 228 | 231 | |
| 229 | 232 | pub const DF_ORIGIN = 0x00000001; |