OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stack2
(Results
1 - 3
of
3
) sorted by relevancy
/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
...]
/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/lib/libpthread/
t_stack.c
420
ATF_TC(
stack2
);
421
ATF_TC_HEAD(
stack2
, tc)
426
ATF_TC_BODY(
stack2
, tc)
488
ATF_TP_ADD_TC(tp,
stack2
);
Completed in 12 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025