| 110 | }; |
| 111 | |
| 112 | struct ReferenceSection { |
| 113 | uint32_t rom_addr; |
| 114 | uint32_t ram_addr; |
| 115 | uint32_t size; |
| 116 | bool relocatable; |
| 117 | }; |
| 118 | |
| 119 | struct ReferenceSymbol { |
| 120 | std::string name; |
nothing calls this directly
no outgoing calls
no test coverage detected