Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
585
void Linker::SetFunctionPointerUpdater(void (*updater)(unsigned, unsigned))
586
{
587
fptrUpdater = updater;
588
}
589
void Linker::UpdateFunctionPointer(unsigned dest, unsigned source)
590
{
591
if(fptrUpdater)
Callers
1
ExecutorX86
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected