Home
last modified time | relevance | path

Searched refs:mJumpAddress (Results 1 – 2 of 2) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/build/
H A DnsWindowsDllInterceptor.h547 : mHookOffset(0), mJumpAddress(0), mType(JumpType::Jmp) in JumpPatch()
552 : mHookOffset(aOffset), mJumpAddress(aAddress), mType(aType) in mHookOffset()
560 mJumpAddress = aAbsJumpAddress;
580 *reinterpret_cast<int64_t*>(aCode + offset + 2 + 4) = mJumpAddress; in GenerateJump()
587 return !!mJumpAddress; in HasJumpPatch()
591 intptr_t mJumpAddress; member
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/build/
H A DnsWindowsDllInterceptor.h571 JumpPatch() : mHookOffset(0), mJumpAddress(0), mType(JumpType::Jmp) {} in JumpPatch()
574 : mHookOffset(aOffset), mJumpAddress(aAddress), mType(aType) {} in mHookOffset()
600 *reinterpret_cast<int64_t*>(aCode + offset + 2 + 4 + 2) = mJumpAddress; in GenerateJump()
608 *reinterpret_cast<int64_t*>(aCode + offset + 2 + 4) = mJumpAddress; in GenerateJump()
614 intptr_t mJumpAddress; member