Home
last modified time | relevance | path

Searched defs:instruction_size (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/interception/
H A Dinterception_win.cc612 size_t instruction_size = GetInstructionSize(address + cursor); in RoundUpToInstrBoundary() local
624 size_t instruction_size = GetInstructionSize(from + cursor, &rel_offset); in CopyInstructions() local
721 size_t instruction_size = GetInstructionSize(old_func); in OverrideFunctionWithHotPatch() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/interception/
H A Dinterception_win.cpp665 size_t instruction_size = GetInstructionSize(address + cursor); in RoundUpToInstrBoundary() local
677 size_t instruction_size = GetInstructionSize(from + cursor, &rel_offset); in CopyInstructions() local
774 size_t instruction_size = GetInstructionSize(old_func); in OverrideFunctionWithHotPatch() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/
H A Dinterception_win.cc614 size_t instruction_size = GetInstructionSize(address + cursor); in RoundUpToInstrBoundary() local
626 size_t instruction_size = GetInstructionSize(from + cursor, &rel_offset); in CopyInstructions() local
723 size_t instruction_size = GetInstructionSize(old_func); in OverrideFunctionWithHotPatch() local