MCPcopy Create free account
hub / github.com/avast/retdec / setType

Method setType

src/fileformat/types/strings/string.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void String::setType(StringType stringType)
43{
44 type = stringType;
45}
46
47void String::setFileOffset(std::uint64_t stringFileOffset)
48{

Callers 15

initStructuresMethod · 0.45
initializeSectionsMethod · 0.45
loadSectionsMethod · 0.45
loadSymbolsMethod · 0.45
loadRelocationsMethod · 0.45
handleRelocationMethod · 0.45
loadSectionMethod · 0.45
loadSegmentMethod · 0.45
segmentCommandMethod · 0.45
segment64CommandMethod · 0.45
createRelocationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected