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

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

Issue 340523003: Support for unpacked ARM packed relocations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fork_switch
Patch Set: Tidy README.chromium 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.cpp
diff --git a/third_party/android_crazy_linker/src/src/crazy_linker_shared_library.cpp b/third_party/android_crazy_linker/src/src/crazy_linker_shared_library.cpp
index e01649992cd40104afaaf7b436c6c25071f3a173..6f8fe5a7f08790ae75766683184f3a85ef55e58e 100644
--- a/third_party/android_crazy_linker/src/src/crazy_linker_shared_library.cpp
+++ b/third_party/android_crazy_linker/src/src/crazy_linker_shared_library.cpp
@@ -296,7 +296,7 @@ bool SharedLibrary::Relocate(LibraryList* lib_list,
return false;
SharedLibraryResolver resolver(this, lib_list, dependencies);
- if (!relocations.ApplyAll(&symbols_, &resolver, error))
+ if (!relocations.ApplyAll(&symbols_, &resolver, full_path_, error))
return false;
LOG("%s: Relocations applied for %s\n", __FUNCTION__, base_name_);

Powered by Google App Engine
This is Rietveld 408576698