History log of /external/compiler-rt/lib/asan/interception/mach_override/mach_override.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d46c02a714abc1be3380619d946fc0f545d9e8a7 22-Mar-2012 Alexander Potapenko <glider@google.com> Handle two-byte short jumps in the relocated code.
After the instructions are moved to the branch island, fixupInstructions() expands every 2-byte ja/je instruction with a 1-byte offset into a 6-byte ja/je with 32-bit offset. The offset is fixed to point to the original function.



git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@153249 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/asan/interception/mach_override/mach_override.c
5967c3de18a658e052c07a2af69f02823115655b 09-Feb-2012 Alexey Samsonov <samsonov@google.com> AddressSanitizer: move mach_override inside interception library

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@150171 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/asan/interception/mach_override/mach_override.c