summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-elf.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-27libdl: Realloc text memory if there are trampolinesChris Johns1-13/+22
2023-08-21libdl: Add support to import base image TLS symbolsChris Johns1-3/+17
2023-04-05cpukit/libdl: Resolve size mismatch warningsKinsey Moore1-2/+2
2022-08-05libdl: Fix warnings on 64bit architecturesChris Johns1-1/+1
2022-03-22cpukit/libdl: Manual file header reordering (SPDX, Doxygen, Copyright)Joel Sherrill1-9/+10
2022-03-22cpukit/libdl Change license to BSD-2Joel Sherrill1-3/+22
2020-05-05libdl: Fix comment.Chris Johns1-1/+1
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
2019-08-12libdl/debugger: Fix the broken list delete when unloading an object module.Chris Johns1-2/+0
2019-05-14libdl: Fix size bug in loading symbols.Chris Johns1-2/+2
2019-05-14libdl: Fix loading symbol that reference unknown sections.Chris Johns1-56/+159
2019-05-03libdl: Do not access the ELF file while the allocator is locked.Chris Johns1-156/+328
2019-02-20libdl/alloc: Add a locking interface to the allocator.Chris Johns1-0/+11
2019-02-09libdl: Add powerpc large memory and small data support.Chris Johns1-3/+56
2019-02-09libdl: Add support for large memory programsChris Johns1-133/+216
2019-02-09libdl: Add support for trampolinesChris Johns1-7/+50
2019-02-09libdl: Fix the support for constructors and desctructors.Chris Johns1-0/+21
2019-02-09libdl: Add symbol searching and loading from archives.Chris Johns1-2/+14
2018-11-22libdl: Add object file dependencies to track referencesChris Johns1-90/+256
2018-11-22libdl: Manage the allocation of common uninitialised variables.Chris Johns1-9/+141
2018-04-12libdl: Remove _t from all structures as this is reserved for the standardsChris Johns1-74/+74
2017-12-13libdl: Include <rtems/rtl/rtl-*.h>Sebastian Huber1-2/+2
2017-10-06libdl: Fix warningsSebastian Huber1-12/+14
2017-03-31libdl: Support link ordered loading of ELF sections.Chris Johns1-1/+13
2016-12-14libdl: Add C++ exception support to loaded modules.Chris Johns1-32/+62
2016-08-15libdl: Add trace output when reading section headers.Chris Johns1-0/+3
2016-07-21libdl/rtl-obj.c: synchronize cache after code relocation.Pavel Pisa1-0/+2
2015-03-20Replace www.rtems.com with www.rtems.orgSebastian Huber1-1/+1
2014-11-20libdl: Update comment with details about the error fix.Chris Johns1-0/+3
2014-11-20libdl: Fix possible 16-bit overflow (Coverity 1255339) refs #2192.Chris Johns1-1/+1
2014-11-04libdl: Add a local symbol table to the object module.Chris Johns1-81/+154
2014-10-31cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns1-0/+882