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

  /external/valgrind/include/
pub_tool_addrinfo.h 88 StackPos;
132 // stackPos describes the address 'position' in the stack.
133 // If stackPos is StackPos_below_stack_ptr or StackPos_guard_page,
140 StackPos stackPos;
  /external/valgrind/coregrind/
m_addrinfo.c 153 ai->Addr.Stack.stackPos = StackPos_stacked;
223 StackPos stackPos = StackPos_stacked;
232 stackPos = StackPos_below_stack_ptr;
243 stackPos = StackPos_guard_page;
253 vg_assert (stackPos != StackPos_stacked);
254 ai->Addr.Stack.stackPos = stackPos;
473 switch (ai->Addr.Stack.stackPos) {
480 ai->Addr.Stack.stackPos == StackPos_guard_page
    [all...]

Completed in 994 milliseconds