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

Class ReferenceSymbol

include/recompiler/context.h:119–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 };
118
119 struct ReferenceSymbol {
120 std::string name;
121 uint16_t section_index;
122 uint32_t section_offset;
123 bool is_function;
124 };
125
126 struct ElfParsingConfig {
127 std::string bss_section_suffix;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected