| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected