aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins/elf
AgeCommit message (Expand)Author
2010-09-06PLUGINS: Only resolve __dso_handle if loading was successful.Andre Heider
2010-09-06PLUGINS: Use the C++ ABI to call dtors when unloading a plugin.Andre Heider
2010-09-06PLUGINS: used variation of ScopedPtr to clean up load() functionYotam Barnoy
2010-09-06PLUGINS: fixed MIPS plugin loaderYotam Barnoy
2010-09-06PLUGINS: added missing call in destructor which caused crashingYotam Barnoy
2010-09-05PLUGINS: Added _segmentVMA to the MIPS loader.Andre Heider
2010-09-05PLUGINS: Remove spurious extra allocation.Andre Heider
2010-09-05PLUGINS: Plug some memleaks.Andre Heider
2010-09-05PLUGINS: Move doxygen to the base class header.Andre Heider
2010-09-05PLUGINS: Add missing variable initialization.Andre Heider
2010-09-05PLUGINS: Formatting.Andre Heider
2010-09-05PLUGINS: Set svn:keywords property on all new files.Andre Heider
2010-09-05PLUGINS: Make the file stream a member of DLObject.Andre Heider
2010-09-05PLUGINS: Type cleanup.Andre Heider
2010-09-05PLUGINS: Move platform specific code out of the generic ELF loader.Andre Heider
2010-09-05PLUGINS: Move all ELF loader related files to its own directory.Andre Heider