Home
last modified time | relevance | path

Searched refs:bottom_of_stack (Results 1 – 2 of 2) sorted by relevance

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