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

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: Updates to gn to match gyp. Created 5 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 410c914e5f1ffebd00fb8d05feb3112a0aeb5608..ef8f4691b068a62098d6185a2b3fc41d56e03945 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
@@ -194,11 +194,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