summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-trampoline.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cpukit/libdl: Manual file header reordering (SPDX, Doxygen, Copyright)Joel Sherrill2022-03-221-24/+25
| | | | Updates #3053.
* cpukit/libdl Change license to BSD-2Joel Sherrill2022-03-221-3/+22
| | | | Updates #3053.
* libdl: Do not access the ELF file while the allocator is locked.Chris Johns2019-05-031-0/+94
- Load symbols before allocation. - Parse reloc records and place any reloc recs in a cache to use while the allocator is locked. - Relocate symbols after section allocation. - Split section loading into allocation/locating and loading. - Update all arch back-ends with a new reloc interface to control tramp handling. - Add `-a` and `-t` to the object list shell command. Closes #3741