OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:args_for_client
(Results
1 - 11
of
11
) sorted by null
/external/valgrind/include/
pub_tool_clientstate.h
44
extern XArray* /* of HChar* */ VG_(
args_for_client
);
/external/valgrind/coregrind/
m_clientstate.c
85
XArray* /* of HChar* */ VG_(
args_for_client
) = NULL;
variable
m_commandline.c
116
park them in VG_(
args_for_client
) and VG_(args_for_valgrind).
176
vg_assert( ! VG_(
args_for_client
) );
177
VG_(
args_for_client
)
206
add_string( VG_(
args_for_client
), argv[i] );
m_main.c
[
all
...]
m_libcproc.c
335
for (i = 0; i < VG_(sizeXA)(VG_(
args_for_client
)); i++) {
339
HChar *arg = *(HChar **) VG_(indexXA)(VG_(
args_for_client
), i);
[
all
...]
/external/valgrind/coregrind/m_initimg/
initimg-darwin.c
331
vg_assert( VG_(
args_for_client
) );
354
for (i = 0; i < VG_(sizeXA)( VG_(
args_for_client
) ); i++) {
357
VG_(indexXA)( VG_(
args_for_client
), i ))
442
for (i = 0; i < VG_(sizeXA)( VG_(
args_for_client
) ); i++) {
445
* (HChar**) VG_(indexXA)( VG_(
args_for_client
), i )
initimg-solaris.c
399
vg_assert(VG_(
args_for_client
));
426
for (i = 0; i < VG_(sizeXA)(VG_(
args_for_client
)); i++) {
429
VG_(indexXA)(VG_(
args_for_client
), i)) + 1;
593
for (i = 0; i < VG_(sizeXA)(VG_(
args_for_client
)); i++)
595
&strtab, *(HChar**) VG_(indexXA)(VG_(
args_for_client
), i));
[
all
...]
initimg-linux.c
413
vg_assert( VG_(
args_for_client
) );
438
for (i = 0; i < VG_(sizeXA)( VG_(
args_for_client
) ); i++) {
441
VG_(indexXA)( VG_(
args_for_client
), i ))
599
for (i = 0; i < VG_(sizeXA)( VG_(
args_for_client
) ); i++) {
602
* (HChar**) VG_(indexXA)( VG_(
args_for_client
), i )
[
all
...]
/external/valgrind/callgrind/
dump.c
[
all
...]
/external/valgrind/cachegrind/
cg_main.c
[
all
...]
/external/valgrind/massif/
ms_main.c
[
all
...]
Completed in 299 milliseconds