summaryrefslogtreecommitdiff
path: root/src/base/loader/elf_object.hh
AgeCommit message (Expand)Author
2017-03-09style: Correct some style issuesBrandon Potter
2016-03-17base: add symbol support for dynamic librariesBrandon Potter
2016-03-17base: support dynamic loading of Linux ELF objects in SE modeBrandon Potter
2015-07-03base: remove fd from object loadersCurtis Dunham
2014-01-24arm: Add support for ARMv8 (AArch64 & AArch32)ARM gem5 Developers
2013-04-17base: load weak symbols from object fileDeyuan Guo ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E)
2012-02-24MEM: Make port proxies use references rather than pointersAndreas Hansson
2012-01-17MEM: Add port proxies instead of non-structural portsAndreas Hansson
2011-04-15includes: sort all includesNathan Binkert
2010-08-23Loader: Use address mask provided to load*Symbols when loading the symbols fr...Ali Saidi
2007-09-25Loader: Load all segments of an elf, rather than just the "text" and "data".Gabe Black
2007-09-11Loader: Error if a TLS section is found in the binary.Ali Saidi
2007-01-22check if an executable is dynamic and die if it isAli Saidi
2006-11-30Load the hypervisor symbols twice, once with an address mask so that we can g...Ali Saidi
2006-08-11Added code to support setting up all of the auxillieary vectors configured by...Gabe Black
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt