am 536ec735
: Merge changes I796a4ce8,I6165d062,I66c95d90,Ia67fa11d
* commit '536ec7359eb951655e389443aa918a4bb16b2d8b': Add support for packed relocations. Refactoring: introduce reloc_iterators Generalize compression tool Import relocation packer from chromium repo
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