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

  /external/valgrind/none/tests/amd64-darwin/
bug341419.c 51 static void *bottom_of_stack; variable
58 bottom_of_stack = &foo;
78 bottom_of_stack = &foo;
139 ASSERT_GTE(uc->uc_mcontext->__ss.__rbp, bottom_of_stack);
141 ASSERT_GTE(uc->uc_mcontext->__ss.__rsp, bottom_of_stack);
  /external/valgrind/none/tests/x86-darwin/
bug341419.c 51 static void *bottom_of_stack; variable
56 bottom_of_stack = &foo - 4;
78 bottom_of_stack = &foo - 4;
136 ASSERT_GTE(uc->uc_mcontext->__ss.__ebp, bottom_of_stack);
138 ASSERT_GTE(uc->uc_mcontext->__ss.__esp, bottom_of_stack);

Completed in 124 milliseconds