Home
last modified time | relevance | path

Searched refs:client_auxv (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/main/coregrind/m_gdbserver/
Dserver.c617 UWord *client_auxv = VG_(client_auxv); in handle_query() local
619 while (*client_auxv != 0) { in handle_query()
621 (ULong)*client_auxv, in handle_query()
622 (ULong)*(client_auxv+1)); in handle_query()
623 client_auxv++; in handle_query()
624 client_auxv++; in handle_query()
634 VG_(memcpy) (data, (unsigned char *) VG_(client_auxv), n); in handle_query()
660 if (VG_(client_auxv)) in handle_query()
/external/valgrind/main/coregrind/
Dpub_core_clientstate.h51 extern UWord* VG_(client_auxv);
Dm_clientstate.c56 UWord* VG_(client_auxv) = NULL;
Dpub_core_initimg.h87 UInt* client_auxv; member
/external/valgrind/main/coregrind/m_initimg/
Dinitimg-linux.c387 UInt** client_auxv, in setup_client_stack() argument
613 *client_auxv = (UInt *)auxv; in setup_client_stack()
614 VG_(client_auxv) = (UWord *)*client_auxv; in setup_client_stack()
931 &info, &iifii.client_auxv, in VG_()