| 117 | }; |
| 118 | |
| 119 | struct ReferenceSymbol { |
| 120 | std::string name; |
| 121 | uint16_t section_index; |
| 122 | uint32_t section_offset; |
| 123 | bool is_function; |
| 124 | }; |
| 125 | |
| 126 | struct ElfParsingConfig { |
| 127 | std::string bss_section_suffix; |
nothing calls this directly
no outgoing calls
no test coverage detected