MCPcopy Create free account
hub / github.com/D7EAD/mkPIVM / DataFixup

Class DataFixup

include/mkpivm/bytecode.h:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 struct DataFixup { std::size_t patch_pos; std::uint64_t va; };
77 const std::vector<DataFixup>& data_fixups() const noexcept { return data_fixups_; }
78
79 // placeholder u32 the packager fills with the offset of the trampoline

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected