MCPcopy Create free account
hub / github.com/Kitware/CMake / SetErrorMessage

Method SetErrorMessage

Source/cmELF.cxx:168–172  ·  view source on GitHub ↗

Helper methods for subclasses.

Source from the content-addressed store, hash-verified

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;

Callers 4

LoadSectionHeaderMethod · 0.45
cmELFInternalImplMethod · 0.45
LoadDynamicSectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected