summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
2019-05-03libdl: Do not access the ELF file while the allocator is locked.Chris Johns1-14/+17
2019-02-09libdl: Add support for large memory programsChris Johns1-1/+9
2019-02-09libdl: Fix the support for constructors and desctructors.Chris Johns1-33/+60
2019-02-09libdl: Add symbol searching and loading from archives.Chris Johns1-58/+219
2018-11-22libdl: Add object file dependencies to track referencesChris Johns1-1/+47
2018-04-12libdl: Remove _t from all structures as this is reserved for the standardsChris Johns1-30/+30
2018-02-07libdl: Use self-contained recursive mutexSebastian Huber1-58/+12
2017-12-13libdl: Include <rtems/rtl/rtl-*.h>Sebastian Huber1-2/+2
2016-12-14libdl: Add C++ exception support to loaded modules.Chris Johns1-1/+32
2015-03-20Replace www.rtems.com with www.rtems.orgSebastian Huber1-1/+1
2014-10-31cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns1-0/+637