HomeSort by relevance Sort by last modified time
    Searched refs:clstk_base (Results 1 - 5 of 5) sorted by null

  /external/valgrind/main/coregrind/
pub_core_clientstate.h 45 extern Addr VG_(clstk_base); // client stack range
m_clientstate.c 48 The main stack will grow if needed but VG_(clstk_base) will
50 Addr VG_(clstk_base) = 0; variable
m_main.c     [all...]
  /external/valgrind/main/coregrind/m_initimg/
initimg-darwin.c 416 VG_(clstk_base) = clstack_start;
initimg-linux.c 569 VG_(clstk_base) = anon_start -inner_HACK;
570 VG_(clstk_end) = VG_(clstk_base) + anon_size +inner_HACK -1;
    [all...]

Completed in 244 milliseconds