OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shadow_stack_end
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc
574
if (thr->shadow_stack_pos == thr->
shadow_stack_end
) {
575
const int sz = thr->
shadow_stack_end
- thr->shadow_stack;
583
thr->
shadow_stack_end
= newstack + newsz;
tsan_rtl_thread.cc
105
args->thr->
shadow_stack_end
= thr->shadow_stack + kInitStackSize;
tsan_rtl.h
414
uptr *
shadow_stack_end
;
member in struct:__tsan::ThreadState
Completed in 842 milliseconds