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

Class Reloc

include/recompiler/context.h:67–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 };
66
67 struct Reloc {
68 uint32_t address;
69 uint32_t target_section_offset;
70 uint32_t symbol_index; // Only used for reference symbols and special section symbols
71 uint16_t target_section;
72 RelocType type;
73 bool reference_symbol;
74 };
75
76 // Special section indices.
77 constexpr uint16_t SectionAbsolute = (uint16_t)-2;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected