hanchenye-llvm-project/compiler-rt/lib/interception/mach_override
Alexander Potapenko dff254c534 Fix compiler warnings: remove __attribute__((visibility)) for static functions, use unsigned char instead of char.
llvm-svn: 163707
2012-09-12 14:14:08 +00:00
..
LICENSE.TXT
Makefile.mk
README.txt
mach_override.c Fix compiler warnings: remove __attribute__((visibility)) for static functions, use unsigned char instead of char. 2012-09-12 14:14:08 +00:00
mach_override.h

README.txt

-- mach_override.c is taken from upstream version at
 https://github.com/rentzsch/mach_star/tree/f8e0c424b5be5cb641ded67c265e616157ae4bcf
-- Added debugging code under DEBUG_DISASM.
-- The files are guarded with #ifdef __APPLE__
-- some opcodes are added in order to parse the library functions on Lion
-- fixupInstructions() is extended to relocate relative calls, not only jumps
-- mach_override_ptr is renamed to __asan_mach_override_ptr and
 other functions are marked as hidden.