Fix mips/mips64 headers

Change-Id: Id65b3bd0c040df62710eee4f5d6571cb5667d57a
This commit is contained in:
Andrew Hsieh
2015-05-26 11:26:35 +08:00
parent ba9952c429
commit 29fe2de27d
8 changed files with 454 additions and 0 deletions

View File

@@ -121,6 +121,7 @@
#define DT_MIPS_GOTSYM 0x70000013 /* first dynamic sym in got */
#define DT_MIPS_HIPAGENO 0x70000014
#define DT_MIPS_RLD_MAP 0x70000016 /* address of loader map */
#define DT_MIPS_RLD_MAP2 0x70000035 /* Address of run time loader map, used for debugging. */
/*
* ELF Flags

View File

@@ -91,6 +91,7 @@
#define DT_MIPS_GOTSYM 0x70000013 /* First GOT entry in .dynsym */
#define DT_MIPS_HIPAGENO 0x70000014 /* Number of GOT page table entries */
#define DT_MIPS_RLD_MAP 0x70000016 /* Address of debug map pointer */
#define DT_MIPS_RLD_MAP2 0x70000035 /* Address of run time loader map, used for debugging. */
#define DT_PROCNUM (DT_MIPS_RLD_MAP - DT_LOPROC + 1)