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

Method SetFunctionPointerUpdater

NULLC/Linker.cpp:585–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583}
584
585void Linker::SetFunctionPointerUpdater(void (*updater)(unsigned, unsigned))
586{
587 fptrUpdater = updater;
588}
589void Linker::UpdateFunctionPointer(unsigned dest, unsigned source)
590{
591 if(fptrUpdater)

Callers 1

ExecutorX86Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected