| 172 | }; |
| 173 | |
| 174 | struct Callback { |
| 175 | size_t function_index; |
| 176 | size_t dependency_event_index; |
| 177 | }; |
| 178 | |
| 179 | struct SymbolReference { |
| 180 | // Reference symbol section index, or one of the special section indices such as SectionImport. |
nothing calls this directly
no outgoing calls
no test coverage detected