HomeSort by: relevance | last modified time | path
    Searched defs:stack2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_noinst_test.cc 55 BufferedStackTrace stack2; local in function:MallocStress
56 stack2.trace_buffer[0] = 0xb123;
57 stack2.trace_buffer[1] = 0xb456;
58 stack2.size = 2;
83 &stack2, __asan::FROM_MALLOC);
  /src/tests/kernel/
t_signal_and_sp.c 312 char *stack1, *stack2; local in function:ATF_TC_BODY
317 REQUIRE_LIBC(stack2 = malloc(SIGSTKSZ + STACK_ALIGNBYTES), NULL);
318 fprintf(stderr, "stack2 @ [%p,%p)\n",
319 stack2, stack2 + SIGSTKSZ + STACK_ALIGNBYTES);
332 uc2.uc_stack.ss_sp = stack2;
340 ATF_CHECK_MSG((uintptr_t)stack2 <= (uintptr_t)contextsp &&
341 (uintptr_t)contextsp <= (uintptr_t)stack2 + SIGSTKSZ + i,
359 uc2.uc_stack.ss_sp = stack2 + i;
367 ATF_CHECK_MSG((uintptr_t)stack2 + i <= (uintptr_t)contextsp &
    [all...]

Completed in 12 milliseconds