summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-08fastlz.c: Unused value (CID #1399751)Ryan Long1-1/+9
2020-08-20Fix -Wchar-subscripts warningsAschref Ben Thabet1-2/+2
2020-05-06libdl: Add allocator check scriptChris Johns1-0/+96
2020-05-05libdl/rap: Correctly check the return enum from rela callsChris Johns1-4/+13
2020-05-05libdl/obj-comp: Add trace prints when decompressingChris Johns1-0/+31
2020-05-05libdl/obj-cache: Fail if the read offset is past the file lengthChris Johns1-4/+5
2020-05-05libdl/obj: Fix RAP format call table.Chris Johns1-1/+0
2020-05-05libdl/sparc: Print trace message of reloc failture pathChris Johns1-1/+4
2020-05-05libdl: Fix comment.Chris Johns1-1/+1
2020-04-28libdl/mips: Fix MIPS16hi/lo relocation support.Chris Johns1-24/+45
2020-04-16Canonicalize config.h includeSebastian Huber20-20/+20
2019-11-12riscv: preliminarily support for libdlHesham Almatary2-1/+436
2019-08-12libdl/debugger: Fix the broken list delete when unloading an object module.Chris Johns2-15/+13
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-06-12libdl/rap: fix RAP file load error.zhengxiaojun1-2/+2
2019-05-22libdl: Sort object file symbols and use a binary search to findChris Johns2-9/+46
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 Johns19-514/+1042
2019-03-22libdl: Add an archive commandChris Johns3-171/+946
2019-03-07libdl: Add small data support to the remaining PowerPC BSPs.Chris Johns1-0/+15
2019-02-20libdl/unresolved: Fix return value for rtems_rtl_unresolved_removeChris Johns1-2/+2
2019-02-20libdl/archive: Check for an overflow of the symbol table.Chris Johns1-3/+12
2019-02-20libdl/archive: Fix the config file string index while removing tailing white ...Chris Johns1-2/+2
2019-02-20libdl/archive: Return false on read failure.Chris Johns1-0/+1
2019-02-20libdl/alloc: Add a locking interface to the allocator.Chris Johns3-5/+63
2019-02-15libdl/rap: Add the section alloc call after section load was splitChris Johns1-0/+6
2019-02-15libdl: Allocator does not unlock and lock memory on loading.Chris Johns4-15/+90
2019-02-09libdl: Add powerpc large memory and small data support.Chris Johns20-109/+1048
2019-02-09libdl: Add support for large memory programsChris Johns8-413/+609
2019-02-09libdl: Add support for trampolinesChris Johns14-125/+888
2019-02-09libdl: Fix the support for constructors and desctructors.Chris Johns4-39/+91
2019-02-09libdl: Add symbol searching and loading from archives.Chris Johns10-445/+1846
2019-02-09libdl: Fix dlerror non-conformanceChris Johns1-1/+4
2019-01-07Fix format warningsSebastian Huber2-3/+4
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 Johns6-124/+491
2018-11-22libdl: Reindex unresolved names after removing used records.Chris Johns1-20/+120
2018-11-22libdl: Manage the allocation of common uninitialised variables.Chris Johns2-26/+187
2018-10-09build: Merge libdl/Makefile.amSebastian Huber1-35/+0
2018-10-04libdl: Avoid command line definesSebastian Huber2-1/+3
2018-04-12libdl: Remove _t from all structures as this is reserved for the standardsChris Johns34-814/+813
2018-04-12libdl: RAP format fixes.Chris Johns1-8/+10
2018-02-07libdl: Fix potential overwrite of dest bufferSebastian Huber2-2/+2
2018-02-07libdl: Use self-contained mutex for RAPSebastian Huber1-76/+16
2018-02-07libdl: Use self-contained recursive mutexSebastian Huber1-58/+12
2018-01-25Remove make preinstallChris Johns33-4686/+2
2017-12-13libdl: Include <rtems/rtl/rtl-*.h>Sebastian Huber28-41/+41
2017-10-06libdl: Fix warningsSebastian Huber5-39/+47