OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:args_for_valgrind
(Results
1 - 6
of
6
) sorted by null
/external/valgrind/main/include/
pub_tool_clientstate.h
55
extern XArray* /* of HChar* */ VG_(
args_for_valgrind
);
57
/* Number of leading args in VG_(
args_for_valgrind
) not to pass on at
/external/valgrind/main/coregrind/
m_commandline.c
92
// Add args from a string into VG_(
args_for_valgrind
), splitting the
108
add_string( VG_(
args_for_valgrind
), tmp );
114
park them in VG_(args_for_client) and VG_(
args_for_valgrind
).
146
are copied into VG_(
args_for_valgrind
).
148
VG_(
args_for_valgrind
) is made empty.
150
Finally, tmp_xarray is copied onto the end of VG_(
args_for_valgrind
).
170
vg_assert( ! VG_(
args_for_valgrind
) );
171
VG_(
args_for_valgrind
)
174
vg_assert( VG_(
args_for_valgrind
) );
211
./.valgrindrc into VG_(
args_for_valgrind
). *
[
all
...]
m_clientstate.c
75
XArray* /* of HChar* */ VG_(
args_for_valgrind
) = NULL;
variable
m_main.c
319
/* Peer at previously set up VG_(
args_for_valgrind
) and do some
340
vg_assert( VG_(
args_for_valgrind
) );
343
for (i = 0; i < VG_(sizeXA)( VG_(
args_for_valgrind
) ); i++) {
345
str = * (HChar**) VG_(indexXA)( VG_(
args_for_valgrind
), i );
435
vg_assert( VG_(
args_for_valgrind
) );
439
for (i = 0; i < VG_(sizeXA)( VG_(
args_for_valgrind
) ); i++) {
441
HChar* arg = * (HChar**) VG_(indexXA)( VG_(
args_for_valgrind
), i );
[
all
...]
/external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c
[
all
...]
syswrap-darwin.c
[
all
...]
Completed in 73 milliseconds