| 177 | }; |
| 178 | |
| 179 | struct SymbolReference { |
| 180 | // Reference symbol section index, or one of the special section indices such as SectionImport. |
| 181 | uint16_t section_index; |
| 182 | size_t symbol_index; |
| 183 | }; |
| 184 | |
| 185 | enum class ReplacementFlags : uint32_t { |
| 186 | Force = 1 << 0, |
nothing calls this directly
no outgoing calls
no test coverage detected