llvm-project/compiler-rt/lib/asan/interception
Alexander Potapenko 83a689887e 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.

llvm-svn: 153249
2012-03-22 11:29:53 +00:00
..
mach_override Handle two-byte short jumps in the relocated code. 2012-03-22 11:29:53 +00:00
Makefile.mk AddressSanitizer: move mach_override inside interception library 2012-02-09 11:36:12 +00:00
interception.h [ASan] Add back the support for /MT; intercept statically-linked functions 2012-03-12 11:45:09 +00:00
interception_linux.cc Lint fix 2012-02-13 17:11:19 +00:00
interception_linux.h [ASan] Fix a wrong filename mentioned in a comment 2012-02-22 08:56:25 +00:00
interception_mac.cc AddressSanitizer: move mach_override inside interception library 2012-02-09 11:36:12 +00:00
interception_mac.h
interception_win.cc [ASan] Add back the support for /MT; intercept statically-linked functions 2012-03-12 11:45:09 +00:00
interception_win.h [ASan] Add back the support for /MT; intercept statically-linked functions 2012-03-12 11:45:09 +00:00