Home
last modified time | relevance | path

Searched refs:funcoffset (Results 1 – 15 of 15) sorted by relevance

/dports/audio/mumble/mumble-1.3.3/overlay/
H A DHardHook_minhook.cpp71 void HardHook::setupInterface(IUnknown *unkn, LONG funcoffset, voidFunc replacement) { in setupInterface() argument
72 fods("HardHook: setupInterface: Replacing %p function #%ld", unkn, funcoffset); in setupInterface()
75 setup(reinterpret_cast<voidFunc>(ptr[funcoffset]), replacement); in setupInterface()
H A DHardHook_x86.cpp277 void HardHook::setupInterface(IUnknown *unkn, LONG funcoffset, voidFunc replacement) { in setupInterface() argument
278 fods("HardHook: setupInterface: Replacing %p function #%ld", unkn, funcoffset); in setupInterface()
281 setup(reinterpret_cast<voidFunc>(ptr[funcoffset]), replacement); in setupInterface()
H A DHardHook_minhook.h32 void setupInterface(IUnknown *intf, LONG funcoffset, voidFunc replacement);
H A DHardHook_x86.h45 void setupInterface(IUnknown *intf, LONG funcoffset, voidFunc replacement);
/dports/audio/murmur/mumble-1.3.3/overlay/
H A DHardHook_minhook.cpp71 void HardHook::setupInterface(IUnknown *unkn, LONG funcoffset, voidFunc replacement) { in setupInterface() argument
72 fods("HardHook: setupInterface: Replacing %p function #%ld", unkn, funcoffset); in setupInterface()
75 setup(reinterpret_cast<voidFunc>(ptr[funcoffset]), replacement); in setupInterface()
H A DHardHook_x86.cpp277 void HardHook::setupInterface(IUnknown *unkn, LONG funcoffset, voidFunc replacement) { in setupInterface() argument
278 fods("HardHook: setupInterface: Replacing %p function #%ld", unkn, funcoffset); in setupInterface()
281 setup(reinterpret_cast<voidFunc>(ptr[funcoffset]), replacement); in setupInterface()
H A DHardHook_minhook.h32 void setupInterface(IUnknown *intf, LONG funcoffset, voidFunc replacement);
H A DHardHook_x86.h45 void setupInterface(IUnknown *intf, LONG funcoffset, voidFunc replacement);
/dports/net/dgd/dgd-1.4.23/src/comp/
H A Dcsupport.c68 inh->funcoffset = pcinh->funcoffset; in pc_inherits()
83 inh->funcoffset = pcinh->funcoffset; in pc_inherits()
364 uindex funcoffset; /* function offset */ member
470 inh->funcoffset = inh2->funcoffset; in pc_dump()
595 dinh->funcoffset != inh->funcoffset || in inh1cmp()
615 dinh->funcoffset != inh->funcoffset || in inh2cmp()
H A Dcsupport.h23 uindex funcoffset; /* function call offset */ member
H A Dcontrol.c954 new->funcoffset = nifcalls; in ctrl_create()
955 n = ctrl->nfuncalls - ctrl->inherits[i].funcoffset; in ctrl_create()
976 new->funcoffset = nifcalls; in ctrl_create()
1746 ofc = d_get_funcalls(ctrl) + 2L * ctrl->inherits[j].funcoffset; in ctrl_mkfcalls()
1747 for (n = ctrl->nfuncalls - ctrl->inherits[j].funcoffset; n > 0; --n) in ctrl_mkfcalls()
H A Dcomp.c80 ctrl->inherits[i].funcoffset, in dump_inherits()
/dports/net/dgd/dgd-1.4.23/src/
H A Ddata.h27 uindex funcoffset; /* function call offset */ member
H A Dsdata.c138 uindex funcoffset; /* function call offset */ member
147 uindex funcoffset; /* function call offset */ member
561 inherits->funcoffset = sinherits->funcoffset; in load_control()
1669 sinherits->funcoffset = inherits->funcoffset; in d_save_control()
2726 inherits->funcoffset = osinherits->funcoffset; in d_conv_control()
2740 inherits->funcoffset = sinherits->funcoffset; in d_conv_control()
H A Dinterpret.c2785 f.foffset = f.ctrl->inherits[p_ctrli].funcoffset; in i_funcall()