/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 237 static const char *valgrind_lib = VG_LIBDIR; variable 357 /* Establish the correct VALGRIND_LIB. */ 358 cp = getenv(VALGRIND_LIB); 361 valgrind_lib = cp; 364 toolfile = malloc(strlen(valgrind_lib) + strlen(toolname) + strlen(platform) + 3); 367 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 | 97 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.in | 160 my $valgrind_lib = "$tests_dir/.in_place"; 209 $valgrind_lib = $1; 427 # by an "args:" line, though). Set both VALGRIND_LIB and 431 mysystem("VALGRIND_LIB=$valgrind_lib VALGRIND_LIB_INNER=$valgrind_lib "
|
/external/valgrind/main/perf/ |
vg_perf.in | 276 # Do the tool run(s). Set both VALGRIND_LIB and VALGRIND_LIB_INNER 282 . "VALGRIND_LIB=$vgdir/.in_place "
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
chromium.py | 218 self._copy_value_from_environ_if_set(clean_env, '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/coregrind/m_syswrap/ |
syswrap-generic.c | [all...] |
syswrap-darwin.c | [all...] |