summaryrefslogtreecommitdiffstats
path: root/runtime/elf_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/elf_file.h')
-rw-r--r--runtime/elf_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/elf_file.h b/runtime/elf_file.h
index fe6896dfe7..48cb4b8b2e 100644
--- a/runtime/elf_file.h
+++ b/runtime/elf_file.h
@@ -66,7 +66,7 @@ class ElfFile {
const std::string& symbol_name,
bool build_map);
- size_t GetLoadedSize() const;
+ bool GetLoadedSize(size_t* size, std::string* error_msg) const;
// Strip an ELF file of unneeded debugging information.
// Returns true on success, false on failure.