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

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

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, 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_elf_loader.h
diff --git a/third_party/android_crazy_linker/src/src/crazy_linker_elf_loader.h b/third_party/android_crazy_linker/src/src/crazy_linker_elf_loader.h
index ac5b9bc0fd8135c54c43bac78c3b128e7aa976c7..1c3f473da5c7088ef3264a8db233b851bb340ece 100644
--- a/third_party/android_crazy_linker/src/src/crazy_linker_elf_loader.h
+++ b/third_party/android_crazy_linker/src/src/crazy_linker_elf_loader.h
@@ -73,6 +73,9 @@ class ElfLoader {
const ELF::Phdr* loaded_phdr_; // points to the loaded program header.
+ void* reserved_start_; // Real first page of reserved address space.
+ size_t reserved_size_; // Real size in bytes of reserved address space.
+
// Individual steps used by ::LoadAt()
bool ReadElfHeader(Error* error);
bool ReadProgramHeader(Error* error);
« no previous file with comments | « third_party/android_crazy_linker/README.chromium ('k') | third_party/android_crazy_linker/src/src/crazy_linker_elf_loader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698