summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpukit/aarch64: Resolve warnings with ILP32 ABIKinsey Moore2023-09-261-2/+5
* libdl: Use _CPU_Get_TLS_thread_pointer()Sebastian Huber2023-09-151-67/+6
* microblaze: Fix relocation targetsAlex White2023-09-121-9/+10
* microblaze: Add libdl supportAlex White2023-08-302-1/+298
* cpukit/libdl: Fix incorrect operator precedence access the nameChris Johns2023-08-281-1/+2
* cpukit/libdl: Correctly account for section alignmentsChris Johns2023-08-281-19/+12
* libdl: Realloc text memory if there are trampolinesChris Johns2023-08-2717-104/+356
* libdl: Add support to import base image TLS symbolsChris Johns2023-08-219-52/+366
* cpukit/libdl: AARCH64 unwind uses DWARF 2 tablesChris Johns2023-08-121-0/+17
* libdl: Add support for LDST128_ABS_LO12_NCKinsey Moore2023-05-221-0/+4
* cpukit/libdl: Resolve size mismatch warningsKinsey Moore2023-04-053-19/+20
* cpukit/libdl: Add AArch64 TLS reloc supportKinsey Moore2023-01-201-0/+38
* cpukit/libdl: Print the missing AArch64 reloc typeKinsey Moore2023-01-201-2/+2
* cpukit/libdl: Use correct mask for reloc typeKinsey Moore2023-01-201-1/+1
* libdl: Refactor shared code in ARM and AArch64Ryan Long2022-08-084-158/+113
* libdl: Fix warnings on 64bit architecturesChris Johns2022-08-054-7/+7
* cpukit/libdl/rtl-sym.c: Fix increment of variableRyan Long2022-07-291-1/+1
* cpukit/libdl: Add support for AArch64Ryan Long2022-07-291-0/+599
* libdl/rtl-elf.h: Fix aarch64 defineRyan Long2022-07-291-1/+1
* libdl: Manually adding file headers and licensesRyan Long2022-04-276-0/+210
* cpukit/libdl: Manual file header reordering (SPDX, Doxygen, Copyright)Joel Sherrill2022-03-2235-300/+335
* cpukit/libdl Change license to BSD-2Joel Sherrill2022-03-2235-105/+770
* cpukit/libdl/rtl-alloc-check.py: Change to BSD-2 by handJoel Sherrill2022-03-221-7/+25
* libdl/rtl-mdreloc-h8300.c: Remove remnant of h8300 portJoel Sherrill2021-10-081-212/+0
* 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