HomeSort by relevance Sort by last modified time
    Searched refs:WRAPPER_NAME (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/tools/gyp/test/mac/type_envvars/
test_nonbundle_executable.sh 17 [[ ! $WRAPPER_NAME && ${WRAPPER_NAME-_} ]]
test_nonbundle_loadable_module.sh 15 [[ ! $WRAPPER_NAME && ${WRAPPER_NAME-_} ]]
test_nonbundle_none.sh 16 [[ ! $WRAPPER_NAME && ${WRAPPER_NAME-_} ]]
test_nonbundle_shared_library.sh 15 [[ ! $WRAPPER_NAME && ${WRAPPER_NAME-_} ]]
test_nonbundle_static_library.sh 15 [[ ! $WRAPPER_NAME && ${WRAPPER_NAME-_} ]]
test_bundle_executable.sh 15 test "${WRAPPER_NAME}" = "My App.app"
test_bundle_loadable_module.sh 16 test $WRAPPER_NAME = bundle_loadable_module.bundle
test_bundle_shared_library.sh 16 test $WRAPPER_NAME = bundle_shared_library.framework
  /external/compiler-rt/lib/interception/
interception.h 112 #define INTERPOSER_2(func_name, wrapper_name) __attribute__((used)) \
115 { reinterpret_cast<const uptr>(wrapper_name), \
120 # define WRAPPER_NAME(x) "wrap_"#x
127 # define WRAPPER_NAME(x) #x
131 # define WRAPPER_NAME(x) "__asan_wrap_"#x
140 # define WRAPPER_NAME(x) "__interceptor_" #x
150 # define WRAPPER_NAME(x) "__interceptor_" #x
  /external/chromium_org/build/android/pylib/
valgrind_tools.py 96 WRAPPER_NAME = '/system/bin/asanwrapper'
126 return AddressSanitizerTool.WRAPPER_NAME
  /external/compiler-rt/lib/lsan/
lsan_interceptors.cc 161 INTERCEPTOR(void, cfree, void *p) ALIAS(WRAPPER_NAME(free));
195 ALIAS(WRAPPER_NAME(memalign));
  /external/compiler-rt/lib/asan/
asan_dll_thunk.cc 95 INTERCEPT_WHEN_POSSIBLE(WRAPPER_NAME(name), name)
asan_interceptors.cc 449 ALIAS(WRAPPER_NAME(strchr));

Completed in 188 milliseconds