Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
void String::setType(StringType stringType)
43
{
44
type = stringType;
45
}
46
47
void String::setFileOffset(std::uint64_t stringFileOffset)
48
{
Callers
15
initStructures
Method · 0.45
initializeSections
Method · 0.45
loadSections
Method · 0.45
loadSymbols
Method · 0.45
loadRelocations
Method · 0.45
handleScatteredRelocation
Method · 0.45
handleRelocation
Method · 0.45
loadSection
Method · 0.45
loadSegment
Method · 0.45
segmentCommand
Method · 0.45
segment64Command
Method · 0.45
createRelocation
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected