Home
last modified time | relevance | path

Searched refs:shadow_stack_pos (Results 1 – 12 of 12) sorted by relevance

/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_stack_test.cc25 thr.shadow_stack_pos = &stack[0]; in TestStackTrace()
35 *thr.shadow_stack_pos++ = 100; in TestStackTrace()
36 *thr.shadow_stack_pos++ = 101; in TestStackTrace()
55 thr.shadow_stack_pos = &stack[0]; in TestTrim()
59 *thr.shadow_stack_pos++ = 100 + i; in TestTrim()
/external/llvm-project/compiler-rt/lib/tsan/tests/unit/
Dtsan_stack_test.cpp24 thr.shadow_stack_pos = &stack[0]; in TestStackTrace()
34 *thr.shadow_stack_pos++ = 100; in TestStackTrace()
35 *thr.shadow_stack_pos++ = 101; in TestStackTrace()
54 thr.shadow_stack_pos = &stack[0]; in TestTrim()
58 *thr.shadow_stack_pos++ = 100 + i; in TestTrim()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cpp550 thr->shadow_stack_pos = newstack + sz; in GrowShadowStack()
560 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in CurrentStackId()
562 if (thr->shadow_stack_pos == thr->shadow_stack_end) in CurrentStackId()
565 thr->shadow_stack_pos[0] = pc; in CurrentStackId()
566 thr->shadow_stack_pos++; in CurrentStackId()
569 StackTrace(thr->shadow_stack, thr->shadow_stack_pos - thr->shadow_stack)); in CurrentStackId()
571 thr->shadow_stack_pos--; in CurrentStackId()
1032 DCHECK_GE(thr->shadow_stack_pos, thr->shadow_stack); in FuncEntry()
1034 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in FuncEntry()
1036 if (thr->shadow_stack_pos == thr->shadow_stack_end) in FuncEntry()
[all …]
Dtsan_rtl_thread.cpp99 thr->shadow_stack_pos = thr->shadow_stack; in OnStarted()
106 thr->shadow_stack_pos = thr->shadow_stack; in OnStarted()
131 thr->shadow_stack_pos = nullptr; in OnFinished()
Dtsan_rtl.h331 uptr *shadow_stack_pos; member
397 uptr *shadow_stack_pos; member
649 uptr size = thr->shadow_stack_pos - thr->shadow_stack;
Dtsan_interceptors_posix.cpp502 buf->shadow_stack_pos = thr->shadow_stack_pos; in SetJmp()
518 CHECK_GE(thr->shadow_stack_pos, buf->shadow_stack_pos); in LongJmp()
520 while (thr->shadow_stack_pos > buf->shadow_stack_pos) in LongJmp()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cc480 thr->shadow_stack_pos = newstack + sz; in GrowShadowStack()
490 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in CurrentStackId()
492 if (thr->shadow_stack_pos == thr->shadow_stack_end) in CurrentStackId()
495 thr->shadow_stack_pos[0] = pc; in CurrentStackId()
496 thr->shadow_stack_pos++; in CurrentStackId()
499 StackTrace(thr->shadow_stack, thr->shadow_stack_pos - thr->shadow_stack)); in CurrentStackId()
501 thr->shadow_stack_pos--; in CurrentStackId()
937 DCHECK_GE(thr->shadow_stack_pos, thr->shadow_stack); in FuncEntry()
939 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in FuncEntry()
941 if (thr->shadow_stack_pos == thr->shadow_stack_end) in FuncEntry()
[all …]
Dtsan_rtl_thread.cc99 thr->shadow_stack_pos = thr->shadow_stack; in OnStarted()
106 thr->shadow_stack_pos = thr->shadow_stack; in OnStarted()
Dtsan_rtl.h325 uptr *shadow_stack_pos; member
387 uptr *shadow_stack_pos; member
592 uptr size = thr->shadow_stack_pos - thr->shadow_stack; in ObtainCurrentStack()
Dtsan_interceptors.cc470 buf->shadow_stack_pos = thr->shadow_stack_pos; in SetJmp()
496 CHECK_GE(thr->shadow_stack_pos, buf->shadow_stack_pos); in LongJmp()
498 while (thr->shadow_stack_pos > buf->shadow_stack_pos) in LongJmp()
/external/libabigail/tests/data/test-annotate/
Dtest15-pr18892.so.abi9260 <!-- __sanitizer::uptr* __tsan::ThreadState::shadow_stack_pos -->
9261 …<var-decl name='shadow_stack_pos' type-id='type-id-472' visibility='default' filepath='../../.././…
10176 <!-- __sanitizer::uptr* __tsan::JmpBuf::shadow_stack_pos -->
10177 …<var-decl name='shadow_stack_pos' type-id='type-id-472' visibility='default' filepath='../../.././…
29580 <!-- __sanitizer::uptr* __tsan::ThreadState::shadow_stack_pos -->
29581 …<var-decl name='shadow_stack_pos' type-id='type-id-472' visibility='default' filepath='../../.././…
30338 <!-- __sanitizer::uptr* __tsan::JmpBuf::shadow_stack_pos -->
30339 …<var-decl name='shadow_stack_pos' type-id='type-id-472' visibility='default' filepath='../../.././…
/external/libabigail/tests/data/test-read-dwarf/
Dtest15-pr18892.so.abi5420 …<var-decl name='shadow_stack_pos' type-id='type-id-472' visibility='default' filepath='../../.././…
6061 …<var-decl name='shadow_stack_pos' type-id='type-id-472' visibility='default' filepath='../../.././…
17307 …<var-decl name='shadow_stack_pos' type-id='type-id-472' visibility='default' filepath='../../.././…
17822 …<var-decl name='shadow_stack_pos' type-id='type-id-472' visibility='default' filepath='../../.././…