summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-unresolved.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-05libdl: Fix warnings on 64bit architecturesChris Johns1-1/+1
2022-03-22cpukit/libdl: Manual file header reordering (SPDX, Doxygen, Copyright)Joel Sherrill1-7/+8
2022-03-22cpukit/libdl Change license to BSD-2Joel Sherrill1-3/+22
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
2019-05-03libdl: Do not access the ELF file while the allocator is locked.Chris Johns1-28/+109
2019-02-20libdl/unresolved: Fix return value for rtems_rtl_unresolved_removeChris Johns1-2/+2
2019-02-09libdl: Add powerpc large memory and small data support.Chris Johns1-1/+1
2019-02-09libdl: Add support for large memory programsChris Johns1-163/+225
2019-02-09libdl: Fix the support for constructors and desctructors.Chris Johns1-1/+3
2019-02-09libdl: Add symbol searching and loading from archives.Chris Johns1-28/+132
2018-12-025 spelling errors for a Google Code-In task.Jacob Shin1-2/+2
2018-11-22libdl: Add object file dependencies to track referencesChris Johns1-2/+2
2018-11-22libdl: Reindex unresolved names after removing used records.Chris Johns1-20/+120
2018-04-12libdl: Remove _t from all structures as this is reserved for the standardsChris Johns1-78/+77
2017-12-13libdl: Include <rtems/rtl/rtl-*.h>Sebastian Huber1-2/+2
2017-08-25Include missing <string.h>Sebastian Huber1-0/+1
2015-03-20Replace www.rtems.com with www.rtems.orgSebastian Huber1-1/+1
2014-10-31cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns1-0/+471