Searched refs:bottom_of_stack (Results 1 – 2 of 2) sorted by relevance
51 static void *bottom_of_stack; variable56 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()
51 static void *bottom_of_stack; variable58 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()