MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / FileSubHeaderV1

Class FileSubHeaderV1

src/mod_symbols.cpp:10–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8};
9
10struct FileSubHeaderV1 {
11 uint32_t num_sections;
12 uint32_t num_dependencies;
13 uint32_t num_imports;
14 uint32_t num_dependency_events;
15 uint32_t num_replacements;
16 uint32_t num_exports;
17 uint32_t num_callbacks;
18 uint32_t num_provided_events;
19 uint32_t num_hooks;
20 uint32_t string_data_size;
21};
22
23enum class SectionFlags : uint32_t {
24 FixedAddress = 1 << 0,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected