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

Side by Side Diff: third_party/android_crazy_linker/README.chromium

Issue 1218493004: crazy linker: Add a Breakpad "guard region" to reserved space. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweak for review feedback. Created 5 years, 5 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 unified diff | Download patch
OLDNEW
1 Name: Android Crazy Linker 1 Name: Android Crazy Linker
2 URL: https://android.googlesource.com/platform/ndk/+/master/sources/android/craz y_linker/ 2 URL: https://android.googlesource.com/platform/ndk/+/master/sources/android/craz y_linker/
3 Version: 681f1b744aec1b0888f4c7a68165720db9670300 3 Version: 681f1b744aec1b0888f4c7a68165720db9670300
4 Security Critical: no 4 Security Critical: no
5 License: Apache Version 2.0 5 License: Apache Version 2.0
6 6
7 Description: 7 Description:
8 Fork of the Android NDK crazy linker. 8 Fork of the Android NDK crazy linker.
9 9
10 Local Modifications: 10 Local Modifications:
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 - Correct fix for crbug/479220 (replace IsSystemLibrary() with caller flags). 77 - Correct fix for crbug/479220 (replace IsSystemLibrary() with caller flags).
78 78
79 - Fix link_map_.l_addr (was load address, should be load bias). 79 - Fix link_map_.l_addr (was load address, should be load bias).
80 80
81 - Convert packed relocation code to handle Android packed relocations. 81 - Convert packed relocation code to handle Android packed relocations.
82 82
83 - Implement a stub __cxa_demangle to avoid linking to LLVM's implementation. 83 - Implement a stub __cxa_demangle to avoid linking to LLVM's implementation.
84 84
85 - Change relocation packing constant names for C++ style (cosmetic only). 85 - Change relocation packing constant names for C++ style (cosmetic only).
86 86
87 - Add a Breakpad "guard region" to the start of reserved address space.
88
OLDNEW
« no previous file with comments | « base/android/linker/linker_jni.cc ('k') | third_party/android_crazy_linker/src/src/crazy_linker_elf_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698