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

Class ReferenceSection

include/recompiler/context.h:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 };
111
112 struct ReferenceSection {
113 uint32_t rom_addr;
114 uint32_t ram_addr;
115 uint32_t size;
116 bool relocatable;
117 };
118
119 struct ReferenceSymbol {
120 std::string name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected