Add support for packed relocations.
Change-Id: I796a4ce86d3fccb8361c19889419c96147ee3c9f
This commit is contained in:
@@ -94,6 +94,13 @@ typedef struct {
|
||||
#define DT_PREINIT_ARRAY 32
|
||||
#define DT_PREINIT_ARRAYSZ 33
|
||||
|
||||
/* Android compressed rel/rela sections */
|
||||
#define DT_ANDROID_REL (DT_LOOS + 2)
|
||||
#define DT_ANDROID_RELSZ (DT_LOOS + 3)
|
||||
|
||||
#define DT_ANDROID_RELA (DT_LOOS + 4)
|
||||
#define DT_ANDROID_RELASZ (DT_LOOS + 5)
|
||||
|
||||
/* gnu hash entry */
|
||||
#define DT_GNU_HASH 0x6ffffef5
|
||||
|
||||
|
Reference in New Issue
Block a user