Home | History | Annotate | only in /external/compiler-rt/lib/interception/mach_override
Up to higher level directory
NameDateSize
LICENSE.TXT13-Nov-2012144
mach_override.c13-Nov-201231.6K
mach_override.h13-Nov-20125.9K
Makefile.mk13-Nov-2012689
README.txt13-Nov-2012485

README.txt

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