| 36 | }; |
| 37 | |
| 38 | struct FuncV1 { |
| 39 | uint32_t section_offset; |
| 40 | uint32_t size; |
| 41 | }; |
| 42 | |
| 43 | // Local section flag, if set then the reloc is pointing to a section within the mod and the vrom is the section index. |
| 44 | constexpr uint32_t SectionSelfVromFlagV1 = 0x80000000; |
nothing calls this directly
no outgoing calls
no test coverage detected