Searched refs:offDispl (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DPATMInternal.h204 uint32_t offDispl; member in struct:__anon16934
/vbox/src/VBox/VMM/VMMR3/
H A DPATMPatch.cpp140 pRec->offDispl = offset;
H A DPATM.cpp1235 displ = pBranchTargetGC - (pInstrGC + pRec->offDispl + sizeof(RTRCPTR));
1236 *(RTRCPTR *)(pRec->pJumpHC + pRec->offDispl) = displ;
1237 Log(("Set branch target %d to %08X : %08x - (%08x + %d + %d)\n", nrJumpRecs, displ, pBranchTargetGC, pInstrGC, pRec->offDispl, sizeof(RTRCPTR)));

Completed in 68 milliseconds