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

Class SymbolReference

include/recompiler/context.h:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177 };
178
179 struct SymbolReference {
180 // Reference symbol section index, or one of the special section indices such as SectionImport.
181 uint16_t section_index;
182 size_t symbol_index;
183 };
184
185 enum class ReplacementFlags : uint32_t {
186 Force = 1 << 0,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected