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

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

Issue 1072533002: crazy linker: convert relocation unpacking to Android style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 75aa800e299af228ec1ff5deb0a0b370f2b40226..e660f4930c4a461711206d81626fc642f4d86d65 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
@@ -197,11 +197,6 @@ class SharedLibrary {
size_t arm_exidx_count_;
#endif
-#if defined(__arm__) || defined(__aarch64__)
- // Packed relocations data, NULL if absent.
- uint8_t* packed_relocations_;
-#endif
-
link_map_t link_map_;
bool has_DT_SYMBOLIC_;

Powered by Google App Engine
This is Rietveld 408576698