summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl (follow)
Commit message (Expand)AuthorAgeFilesLines
* fastlz.c: Unused value (CID #1399751)Ryan Long2021-04-081-1/+9
* Fix -Wchar-subscripts warningsAschref Ben Thabet2020-08-201-2/+2
* libdl: Add allocator check scriptChris Johns2020-05-061-0/+96
* libdl/rap: Correctly check the return enum from rela callsChris Johns2020-05-051-4/+13
* libdl/obj-comp: Add trace prints when decompressingChris Johns2020-05-051-0/+31
* libdl/obj-cache: Fail if the read offset is past the file lengthChris Johns2020-05-051-4/+5
* libdl/obj: Fix RAP format call table.Chris Johns2020-05-051-1/+0
* libdl/sparc: Print trace message of reloc failture pathChris Johns2020-05-051-1/+4
* libdl: Fix comment.Chris Johns2020-05-051-1/+1
* libdl/mips: Fix MIPS16hi/lo relocation support.Chris Johns2020-04-281-24/+45
* Canonicalize config.h includeSebastian Huber2020-04-1620-20/+20
* riscv: preliminarily support for libdlHesham Almatary2019-11-122-1/+436
* libdl/debugger: Fix the broken list delete when unloading an object module.Chris Johns2019-08-122-15/+13
* libdl/arm: Add support for ARM trampolinesChris Johns2019-08-041-1/+18
* libdl/arm: Fix ARM mode trampoline parsing of relocsChris Johns2019-07-281-16/+16
* libdl/rap: fix RAP file load error.zhengxiaojun2019-06-121-2/+2
* libdl: Sort object file symbols and use a binary search to findChris Johns2019-05-222-9/+46
* 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-0319-514/+1042
* libdl: Add an archive commandChris Johns2019-03-223-171/+946
* libdl: Add small data support to the remaining PowerPC BSPs.Chris Johns2019-03-071-0/+15
* libdl/unresolved: Fix return value for rtems_rtl_unresolved_removeChris Johns2019-02-201-2/+2
* 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/alloc: Add a locking interface to the allocator.Chris Johns2019-02-203-5/+63
* libdl/rap: Add the section alloc call after section load was splitChris Johns2019-02-151-0/+6
* libdl: Allocator does not unlock and lock memory on loading.Chris Johns2019-02-154-15/+90
* libdl: Add powerpc large memory and small data support.Chris Johns2019-02-0920-109/+1048
* libdl: Add support for large memory programsChris Johns2019-02-098-413/+609
* libdl: Add support for trampolinesChris Johns2019-02-0914-125/+888
* libdl: Fix the support for constructors and desctructors.Chris Johns2019-02-094-39/+91
* libdl: Add symbol searching and loading from archives.Chris Johns2019-02-0910-445/+1846
* libdl: Fix dlerror non-conformanceChris Johns2019-02-091-1/+4
* Fix format warningsSebastian Huber2019-01-072-3/+4
* 5 spelling errors for a Google Code-In task.Jacob Shin2018-12-021-2/+2
* libdl: Add object file dependencies to track referencesChris Johns2018-11-226-124/+491
* libdl: Reindex unresolved names after removing used records.Chris Johns2018-11-221-20/+120
* libdl: Manage the allocation of common uninitialised variables.Chris Johns2018-11-222-26/+187
* build: Merge libdl/Makefile.amSebastian Huber2018-10-091-35/+0
* libdl: Avoid command line definesSebastian Huber2018-10-042-1/+3
* libdl: Remove _t from all structures as this is reserved for the standardsChris Johns2018-04-1234-814/+813
* libdl: RAP format fixes.Chris Johns2018-04-121-8/+10
* libdl: Fix potential overwrite of dest bufferSebastian Huber2018-02-072-2/+2
* libdl: Use self-contained mutex for RAPSebastian Huber2018-02-071-76/+16
* libdl: Use self-contained recursive mutexSebastian Huber2018-02-071-58/+12
* Remove make preinstallChris Johns2018-01-2533-4686/+2
* libdl: Include <rtems/rtl/rtl-*.h>Sebastian Huber2017-12-1328-41/+41
* libdl: Fix warningsSebastian Huber2017-10-065-39/+47