OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kShadowStackSize
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_defs.h
45
const int
kShadowStackSize
= 4 * 1024;
tsan_rtl.cc
572
DCHECK_LT(thr->shadow_stack_pos, &thr->shadow_stack[
kShadowStackSize
]);
600
DCHECK_LT(thr->shadow_stack_pos, &thr->shadow_stack[
kShadowStackSize
]);
tsan_rtl.h
410
uptr shadow_stack[
kShadowStackSize
];
Completed in 192 milliseconds