reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
  498   buf->shadow_stack_pos = thr->shadow_stack_pos;
  514       CHECK_GE(thr->shadow_stack_pos, buf->shadow_stack_pos);
  516       while (thr->shadow_stack_pos > buf->shadow_stack_pos)
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
  551     thr->shadow_stack_pos[0] = pc;
  552     thr->shadow_stack_pos++;
  555       StackTrace(thr->shadow_stack, thr->shadow_stack_pos - thr->shadow_stack));
  557     thr->shadow_stack_pos--;
 1025   thr->shadow_stack_pos[0] = pc;
 1026   thr->shadow_stack_pos++;
 1042   thr->shadow_stack_pos--;
 1072   return thr->shadow_stack_pos - thr->shadow_stack;
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.h
  649   uptr size = thr->shadow_stack_pos - thr->shadow_stack;
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp
   99   thr->shadow_stack_pos = thr->shadow_stack;