summaryrefslogtreecommitdiff
path: root/cpukit/libdl/rtl-obj.c (follow)
AgeCommit message (Expand)Author
2020-05-05libdl/obj: Fix RAP format call table.Chris Johns
2020-04-16Canonicalize config.h includeSebastian Huber
2019-05-22libdl: Sort object file symbols and use a binary search to findChris Johns
2019-05-03libdl: Do not access the ELF file while the allocator is locked.Chris Johns
2019-02-15libdl: Allocator does not unlock and lock memory on loading.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: Add symbol searching and loading from archives.Chris Johns
2019-01-07Fix format warningsSebastian Huber
2018-11-22libdl: Add object file dependencies to track referencesChris Johns
2018-11-22libdl: Manage the allocation of common uninitialised variables.Chris Johns
2018-10-04libdl: Avoid command line definesSebastian Huber
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-08-25Include missing <string.h>Sebastian 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-10-04libdl/rtl-obj.c: synchronize cache should not depend on CPU_CACHE_LINE_BYTES.Pavel Pisa
2016-07-21libdl/rtl-obj.c: synchronize cache after code relocation.Pavel Pisa
2016-07-04libdl/rtl-obj.c: ensure that loaded code is synchronized through caches.Pavel Pisa
2015-03-20Replace www.rtems.com with www.rtems.orgSebastian Huber
2014-10-31cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns