summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'libunwindstack/include/unwindstack/ElfInterface.h')
-rw-r--r--libunwindstack/include/unwindstack/ElfInterface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libunwindstack/include/unwindstack/ElfInterface.h b/libunwindstack/include/unwindstack/ElfInterface.h
index 86e51b382..5cfe74dae 100644
--- a/libunwindstack/include/unwindstack/ElfInterface.h
+++ b/libunwindstack/include/unwindstack/ElfInterface.h
@@ -82,6 +82,9 @@ class ElfInterface {
82 DwarfSection* eh_frame() { return eh_frame_.get(); } 82 DwarfSection* eh_frame() { return eh_frame_.get(); }
83 DwarfSection* debug_frame() { return debug_frame_.get(); } 83 DwarfSection* debug_frame() { return debug_frame_.get(); }
84 84
85 template <typename EhdrType, typename PhdrType>
86 static uint64_t GetLoadBias(Memory* memory);
87
85 protected: 88 protected:
86 template <typename AddressType> 89 template <typename AddressType>
87 void InitHeadersWithTemplate(); 90 void InitHeadersWithTemplate();