summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-10-06libdl: Use 64-bit ELF on 64-bit targetsSebastian Huber1-1/+5
2017-08-25Include missing <string.h>Sebastian Huber7-0/+7
2017-04-25libdl/rtl-obj-cache.c: Fix printf() format warningJoel Sherrill1-2/+3
2017-04-24libdl/rtl-obj-cache.c: Use PRIdoff_t to avoid printf() format warnings on som...Joel Sherrill1-2/+3
2017-04-18rtems/inttypes.h: New file. Uses contents from cpukitJoel Sherrill1-10/+1
2017-04-07libdl/rtl-obj-cache.c: Using inttypes macros fixes 4 format warningsCillian O'Donnell1-9/+12
2017-03-31libdl: Support link ordered loading of ELF sections.Chris Johns5-36/+166
2017-02-15libdl: Fix warningSebastian Huber1-1/+2
2016-12-14libdl: Add C++ exception support to loaded modules.Chris Johns28-230/+1057
2016-11-14rtl-mdreloc-sparc.c: Do not print unaligned pointer and cause unaligned access.Jiri Gaisler1-2/+3
2016-10-04libdl/rtl-obj.c: synchronize cache should not depend on CPU_CACHE_LINE_BYTES.Pavel Pisa1-3/+6
2016-09-08libdl: Add ARM C++ relocation record support.Chris Johns2-2/+18