Searched refs:clstk_end (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/coregrind/
H A Dpub_core_clientstate.h47 extern Addr VG_(clstk_end); // Highest byte address
H A Dm_clientstate.c52 Addr VG_(clstk_end) = 0; variable
H A Dm_main.c2473 VG_(clstk_id) = VG_(register_stack)(VG_(clstk_start_base), VG_(clstk_end));
H A Dm_signals.c2318 VG_(change_stack)(VG_(clstk_id), addr, VG_(clstk_end));
/external/valgrind/coregrind/m_initimg/
H A Dinitimg-darwin.c407 VG_(clstk_end) = clstack_end;
H A Dinitimg-linux.c576 VG_(clstk_end) = VG_(clstk_start_base) + anon_size +inner_HACK -1;
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-darwin.c4189 // highest byte of the stack. As VG_(clstk_end) is the
4191 Addr stack_end = VG_(clstk_end)+1;

Completed in 184 milliseconds