Home
last modified time | relevance | path

Searched refs:kShadowStackSize (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_stack_test.cc52 const uptr kShadowStackSize = 2 * kStackTraceMax; in TestTrim() local
53 uptr stack[kShadowStackSize]; in TestTrim()
56 thr.shadow_stack_end = &stack[kShadowStackSize]; in TestTrim()
58 for (uptr i = 0; i < kShadowStackSize; ++i) in TestTrim()
/external/llvm-project/compiler-rt/lib/tsan/tests/unit/
Dtsan_stack_test.cpp51 const uptr kShadowStackSize = 2 * kStackTraceMax; in TestTrim() local
52 uptr stack[kShadowStackSize]; in TestTrim()
55 thr.shadow_stack_end = &stack[kShadowStackSize]; in TestTrim()
57 for (uptr i = 0; i < kShadowStackSize; ++i) in TestTrim()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_trace.h61 uptr shadow_stack[kShadowStackSize];
Dtsan_defs.h60 const uptr kShadowStackSize = 64 * 1024; variable
Dtsan_rtl_thread.cc100 thr->shadow_stack_end = thr->shadow_stack + kShadowStackSize; in OnStarted()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_trace.h62 uptr shadow_stack[kShadowStackSize];
Dtsan_defs.h74 const uptr kShadowStackSize = 64 * 1024; variable
Dtsan_rtl_thread.cpp100 thr->shadow_stack_end = thr->shadow_stack + kShadowStackSize; in OnStarted()