/src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
interception_win.cc | 614 size_t instruction_size = GetInstructionSize(address + cursor); local in function:__interception::RoundUpToInstrBoundary 615 if (!instruction_size) 617 cursor += instruction_size; 626 size_t instruction_size = GetInstructionSize(from + cursor, &rel_offset); local in function:__interception::CopyInstructions 628 (size_t)instruction_size); 638 cursor += instruction_size; 723 size_t instruction_size = GetInstructionSize(old_func); local in function:__interception::OverrideFunctionWithHotPatch 724 if (instruction_size < kShortJumpInstructionLength || 730 uptr trampoline_length = instruction_size + kDirectBranchLength; 734 if (!CopyInstructions(trampoline, old_func, instruction_size)) [all...] |
interception_win.cc | 614 size_t instruction_size = GetInstructionSize(address + cursor); local in function:__interception::RoundUpToInstrBoundary 615 if (!instruction_size) 617 cursor += instruction_size; 626 size_t instruction_size = GetInstructionSize(from + cursor, &rel_offset); local in function:__interception::CopyInstructions 628 (size_t)instruction_size); 638 cursor += instruction_size; 723 size_t instruction_size = GetInstructionSize(old_func); local in function:__interception::OverrideFunctionWithHotPatch 724 if (instruction_size < kShortJumpInstructionLength || 730 uptr trampoline_length = instruction_size + kDirectBranchLength; 734 if (!CopyInstructions(trampoline, old_func, instruction_size)) [all...] |
interception_win.cc | 614 size_t instruction_size = GetInstructionSize(address + cursor); local in function:__interception::RoundUpToInstrBoundary 615 if (!instruction_size) 617 cursor += instruction_size; 626 size_t instruction_size = GetInstructionSize(from + cursor, &rel_offset); local in function:__interception::CopyInstructions 628 (size_t)instruction_size); 638 cursor += instruction_size; 723 size_t instruction_size = GetInstructionSize(old_func); local in function:__interception::OverrideFunctionWithHotPatch 724 if (instruction_size < kShortJumpInstructionLength || 730 uptr trampoline_length = instruction_size + kDirectBranchLength; 734 if (!CopyInstructions(trampoline, old_func, instruction_size)) [all...] |
interception_win.cc | 614 size_t instruction_size = GetInstructionSize(address + cursor); local in function:__interception::RoundUpToInstrBoundary 615 if (!instruction_size) 617 cursor += instruction_size; 626 size_t instruction_size = GetInstructionSize(from + cursor, &rel_offset); local in function:__interception::CopyInstructions 628 (size_t)instruction_size); 638 cursor += instruction_size; 723 size_t instruction_size = GetInstructionSize(old_func); local in function:__interception::OverrideFunctionWithHotPatch 724 if (instruction_size < kShortJumpInstructionLength || 730 uptr trampoline_length = instruction_size + kDirectBranchLength; 734 if (!CopyInstructions(trampoline, old_func, instruction_size)) [all...] |