Merge "Rename DT_MIPS_RLD_MAP2 flag to DT_MIPS_RLD_MAP_REL in NDK headers"

This commit is contained in:
Josh Gao
2016-06-24 21:59:04 +00:00
committed by Gerrit Code Review
6 changed files with 6 additions and 6 deletions

View File

@@ -121,7 +121,7 @@
#define DT_MIPS_GOTSYM 0x70000013 /* first dynamic sym in got */ #define DT_MIPS_GOTSYM 0x70000013 /* first dynamic sym in got */
#define DT_MIPS_HIPAGENO 0x70000014 #define DT_MIPS_HIPAGENO 0x70000014
#define DT_MIPS_RLD_MAP 0x70000016 /* address of loader map */ #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. */ #define DT_MIPS_RLD_MAP_REL 0x70000035 /* Address of run time loader map, used for debugging. */
/* /*

View File

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

View File

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

View File

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

View File

@@ -70,7 +70,7 @@
#define DT_MIPS_GOTSYM 0x70000013 #define DT_MIPS_GOTSYM 0x70000013
#define DT_MIPS_HIPAGENO 0x70000014 #define DT_MIPS_HIPAGENO 0x70000014
#define DT_MIPS_RLD_MAP 0x70000016 #define DT_MIPS_RLD_MAP 0x70000016
#define DT_MIPS_RLD_MAP2 0x70000035 #define DT_MIPS_RLD_MAP_REL 0x70000035
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
#define R_MIPS_NONE 0 #define R_MIPS_NONE 0

View File

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