summaryrefslogtreecommitdiff
path: root/view/elf/elfview.h
diff options
context:
space:
mode:
Diffstat (limited to 'view/elf/elfview.h')
-rw-r--r--view/elf/elfview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/elf/elfview.h b/view/elf/elfview.h
index db60fdb7..438dee4f 100644
--- a/view/elf/elfview.h
+++ b/view/elf/elfview.h
@@ -501,6 +501,8 @@ namespace BinaryNinja
std::vector<Elf64ProgramHeader> m_programHeaders;
Elf64SectionHeader m_symbolTableSection, m_dynamicSymbolTableSection;
Elf64SectionHeader m_auxSymbolTable, m_dynamicStringTable, m_sectionStringTable, m_sectionOpd;
+ Elf64SectionHeader m_relocSection;
+ Elf64SectionHeader m_relocaSection;
Elf64ProgramHeader m_dynamicTable;
Elf64ProgramHeader m_tlsSegment;
std::map<uint64_t, uint64_t> m_localGotEntries;