Add support for packed relocations.

Change-Id: I796a4ce86d3fccb8361c19889419c96147ee3c9f
This commit is contained in:
Dmitriy Ivanov
2015-02-04 16:05:30 -08:00
parent fa26eee776
commit 18a6956b76
7 changed files with 305 additions and 7 deletions

View File

@@ -315,6 +315,9 @@ struct soinfo {
soinfo* local_group_root_;
uint8_t* android_relocs_;
size_t android_relocs_size_;
friend soinfo* get_libdl_info();
};