summaryrefslogtreecommitdiff
path: root/simpleperf/dso.h
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/dso.h')
-rw-r--r--simpleperf/dso.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/simpleperf/dso.h b/simpleperf/dso.h
index 5f3915e9..a3525701 100644
--- a/simpleperf/dso.h
+++ b/simpleperf/dso.h
@@ -93,6 +93,7 @@ struct Dso {
// Return the minimum virtual address in program header.
uint64_t MinVirtualAddress();
+ void SetMinVirtualAddress(uint64_t min_vaddr) { min_vaddr_ = min_vaddr; }
const Symbol* FindSymbol(uint64_t vaddr_in_dso);
void InsertSymbol(const Symbol& symbol);