summaryrefslogtreecommitdiff
path: root/src/base/loader/elf_object.cc
AgeCommit message (Expand)Author
2017-12-04misc: Rename misc.(hh|cc) to logging.(hh|cc)Gabe Black
2017-02-23base: fix small memory leak in the ELF loaderBrandon Potter
2016-11-30arch: [Patch 1/5] Added RISC-V base instruction set RV64IAlec Roelke
2016-07-11base: Fix inverted check in ELF .text size warningAndreas Sandberg
2016-07-11base: Convert ELF .text size check assertion to a warningAndreas Sandberg
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
2016-02-06style: fix missing spaces in control statementsSteve Reinhardt
2016-02-06style: remove trailing whitespaceSteve Reinhardt
2015-07-03base: remove fd from object loadersCurtis Dunham
2015-04-29arch, base, dev, kern, sym: FreeBSD supportRuslan Bukin
2014-09-09misc: Fix a number of unitialised variables and membersAndreas Hansson
2014-01-24arm: Add support for ARMv8 (AArch64 & AArch32)ARM gem5 Developers
2013-07-15loader: Load weak symbols for function tracingDeyuan Guo
2013-04-17base: load weak symbols from object fileDeyuan Guo ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E)
2012-09-07loader: initialize all memory in the ObjectFile objects.Ali Saidi
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-06-12Loader: Handle bad section names when loading an ELF file.Gabe Black
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2011-04-15includes: sort all includesNathan Binkert
2010-09-10style: fix sorting of includes and whitespace in some filesNathan Binkert
2010-08-23Loader: Don't insert symbols into the symbol table that begin wiht '$'.Ali Saidi
2010-08-23Loader: Use address mask provided to load*Symbols when loading the symbols fr...Ali Saidi
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-02-15X86: Make the loader recognize 32 bit x86 processes.Gabe Black
2008-12-05This brings M5 closer to modernity - the kernel being advertised is newer so ...Lisa Hsu
2008-10-10misc: remove #include <cassert> from misc.hh since not everyone needs it.Nathan Binkert
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2008-03-20MIPS: Check endianness of binaries in SE mode.Gabe Black
2008-02-05Add base ARM code to M5Stephen Hines
2007-10-12Loader: Identify sections based on virtual addresses, and set the LoadAddrMas...Gabe Black
2007-10-09ELF Loader: Use physical addresses instead of virtual ones.Gabe Black
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-05-26Get rid of GNU libelf and its autoconf nastiness and replaceNathan Binkert
2007-03-06Get X86 to load an elf and start a process for it.Gabe Black
2007-02-28Make trap instructions always generate TrapInstruction Fault objects which ca...Gabe Black
2007-01-22we decided to check for .interp instead of .dynamicAli 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-22Clean up libelf handling.Steve Reinhardt
2006-05-22New directory structure:Steve Reinhardt