summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* libdl: Use 64-bit ELF on 64-bit targetsSebastian Huber2017-10-061-1/+5
* Include missing <string.h>Sebastian Huber2017-08-257-0/+7
* libdl/rtl-obj-cache.c: Fix printf() format warningJoel Sherrill2017-04-251-2/+3
* libdl/rtl-obj-cache.c: Use PRIdoff_t to avoid printf() format warnings on som...Joel Sherrill2017-04-241-2/+3
* rtems/inttypes.h: New file. Uses contents from cpukitJoel Sherrill2017-04-181-10/+1
* libdl/rtl-obj-cache.c: Using inttypes macros fixes 4 format warningsCillian O'Donnell2017-04-071-9/+12
* libdl: Support link ordered loading of ELF sections.Chris Johns2017-03-315-36/+166
* libdl: Fix warningSebastian Huber2017-02-151-1/+2
* libdl: Add C++ exception support to loaded modules.Chris Johns2016-12-1428-230/+1057
* rtl-mdreloc-sparc.c: Do not print unaligned pointer and cause unaligned access.Jiri Gaisler2016-11-141-2/+3
* libdl/rtl-obj.c: synchronize cache should not depend on CPU_CACHE_LINE_BYTES.Pavel Pisa2016-10-041-3/+6