I am trying to call this
status = Ipc_control (ProcesserID, Ipc_CONTROLCMD_LOADCALLBACK, NULL);
But the syslink.ko told me
ElfLoader_getSymbolAddress: symName [_Ipc_ResetVector]
I looked into my .map file of the file I loaded, the _Ipc_ResetVector is there.
So what is the matter?