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

Class SectionHeaderV1

src/mod_symbols.cpp:28–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26};
27
28struct SectionHeaderV1 {
29 uint32_t flags;
30 uint32_t file_offset;
31 uint32_t vram;
32 uint32_t rom_size;
33 uint32_t bss_size;
34 uint32_t num_funcs;
35 uint32_t num_relocs;
36};
37
38struct FuncV1 {
39 uint32_t section_offset;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected