Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-01 | LibELF: Re-organize ELFDynamicObject::load and add PLT trampoline | Andrew Kaster | |
ELFDynamicObject::load looks a lot better with all the steps re-organized into helpers. Add plt_trampoline.S to handle PLT fixups for lazy loading. Add the needed trampoline-trampolines in ELFDynamicObject to get to the proper relocations and to return the symbol back to the assembly method to call into from the PLT once we return back to user code. |