summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-obj.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-05libdl/obj: Fix RAP format call table.Chris Johns1-1/+0
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
2019-05-22libdl: Sort object file symbols and use a binary search to findChris Johns1-1/+5
2019-05-03libdl: Do not access the ELF file while the allocator is locked.Chris Johns1-40/+98
2019-02-15libdl: Allocator does not unlock and lock memory on loading.Chris Johns1-0/+11
2019-02-09libdl: Add powerpc large memory and small data support.Chris Johns1-22/+55
2019-02-09libdl: Add support for large memory programsChris Johns1-27/+61
2019-02-09libdl: Add support for trampolinesChris Johns1-2/+31
2019-02-09libdl: Add symbol searching and loading from archives.Chris Johns1-309/+164
2019-01-07Fix format warningsSebastian Huber1-1/+1
2018-11-22libdl: Add object file dependencies to track referencesChris Johns1-1/+140
2018-11-22libdl: Manage the allocation of common uninitialised variables.Chris Johns1-17/+46
2018-10-04libdl: Avoid command line definesSebastian Huber1-0/+3
2018-04-12libdl: Remove _t from all structures as this is reserved for the standardsChris Johns1-117/+117
2017-12-13libdl: Include <rtems/rtl/rtl-*.h>Sebastian Huber1-2/+2
2017-10-06libdl: Fix warningsSebastian Huber1-1/+2
2017-08-25Include missing <string.h>Sebastian Huber1-0/+1
2017-03-31libdl: Support link ordered loading of ELF sections.Chris Johns1-29/+130
2016-12-14libdl: Add C++ exception support to loaded modules.Chris Johns1-63/+115
2016-10-04libdl/rtl-obj.c: synchronize cache should not depend on CPU_CACHE_LINE_BYTES.Pavel Pisa1-3/+6
2016-07-21libdl/rtl-obj.c: synchronize cache after code relocation.Pavel Pisa1-2/+63
2016-07-04libdl/rtl-obj.c: ensure that loaded code is synchronized through caches.Pavel Pisa1-0/+2
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/+1031