summaryrefslogtreecommitdiff
path: root/cpukit/libdl (follow)
AgeCommit message (Expand)Author
2019-11-12riscv: preliminarily support for libdlHesham Almatary
2019-08-12libdl/debugger: Fix the broken list delete when unloading an object module.Chris Johns
2019-08-04libdl/arm: Add support for ARM trampolinesChris Johns
2019-07-28libdl/arm: Fix ARM mode trampoline parsing of relocsChris Johns
2019-06-12libdl/rap: fix RAP file load error.zhengxiaojun
2019-05-22libdl: Sort object file symbols and use a binary search to findChris Johns
2019-05-14libdl: Fix size bug in loading symbols.Chris Johns
2019-05-14libdl: Fix loading symbol that reference unknown sections.Chris Johns
2019-05-03libdl: Do not access the ELF file while the allocator is locked.Chris Johns
2019-03-22libdl: Add an archive commandChris Johns
2019-03-07libdl: Add small data support to the remaining PowerPC BSPs.Chris Johns
2019-02-20libdl/unresolved: Fix return value for rtems_rtl_unresolved_removeChris Johns
2019-02-20libdl/archive: Check for an overflow of the symbol table.Chris Johns
2019-02-20libdl/archive: Fix the config file string index while removing tailing white ...Chris Johns
2019-02-20libdl/archive: Return false on read failure.Chris Johns
2019-02-20libdl/alloc: Add a locking interface to the allocator.Chris Johns
2019-02-15libdl/rap: Add the section alloc call after section load was splitChris Johns
2019-02-15libdl: Allocator does not unlock and lock memory on loading.Chris Johns
2019-02-09libdl: Add powerpc large memory and small data support.Chris Johns
2019-02-09libdl: Add support for large memory programsChris Johns
2019-02-09libdl: Add support for trampolinesChris Johns
2019-02-09libdl: Fix the support for constructors and desctructors.Chris Johns
2019-02-09libdl: Add symbol searching and loading from archives.Chris Johns
2019-02-09libdl: Fix dlerror non-conformanceChris Johns
2019-01-07Fix format warningsSebastian Huber
2018-12-025 spelling errors for a Google Code-In task.Jacob Shin
2018-11-22libdl: Add object file dependencies to track referencesChris Johns
2018-11-22libdl: Reindex unresolved names after removing used records.Chris Johns
2018-11-22libdl: Manage the allocation of common uninitialised variables.Chris Johns
2018-10-09build: Merge libdl/Makefile.amSebastian Huber
2018-10-04libdl: Avoid command line definesSebastian Huber
2018-04-12libdl: Remove _t from all structures as this is reserved for the standardsChris Johns
2018-04-12libdl: RAP format fixes.Chris Johns
2018-02-07libdl: Fix potential overwrite of dest bufferSebastian Huber
2018-02-07libdl: Use self-contained mutex for RAPSebastian Huber
2018-02-07libdl: Use self-contained recursive mutexSebastian Huber
2018-01-25Remove make preinstallChris Johns
2017-12-13libdl: Include <rtems/rtl/rtl-*.h>Sebastian Huber
2017-10-06libdl: Fix warningsSebastian Huber
2017-10-06libdl: Use 64-bit ELF on 64-bit targetsSebastian Huber
2017-08-25Include missing <string.h>Sebastian Huber
2017-04-25libdl/rtl-obj-cache.c: Fix printf() format warningJoel Sherrill
2017-04-24libdl/rtl-obj-cache.c: Use PRIdoff_t to avoid printf() format warnings on som...Joel Sherrill
2017-04-18rtems/inttypes.h: New file. Uses contents from cpukitJoel Sherrill
2017-04-07libdl/rtl-obj-cache.c: Using inttypes macros fixes 4 format warningsCillian O'Donnell
2017-03-31libdl: Support link ordered loading of ELF sections.Chris Johns
2017-02-15libdl: Fix warningSebastian Huber
2016-12-14libdl: Add C++ exception support to loaded modules.Chris Johns
2016-11-14rtl-mdreloc-sparc.c: Do not print unaligned pointer and cause unaligned access.Jiri Gaisler
2016-10-04libdl/rtl-obj.c: synchronize cache should not depend on CPU_CACHE_LINE_BYTES.Pavel Pisa