summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-obj.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libdl/obj: Fix RAP format call table.Chris Johns2020-05-051-1/+0
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
* libdl: Sort object file symbols and use a binary search to findChris Johns2019-05-221-1/+5
* libdl: Do not access the ELF file while the allocator is locked.Chris Johns2019-05-031-40/+98
* libdl: Allocator does not unlock and lock memory on loading.Chris Johns2019-02-151-0/+11
* libdl: Add powerpc large memory and small data support.Chris Johns2019-02-091-22/+55
* libdl: Add support for large memory programsChris Johns2019-02-091-27/+61
* libdl: Add support for trampolinesChris Johns2019-02-091-2/+31
* libdl: Add symbol searching and loading from archives.Chris Johns2019-02-091-309/+164
* Fix format warningsSebastian Huber2019-01-071-1/+1
* libdl: Add object file dependencies to track referencesChris Johns2018-11-221-1/+140
* libdl: Manage the allocation of common uninitialised variables.Chris Johns2018-11-221-17/+46
* libdl: Avoid command line definesSebastian Huber2018-10-041-0/+3
* libdl: Remove _t from all structures as this is reserved for the standardsChris Johns2018-04-121-117/+117
* libdl: Include <rtems/rtl/rtl-*.h>Sebastian Huber2017-12-131-2/+2
* libdl: Fix warningsSebastian Huber2017-10-061-1/+2
* Include missing <string.h>Sebastian Huber2017-08-251-0/+1
* libdl: Support link ordered loading of ELF sections.Chris Johns2017-03-311-29/+130
* libdl: Add C++ exception support to loaded modules.Chris Johns2016-12-141-63/+115
* libdl/rtl-obj.c: synchronize cache should not depend on CPU_CACHE_LINE_BYTES.Pavel Pisa2016-10-041-3/+6
* libdl/rtl-obj.c: synchronize cache after code relocation.Pavel Pisa2016-07-211-2/+63
* libdl/rtl-obj.c: ensure that loaded code is synchronized through caches.Pavel Pisa2016-07-041-0/+2
* Replace www.rtems.com with www.rtems.orgSebastian Huber2015-03-201-1/+1
* cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns2014-10-311-0/+1031