Searched refs:shadow_stack_pos (Results 1 – 12 of 12) sorted by relevance
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_stack_test.cc | 25 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/ |
D | tsan_stack_test.cpp | 24 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/ |
D | tsan_rtl.cpp | 550 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 …]
|
D | tsan_rtl_thread.cpp | 99 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()
|
D | tsan_rtl.h | 331 uptr *shadow_stack_pos; member 397 uptr *shadow_stack_pos; member 649 uptr size = thr->shadow_stack_pos - thr->shadow_stack;
|
D | tsan_interceptors_posix.cpp | 502 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/ |
D | tsan_rtl.cc | 480 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 …]
|
D | tsan_rtl_thread.cc | 99 thr->shadow_stack_pos = thr->shadow_stack; in OnStarted() 106 thr->shadow_stack_pos = thr->shadow_stack; in OnStarted()
|
D | tsan_rtl.h | 325 uptr *shadow_stack_pos; member 387 uptr *shadow_stack_pos; member 592 uptr size = thr->shadow_stack_pos - thr->shadow_stack; in ObtainCurrentStack()
|
D | tsan_interceptors.cc | 470 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/ |
D | test15-pr18892.so.abi | 9260 <!-- __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/ |
D | test15-pr18892.so.abi | 5420 …<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='../../.././…
|