Helper methods for subclasses.
| 166 | |
| 167 | // Helper methods for subclasses. |
| 168 | void SetErrorMessage(char const* msg) |
| 169 | { |
| 170 | this->External->ErrorMessage = msg; |
| 171 | this->ELFType = cmELF::FileTypeInvalid; |
| 172 | } |
| 173 | |
| 174 | // Store string table entry states. |
| 175 | std::map<unsigned int, StringEntry> DynamicSectionStrings; |
no outgoing calls
no test coverage detected