OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shadow_stack
(Results
1 - 7
of
7
) sorted by null
/external/compiler-rt/lib/tsan/tests/unit/
tsan_stack_test.cc
24
thr.
shadow_stack
= &stack[0];
54
thr.
shadow_stack
= &stack[0];
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc
96
thr->
shadow_stack
= &ThreadTrace(thr->tid)->
shadow_stack
[0];
97
thr->shadow_stack_pos = thr->
shadow_stack
;
98
thr->shadow_stack_end = thr->
shadow_stack
+ kShadowStackSize;
102
thr->
shadow_stack
= (uptr*)internal_alloc(MBlockShadowStack,
104
thr->shadow_stack_pos = thr->
shadow_stack
;
105
thr->shadow_stack_end = thr->
shadow_stack
+ kInitStackSize;
tsan_trace.h
61
uptr
shadow_stack
[kShadowStackSize];
member in struct:__tsan::Trace
tsan_rtl.cc
451
const int sz = thr->shadow_stack_end - thr->
shadow_stack
;
455
internal_memcpy(newstack, thr->
shadow_stack
, sz * sizeof(uptr));
456
internal_free(thr->
shadow_stack
);
457
thr->
shadow_stack
= newstack;
477
StackTrace(thr->
shadow_stack
, thr->shadow_stack_pos - thr->
shadow_stack
));
915
DCHECK_GE(thr->shadow_stack_pos, thr->
shadow_stack
);
935
DCHECK_GT(thr->shadow_stack_pos, thr->
shadow_stack
);
tsan_rtl.h
354
uptr *
shadow_stack
;
member in struct:__tsan::ThreadState
550
uptr size = thr->shadow_stack_pos - thr->
shadow_stack
;
556
stack->Init(&thr->
shadow_stack
[start], size, toppc);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/
libtsan.a
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib64/
libtsan.a
[
all
...]
Completed in 177 milliseconds