| 26 | }; |
| 27 | |
| 28 | struct SectionHeaderV1 { |
| 29 | uint32_t flags; |
| 30 | uint32_t file_offset; |
| 31 | uint32_t vram; |
| 32 | uint32_t rom_size; |
| 33 | uint32_t bss_size; |
| 34 | uint32_t num_funcs; |
| 35 | uint32_t num_relocs; |
| 36 | }; |
| 37 | |
| 38 | struct FuncV1 { |
| 39 | uint32_t section_offset; |
nothing calls this directly
no outgoing calls
no test coverage detected