summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-mdreloc-arm.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-27libdl: Realloc text memory if there are trampolinesChris Johns1-0/+6
2023-08-21libdl: Add support to import base image TLS symbolsChris Johns1-2/+1
2022-08-08libdl: Refactor shared code in ARM and AArch64Ryan Long1-78/+1
2019-08-04libdl/arm: Add support for ARM trampolinesChris Johns1-1/+18
2019-07-28libdl/arm: Fix ARM mode trampoline parsing of relocsChris Johns1-16/+16
2019-05-03libdl: Do not access the ELF file while the allocator is locked.Chris Johns1-46/+76
2019-02-09libdl: Add powerpc large memory and small data support.Chris Johns1-3/+35
2019-02-09libdl: Add support for large memory programsChris Johns1-3/+33
2019-02-09libdl: Add support for trampolinesChris Johns1-85/+216
2019-02-09libdl: Fix the support for constructors and desctructors.Chris Johns1-5/+7
2018-04-12libdl: Remove _t from all structures as this is reserved for the standardsChris Johns1-21/+21
2017-12-13libdl: Include <rtems/rtl/rtl-*.h>Sebastian Huber1-1/+1
2017-08-25Include missing <string.h>Sebastian Huber1-0/+1
2016-12-14libdl: Add C++ exception support to loaded modules.Chris Johns1-14/+107
2016-09-08libdl: Add ARM C++ relocation record support.Chris Johns1-1/+16
2014-10-31cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns1-0/+323