HomeSort by relevance Sort by last modified time
    Searched defs:I_WRAP_SONAME_FNNAME_ZZ (Results 1 - 5 of 5) sorted by null

  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 850 void I_WRAP_SONAME_FNNAME_ZZ(NONE, StopForDebuggerInit) (void *arg);
851 void I_WRAP_SONAME_FNNAME_ZZ(NONE, StopForDebuggerInit) (void *arg) {
859 int I_WRAP_SONAME_FNNAME_ZZ(NONE, GioMemoryFileSnapshotCtor) (void *a, char *file);
860 int I_WRAP_SONAME_FNNAME_ZZ(NONE, GioMemoryFileSnapshotCtor) (void *a, char *file) {
    [all...]
  /external/v8/src/third_party/valgrind/
valgrind.h 588 #define I_WRAP_SONAME_FNNAME_ZZ(soname,fnname) \
    [all...]
  /external/valgrind/dynamic_annotations/third_party/valgrind/
valgrind.h 669 #define I_WRAP_SONAME_FNNAME_ZZ(soname,fnname) \
    [all...]
  /external/valgrind/main/include/
valgrind.h     [all...]
  /external/valgrind/tsan/
ts_valgrind_intercepts.c 92 ret_ty I_WRAP_SONAME_FNNAME_ZZ(VG_Z_LIBPTHREAD_SONAME,f)(args); \
93 ret_ty I_WRAP_SONAME_FNNAME_ZZ(VG_Z_LIBPTHREAD_SONAME,f)(args)
96 ret_ty I_WRAP_SONAME_FNNAME_ZZ(NONE,f)(args); \
97 ret_ty I_WRAP_SONAME_FNNAME_ZZ(NONE,f)(args)
100 ret_ty I_WRAP_SONAME_FNNAME_ZZ(VG_Z_LIBC_SONAME,f)(args); \
101 ret_ty I_WRAP_SONAME_FNNAME_ZZ(VG_Z_LIBC_SONAME,f)(args)
105 ret_ty I_WRAP_SONAME_FNNAME_ZZ(VG_Z_LIBSTDCXX_SONAME,f)(args); \
106 ret_ty I_WRAP_SONAME_FNNAME_ZZ(VG_Z_LIBSTDCXX_SONAME,f)(args)
473 void I_WRAP_SONAME_FNNAME_ZZ(soname,fnname) (void *ptr); \
474 void I_WRAP_SONAME_FNNAME_ZZ(soname,fnname) (void *ptr) {
    [all...]

Completed in 231 milliseconds