Home
last modified time | relevance | path

Searched refs:relocated_offset (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/interception/
H A Dinterception_win.cc629 uptr relocated_offset = *(u32*)(to + cursor + rel_offset) - delta; in CopyInstructions() local
631 if (relocated_offset + 0x80000000U >= 0xFFFFFFFFU) in CopyInstructions()
634 *(u32*)(to + cursor + rel_offset) = relocated_offset; in CopyInstructions()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/interception/
H A Dinterception_win.cpp682 uptr relocated_offset = *(u32*)(to + cursor + rel_offset) - delta; in CopyInstructions() local
684 if (relocated_offset + 0x80000000U >= 0xFFFFFFFFU) in CopyInstructions()
687 *(u32*)(to + cursor + rel_offset) = relocated_offset; in CopyInstructions()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/
H A Dinterception_win.cc631 uptr relocated_offset = *(u32*)(to + cursor + rel_offset) - delta; in CopyInstructions() local
633 if (relocated_offset + 0x80000000U >= 0xFFFFFFFFU) in CopyInstructions()
636 *(u32*)(to + cursor + rel_offset) = relocated_offset; in CopyInstructions()