Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eld
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
or1k
eld
Graph
1d6035df9962b1159af6d3bafcfa22e997eba6b5
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
15
May
22
Apr
13
Jan
12
28
Aug
24
Jun
21
19
9
5
4
14
May
13
15
Apr
Added multilib support.
master
master
Install generated 'dl.h'.
Generate 'dl.h' with harcoded prefix.
Fix some improper format string placeholders
Let the dl* prefix affect also dl.h
Add support to prefix dl* functions
Add support for using a custom library base while applying relocations
Fix some relocations mostly used in non-PIC shared objects
Draft support for local symbols
Add support for custom malloc to load the ELF
Expand README.md with some examples
Add install step
Add support for little endian targets
Add documentation
Remove eld_{init,finish} from dl.h
Link libmy against the loader's executable
Feed libraries to the test executable through stdin
libmy: use functions from the main executable
Add stub for UART version in CMakeLists.txt
Check a library is registered before removing it from the list
Call init and fini functions only on shared objects
Update TODO
Call finalization function upon shared object unloading
Test dlsym with non-function symbol
Split the project in multiple translation units
Source reorganization before splitting in multiple files
Print some debug info around the init function call
Fix for Clang warning: Elf_Addr is not a pointer, don't use NULL
Additional TODOs
Move OR1K relocations in elf.h
Disable GCC-specific warnings only if using GCC
Improve CMakeLists.txt organization
Add libyour.so and reorganize libmy.c
Implement dlsym() and some improvements to sister functions
Fix bug in memory allocation and freeing
Initialize result variable in eld_elf_hash
Cleanup, new TODOs and minor fixes to make the compiler happy
Import elf.h
Update compiler and linker flags and fix a dependency issue
Added debug information and safety checks
Loading