summaryrefslogtreecommitdiff
path: root/src/base/loader/object_file.hh
AgeCommit message (Expand)Author
2017-12-04misc: Rename misc.(hh|cc) to logging.(hh|cc)Gabe Black
2017-03-09style: Correct some style issuesBrandon Potter
2016-11-30arch: [Patch 1/5] Added RISC-V base instruction set RV64IAlec Roelke
2016-03-17base: add symbol support for dynamic librariesBrandon Potter
2016-03-17base: style cleanup for ObjectFile and ElfObjectBrandon Potter
2016-03-17base: support dynamic loading of Linux ELF objects in SE modeBrandon Potter
2015-07-03base: remove fd from object loadersCurtis Dunham
2015-04-29arch, base, dev, kern, sym: FreeBSD supportRuslan Bukin
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-09-25ARM: added support for flattened device tree blobsDam Sunwoo
2012-02-24MEM: Make port proxies use references rather than pointersAndreas Hansson
2012-01-17MEM: Add port proxies instead of non-structural portsAndreas Hansson
2010-06-02ARM: Detect thumb mode elf images.Gabe Black
2009-10-27POWER: Add support for the Power ISATimothy M. Jones
2009-07-27ARM: Detect OABI binaries and complain that they're no-longer supported.Ali Saidi
2009-05-17types: Move stuff for global types into src/base/types.hhNathan Binkert
2009-02-15X86: Make the loader recognize 32 bit x86 processes.Gabe Black
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2008-02-05Add base ARM code to M5Stephen Hines
2007-09-11Loader: Error if a TLS section is found in the binary.Ali Saidi
2007-03-05Add x86 to the Arch enum in the object file class.Gabe Black
2007-02-28Make trap instructions always generate TrapInstruction Fault objects which ca...Gabe Black
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-11-09Get SPARC to the point that it starts running. Add ability to load the ROM bi...Ali Saidi
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt