summaryrefslogtreecommitdiff
path: root/cpukit/libdl/rtl-elf.c (follow)
AgeCommit message (Expand)Author
2020-05-05libdl: Fix comment.Chris Johns
2020-04-16Canonicalize config.h includeSebastian Huber
2019-08-12libdl/debugger: Fix the broken list delete when unloading an object module.Chris Johns
2019-05-14libdl: Fix size bug in loading symbols.Chris Johns
2019-05-14libdl: Fix loading symbol that reference unknown sections.Chris Johns
2019-05-03libdl: Do not access the ELF file while the allocator is locked.Chris Johns
2019-02-20libdl/alloc: Add a locking interface to the allocator.Chris Johns
2019-02-09libdl: Add powerpc large memory and small data support.Chris Johns
2019-02-09libdl: Add support for large memory programsChris Johns
2019-02-09libdl: Add support for trampolinesChris Johns
2019-02-09libdl: Fix the support for constructors and desctructors.Chris Johns
2019-02-09libdl: Add symbol searching and loading from archives.Chris Johns
2018-11-22libdl: Add object file dependencies to track referencesChris Johns
2018-11-22libdl: Manage the allocation of common uninitialised variables.Chris Johns
2018-04-12libdl: Remove _t from all structures as this is reserved for the standardsChris Johns
2017-12-13libdl: Include <rtems/rtl/rtl-*.h>Sebastian Huber
2017-10-06libdl: Fix warningsSebastian Huber
2017-03-31libdl: Support link ordered loading of ELF sections.Chris Johns
2016-12-14libdl: Add C++ exception support to loaded modules.Chris Johns
2016-08-15libdl: Add trace output when reading section headers.Chris Johns
2016-07-21libdl/rtl-obj.c: synchronize cache after code relocation.Pavel Pisa
2015-03-20Replace www.rtems.com with www.rtems.orgSebastian Huber
2014-11-20libdl: Update comment with details about the error fix.Chris Johns
2014-11-20libdl: Fix possible 16-bit overflow (Coverity 1255339) refs #2192.Chris Johns
2014-11-04libdl: Add a local symbol table to the object module.Chris Johns
2014-10-31cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns