Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Unified Diff: third_party/android_crazy_linker/src/src/crazy_linker_shared_library.h

Issue 340523003: Support for unpacked ARM packed relocations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fork_switch
Patch Set: Another review update Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/android_crazy_linker/src/src/crazy_linker_shared_library.h
diff --git a/third_party/android_crazy_linker/src/src/crazy_linker_shared_library.h b/third_party/android_crazy_linker/src/src/crazy_linker_shared_library.h
index 0f730a503edadb214f508f4ae56c93b3e315f6af..051aa11f1021d0da70cc15487391ac99abfbd612 100644
--- a/third_party/android_crazy_linker/src/src/crazy_linker_shared_library.h
+++ b/third_party/android_crazy_linker/src/src/crazy_linker_shared_library.h
@@ -191,6 +191,9 @@ class SharedLibrary {
// ARM EABI section used for stack unwinding.
unsigned* arm_exidx_;
size_t arm_exidx_count_;
+
+ // ARM packed relocations data, NULL if absent.
+ uint8_t* arm_packed_relocs_;
#endif
link_map_t link_map_;

Powered by Google App Engine
This is Rietveld 408576698