Searched refs:clstk_base (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_clientstate.h45 extern Addr VG_(clstk_base); // client stack range
H A Dm_clientstate.c48 The main stack will grow if needed but VG_(clstk_base) will
50 Addr VG_(clstk_base) = 0; variable
H A Dm_main.c2343 VG_(clstk_id) = VG_(register_stack)(VG_(clstk_base), VG_(clstk_end));
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-darwin.c416 VG_(clstk_base) = clstack_start;
H A Dinitimg-linux.c569 VG_(clstk_base) = anon_start -inner_HACK;
570 VG_(clstk_end) = VG_(clstk_base) + anon_size +inner_HACK -1;

Completed in 145 milliseconds