HomeSort by relevance Sort by last modified time
    Searched full:valgrind_lib (Results 1 - 20 of 20) sorted by null

  /external/valgrind/main/
vg-in-place 27 # We set both VALGRIND_LIB and VALGRIND_LIB_INNER to handle normal and
29 VALGRIND_LIB="$vgbasedir/.in_place" \
README_DEVELOPERS 5 with the VALGRIND_LIB environment variable set, where <dir> is the root
8 VALGRIND_LIB=~/grind/head4/.in_place ~/grind/head4/coregrind/valgrind
  /external/valgrind/main/coregrind/
launcher-darwin.c 54 #include "pub_core_libcproc.h" // For VALGRIND_LIB, VALGRIND_LAUNCHER
198 static const char *valgrind_lib; variable
276 /* Establish the correct VALGRIND_LIB. */
278 cp = getenv(VALGRIND_LIB);
279 valgrind_lib = ( cp == NULL ? VG_LIBDIR : cp );
280 VG_(debugLog)(1, "launcher", "valgrind_lib = %s\n", valgrind_lib);
287 asprintf(&vgpreload_core, "%s/vgpreload_core-%s-darwin.so", valgrind_lib, valid_archs[i].valgrind_name);
410 asprintf(&toolfile, "%s/%s-%s-darwin", valgrind_lib, toolname, arch);
pub_core_libcproc.h 48 # define VALGRIND_LIB "VALGRIND_LIB_INNER"
50 # define VALGRIND_LIB "VALGRIND_LIB"
launcher-linux.c 42 #include "pub_core_libcproc.h" // For VALGRIND_LIB, VALGRIND_LAUNCHER
263 static const char *valgrind_lib = VG_LIBDIR; variable
385 /* Establish the correct VALGRIND_LIB. */
386 cp = getenv(VALGRIND_LIB);
389 valgrind_lib = cp;
392 toolfile = malloc(strlen(valgrind_lib) + strlen(toolname) + strlen(platform) + 3);
395 sprintf(toolfile, "%s/%s-%s", valgrind_lib, toolname, platform);
m_redir.c 434 inner VALGRIND_LIB directory.
444 is from the inner VALGRIND_LIB.
446 as vg-in-place defines a VALGRIND_LIB with symlinks
461 /* If we find newdi_basename in inner VALGRIND_LIB
468 /* <inner VALGRIND_LIB>/newdi_basename is an existing file
    [all...]
m_main.c     [all...]
  /external/chromium_org/tools/valgrind/
chrome_tests.sh 64 export VALGRIND_LIB="$CHROME_VALGRIND/lib/valgrind"
valgrind.sh 87 export VALGRIND_LIB="$CHROME_VALGRIND/lib/valgrind"
  /external/chromium_org/third_party/libyuv/tools/valgrind-libyuv/
libyuv_tests.sh 79 export VALGRIND_LIB="$CHROME_VALGRIND/lib/valgrind"
  /external/valgrind/main/docs/internals/
Darwin-notes.txt 74 settings VALGRIND_LIB and VALGRIND_LIB_INNER, but not for the
  /external/valgrind/main/tests/
vg_regtest 171 my $valgrind_lib = "$tests_dir/.in_place";
226 $valgrind_lib = $1;
463 mysystem( "VALGRIND_LIB_INNER=$valgrind_lib "
473 # Set both VALGRIND_LIB and VALGRIND_LIB_INNER in case this Valgrind
475 mysystem( "VALGRIND_LIB=$valgrind_lib VALGRIND_LIB_INNER=$valgrind_lib "
vg_regtest.in 171 my $valgrind_lib = "$tests_dir/.in_place";
226 $valgrind_lib = $1;
463 mysystem( "VALGRIND_LIB_INNER=$valgrind_lib "
473 # Set both VALGRIND_LIB and VALGRIND_LIB_INNER in case this Valgrind
475 mysystem( "VALGRIND_LIB=$valgrind_lib VALGRIND_LIB_INNER=$valgrind_lib "
  /external/valgrind/main/coregrind/m_initimg/
initimg-darwin.c 100 DYLD_INSERT_LIBRARIES=$VALGRIND_LIB/vgpreload_core-PLATFORM.so:
101 ($VALGRIND_LIB/vgpreload_TOOL-PLATFORM.so:)?
initimg-linux.c 115 LD_PRELOAD=$VALGRIND_LIB/vgpreload_core-PLATFORM.so:
116 ($VALGRIND_LIB/vgpreload_TOOL-PLATFORM.so:)?
    [all...]
  /external/valgrind/main/perf/
vg_perf 358 # Set both VALGRIND_LIB and VALGRIND_LIB_INNER
363 . "VALGRIND_LIB=$vgdir/.in_place "
vg_perf.in 358 # Set both VALGRIND_LIB and VALGRIND_LIB_INNER
363 . "VALGRIND_LIB=$vgdir/.in_place "
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c     [all...]
syswrap-darwin.c     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
base.py     [all...]

Completed in 760 milliseconds