summaryrefslogtreecommitdiff
path: root/src/elf_common/elf_reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/elf_common/elf_reader.h')
-rw-r--r--src/elf_common/elf_reader.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/elf_common/elf_reader.h b/src/elf_common/elf_reader.h
index 1c6a389..23ab7cd 100644
--- a/src/elf_common/elf_reader.h
+++ b/src/elf_common/elf_reader.h
@@ -202,9 +202,8 @@ public:
void print() {
this->printHeader();
- this->printSegment();
+ this->printSegments();
this->printSections();
- this->printSymbols();
}
bool verifyHeader() {