Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ LoadHeaders
Method
LoadHeaders
pcsx2/Elfheader.cpp:344–351 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
342
}
343
344
void ElfObject::LoadHeaders()
345
{
346
if (isPSXElf)
347
return;
348
349
LoadProgramHeaders();
350
LoadSectionHeaders();
351
}
Callers
1
UpdateELFInfo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected