mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
loader: use interpreter if possible
fixed end address alignment fixed loading elfs without sceDynlibData pass phdr address to interpreter cleanup
This commit is contained in:
parent
797f70268f
commit
f09d3151ff
4 changed files with 202 additions and 260 deletions
|
|
@ -103,6 +103,7 @@ struct Module final {
|
|||
|
||||
bool isTlsDone = false;
|
||||
|
||||
utils::kstring interp;
|
||||
utils::kvector<Symbol> symbols;
|
||||
utils::kvector<Relocation> pltRelocations;
|
||||
utils::kvector<Relocation> nonPltRelocations;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue