• Home
  • Raw
  • Download

Lines Matching defs:offset

304 void AssemblerX64::EmitJmp(int32_t offset)  in EmitJmp()
318 void AssemblerX64::EmitJa(int32_t offset) in EmitJa()
334 void AssemblerX64::EmitJb(int32_t offset) in EmitJb()
350 void AssemblerX64::EmitJz(int32_t offset) in EmitJz()
366 void AssemblerX64::EmitJne(int32_t offset) in EmitJne()
382 void AssemblerX64::EmitJbe(int32_t offset) in EmitJbe()
398 void AssemblerX64::EmitJnz(int32_t offset) in EmitJnz()
414 void AssemblerX64::EmitJle(int32_t offset) in EmitJle()
430 void AssemblerX64::EmitJae(int32_t offset) in EmitJae()
446 void AssemblerX64::EmitJg(int32_t offset) in EmitJg()
462 void AssemblerX64::EmitJge(int32_t offset) in EmitJge()
478 void AssemblerX64::EmitJe(int32_t offset) in EmitJe()
494 void AssemblerX64::EmitCall(int32_t offset) in EmitCall()
502 void AssemblerX64::EmitJnb(int32_t offset) in EmitJnb()
531 int32_t offset = static_cast<int32_t>(target->GetPos() - GetCurrentPosition()); in Callq() local
557 int32_t offset = static_cast<int32_t>(target->GetPos() - GetCurrentPosition()); in Jmp() local
595 void AssemblerX64::Jmp(Immediate offset) in Jmp()
611 int32_t offset = static_cast<int32_t>(target->GetPos() - GetCurrentPosition()); in Ja() local
643 int32_t offset = static_cast<int32_t>(target->GetPos() - GetCurrentPosition()); in Jb() local
674 int32_t offset = static_cast<int32_t>(target->GetPos() - GetCurrentPosition()); in Jz() local
706 int32_t offset = static_cast<int32_t>(target->GetPos() - GetCurrentPosition()); in Je() local
910 int32_t offset = static_cast<int32_t>(target->GetPos() - GetCurrentPosition()); in Jne() local
950 int32_t offset = static_cast<int32_t>(target->GetPos() - GetCurrentPosition()); in Jbe() local
1104 int32_t offset = static_cast<int32_t>(target->GetPos() - GetCurrentPosition()); in Jnz() local
1136 int32_t offset = static_cast<int32_t>(target->GetPos() - GetCurrentPosition()); in Jle() local
1168 int32_t offset = static_cast<int32_t>(target->GetPos() - GetCurrentPosition()); in Jae() local
1200 int32_t offset = static_cast<int32_t>(target->GetPos() - GetCurrentPosition()); in Jg() local
1232 int32_t offset = static_cast<int32_t>(target->GetPos() - GetCurrentPosition()); in Jge() local
1337 int32_t offset = static_cast<int32_t>(target->GetPos() - GetCurrentPosition()); in Jnb() local