MCPcopy Create free account
hub / github.com/RPCS3/rpcs3 / Load

Method Load

rpcs3/Crypto/unself.cpp:192–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190
191
192void program_identification_header::Load(const fs::file& f)
193{
194 program_authority_id = Read64(f);
195 program_vendor_id = Read32(f);
196 program_type = Read32(f);
197 program_sceversion = Read64(f);
198 padding = Read64(f);
199}
200
201void program_identification_header::Show() const
202{

Callers 3

LoadHeadersMethod · 0.45
LoadMetadataMethod · 0.45
IsSelfElf32Function · 0.45

Calls 8

Read64Function · 0.85
Read32Function · 0.85
Read8Function · 0.85
Read64LEFunction · 0.85
Read16LEFunction · 0.85
Read32LEFunction · 0.85
Read16Function · 0.85
readMethod · 0.45

Tested by

no test coverage detected