summaryrefslogtreecommitdiff
path: root/src/base/loader/elf_object.hh
diff options
context:
space:
mode:
authorAli Saidi <Ali.Saidi@arm.com>2010-08-23 11:18:39 -0500
committerAli Saidi <Ali.Saidi@arm.com>2010-08-23 11:18:39 -0500
commit4ab68fc999458617dbcfc91131404a1996e75482 (patch)
tree748f8c85b3a69d8efd5a75453a939d03e710ab84 /src/base/loader/elf_object.hh
parentf2642e205549efefb7391de32b189e94e5503ddc (diff)
downloadgem5-4ab68fc999458617dbcfc91131404a1996e75482.tar.xz
Loader: Use address mask provided to load*Symbols when loading the symbols from the symbol table.
Diffstat (limited to 'src/base/loader/elf_object.hh')
-rw-r--r--src/base/loader/elf_object.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/loader/elf_object.hh b/src/base/loader/elf_object.hh
index 5c5f6907d..a19e82b28 100644
--- a/src/base/loader/elf_object.hh
+++ b/src/base/loader/elf_object.hh
@@ -50,7 +50,7 @@ class ElfObject : public ObjectFile
std::set<std::string> sectionNames;
/// Helper functions for loadGlobalSymbols() and loadLocalSymbols().
- bool loadSomeSymbols(SymbolTable *symtab, int binding);
+ bool loadSomeSymbols(SymbolTable *symtab, int binding, Addr mask);
ElfObject(const std::string &_filename, int _fd,
size_t _len, uint8_t *_data,