OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VALGRIND_LAUNCHER
(Results
1 - 7
of
7
) sorted by null
/external/valgrind/main/coregrind/
pub_core_libcproc.h
65
# define
VALGRIND_LAUNCHER
"VALGRIND_LAUNCHER_INNER"
67
# define
VALGRIND_LAUNCHER
"
VALGRIND_LAUNCHER
"
launcher-linux.c
42
#include "pub_core_libcproc.h" // For VALGRIND_LIB,
VALGRIND_LAUNCHER
328
continue with an empty string for
VALGRIND_LAUNCHER
. In the
337
/* tediously augment the env:
VALGRIND_LAUNCHER
=launcher_name */
338
new_line = malloc(strlen(
VALGRIND_LAUNCHER
) + 1
342
strcpy(new_line,
VALGRIND_LAUNCHER
);
launcher-darwin.c
54
#include "pub_core_libcproc.h" // For VALGRIND_LIB,
VALGRIND_LAUNCHER
370
/* tediously augment the env:
VALGRIND_LAUNCHER
=launcher_name */
371
asprintf(&new_line,
VALGRIND_LAUNCHER
"=%s", launcher_name);
m_libcproc.c
268
// Remove
VALGRIND_LAUNCHER
variable.
269
VG_(env_unsetenv)(envp,
VALGRIND_LAUNCHER
);
m_main.c
[
all
...]
/external/valgrind/main/coregrind/m_initimg/
initimg-darwin.c
106
Also, remove any binding for
VALGRIND_LAUNCHER
=. The client should
123
HChar* v_launcher =
VALGRIND_LAUNCHER
"=";
232
/* Find and remove a binding for
VALGRIND_LAUNCHER
. */
initimg-linux.c
121
Also, remove any binding for
VALGRIND_LAUNCHER
=. The client should
131
HChar* v_launcher =
VALGRIND_LAUNCHER
"=";
228
/* Find and remove a binding for
VALGRIND_LAUNCHER
. */
[
all
...]
Completed in 1116 milliseconds