MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxReferenceLinkerSymbol

Function fxReferenceLinkerSymbol

xs/tools/xslBase.c:672–676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670}
671
672void fxReferenceLinkerSymbol(txLinker* linker, txID id)
673{
674 txLinkerSymbol* linkerSymbol = linker->symbolArray[id];
675 linkerSymbol->flag |= 1;
676}
677
678void fxRemapCode(txLinker* linker, txLinkerScript* script)
679{

Callers 1

fxMapCodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected