MCPcopy Create free account
hub / github.com/WheretIB/nullc / Linker

Method Linker

NULLC/Linker.cpp:14–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#endif
13
14Linker::Linker(): exTypes(128), exTypeExtra(256), exVariables(128), exFunctions(256), exSymbols(8192), exLocals(1024), jumpTargets(1024)
15{
16 globalVarSize = 0;
17 offsetToGlobalCode = 0;
18
19 typeMap.init();
20 funcMap.init();
21
22 fptrUpdater = NULL;
23
24 NULLC::SetLinker(this);
25}
26
27Linker::~Linker()
28{

Callers

nothing calls this directly

Calls 1

initMethod · 0.80

Tested by

no test coverage detected