Home
last modified time | relevance | path

Searched refs:JMP_REL (Results 1 – 6 of 6) sorted by relevance

/dports/audio/mumble/mumble-1.3.3/3rdparty/minhook-src/src/
H A Dtrampoline.c98 JMP_REL jmp = { in CreateTrampolineFunction()
132 if (oldPos >= sizeof(JMP_REL)) in CreateTrampolineFunction()
196 && dest < ((ULONG_PTR)ct->pTarget + sizeof(JMP_REL))) in CreateTrampolineFunction()
230 && dest < ((ULONG_PTR)ct->pTarget + sizeof(JMP_REL))) in CreateTrampolineFunction()
291 if (oldPos < sizeof(JMP_REL) in CreateTrampolineFunction()
292 && !IsCodePadding((LPBYTE)ct->pTarget + oldPos, sizeof(JMP_REL) - oldPos)) in CreateTrampolineFunction()
302 if (!IsExecutableAddress((LPBYTE)ct->pTarget - sizeof(JMP_REL))) in CreateTrampolineFunction()
305 if (!IsCodePadding((LPBYTE)ct->pTarget - sizeof(JMP_REL), sizeof(JMP_REL))) in CreateTrampolineFunction()
H A Dhook.c167 if (pHook->patchAbove && ip == ((DWORD_PTR)pHook->pTarget - sizeof(JMP_REL))) in FindOldIP()
355 SIZE_T patchSize = sizeof(JMP_REL); in EnableHookLL()
360 pPatchTarget -= sizeof(JMP_REL); in EnableHookLL()
371 pJmp->operand = (UINT32)((LPBYTE)pHook->pDetour - (pPatchTarget + sizeof(JMP_REL))); in EnableHookLL()
377 pShortJmp->operand = (UINT8)(0 - (sizeof(JMP_REL_SHORT) + sizeof(JMP_REL))); in EnableHookLL()
383 memcpy(pPatchTarget, pHook->backup, sizeof(JMP_REL) + sizeof(JMP_REL_SHORT)); in EnableHookLL()
385 memcpy(pPatchTarget, pHook->backup, sizeof(JMP_REL)); in EnableHookLL()
581 (LPBYTE)pTarget - sizeof(JMP_REL), in MH_CreateHook()
582 sizeof(JMP_REL) + sizeof(JMP_REL_SHORT)); in MH_CreateHook()
586 memcpy(pHook->backup, pTarget, sizeof(JMP_REL)); in MH_CreateHook()
H A Dtrampoline.h47 } JMP_REL, *PJMP_REL, CALL_REL; typedef
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_cle.h88 #define JMP_REL 1 macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_cle.h88 #define JMP_REL 1 macro
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_cle.h88 #define JMP_REL 1 macro