summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-elf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libdl: Realloc text memory if there are trampolinesChris Johns2023-08-271-13/+22
* libdl: Add support to import base image TLS symbolsChris Johns2023-08-211-3/+17
* cpukit/libdl: Resolve size mismatch warningsKinsey Moore2023-04-051-2/+2
* libdl: Fix warnings on 64bit architecturesChris Johns2022-08-051-1/+1
* cpukit/libdl: Manual file header reordering (SPDX, Doxygen, Copyright)Joel Sherrill2022-03-221-9/+10
* cpukit/libdl Change license to BSD-2Joel Sherrill2022-03-221-3/+22
* libdl: Fix comment.Chris Johns2020-05-051-1/+1
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
* libdl/debugger: Fix the broken list delete when unloading an object module.Chris Johns2019-08-121-2/+0
* libdl: Fix size bug in loading symbols.Chris Johns2019-05-141-2/+2
* libdl: Fix loading symbol that reference unknown sections.Chris Johns2019-05-141-56/+159
* libdl: Do not access the ELF file while the allocator is locked.Chris Johns2019-05-031-156/+328
* libdl/alloc: Add a locking interface to the allocator.Chris Johns2019-02-201-0/+11
* libdl: Add powerpc large memory and small data support.Chris Johns2019-02-091-3/+56
* libdl: Add support for large memory programsChris Johns2019-02-091-133/+216
* libdl: Add support for trampolinesChris Johns2019-02-091-7/+50
* libdl: Fix the support for constructors and desctructors.Chris Johns2019-02-091-0/+21
* libdl: Add symbol searching and loading from archives.Chris Johns2019-02-091-2/+14
* libdl: Add object file dependencies to track referencesChris Johns2018-11-221-90/+256
* libdl: Manage the allocation of common uninitialised variables.Chris Johns2018-11-221-9/+141
* libdl: Remove _t from all structures as this is reserved for the standardsChris Johns2018-04-121-74/+74
* libdl: Include <rtems/rtl/rtl-*.h>Sebastian Huber2017-12-131-2/+2
* libdl: Fix warningsSebastian Huber2017-10-061-12/+14
* libdl: Support link ordered loading of ELF sections.Chris Johns2017-03-311-1/+13
* libdl: Add C++ exception support to loaded modules.Chris Johns2016-12-141-32/+62
* libdl: Add trace output when reading section headers.Chris Johns2016-08-151-0/+3
* libdl/rtl-obj.c: synchronize cache after code relocation.Pavel Pisa2016-07-211-0/+2
* Replace www.rtems.com with www.rtems.orgSebastian Huber2015-03-201-1/+1
* libdl: Update comment with details about the error fix.Chris Johns2014-11-201-0/+3
* libdl: Fix possible 16-bit overflow (Coverity 1255339) refs #2192.Chris Johns2014-11-201-1/+1
* libdl: Add a local symbol table to the object module.Chris Johns2014-11-041-81/+154
* cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns2014-10-311-0/+882