summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-archive.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpukit/libdl: Fix incorrect operator precedence access the nameChris Johns2023-08-281-1/+2
* cpukit/libdl: Manual file header reordering (SPDX, Doxygen, Copyright)Joel Sherrill2022-03-221-7/+8
* cpukit/libdl Change license to BSD-2Joel Sherrill2022-03-221-3/+22
* Fix -Wchar-subscripts warningsAschref Ben Thabet2020-08-201-2/+2
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
* libdl: Add an archive commandChris Johns2019-03-221-29/+20
* libdl/archive: Check for an overflow of the symbol table.Chris Johns2019-02-201-3/+12
* libdl/archive: Fix the config file string index while removing tailing white ...Chris Johns2019-02-201-2/+2
* libdl/archive: Return false on read failure.Chris Johns2019-02-201-0/+1
* libdl: Add powerpc large memory and small data support.Chris Johns2019-02-091-3/+4
* libdl: Add support for large memory programsChris Johns2019-02-091-68/+57
* libdl: Add symbol searching and loading from archives.Chris Johns2019-02-091-0/+1301