HomeSort by: relevance | last modified time | path
    Searched defs:shadow_stack_end (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl.h 191 uptr *shadow_stack_end; member in struct:__tsan::ThreadState
786 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end);
788 if (thr->shadow_stack_pos == thr->shadow_stack_end)
802 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end);
tsan_rtl.h 191 uptr *shadow_stack_end; member in struct:__tsan::ThreadState
786 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end);
788 if (thr->shadow_stack_pos == thr->shadow_stack_end)
802 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl.h 168 uptr *shadow_stack_end; member in struct:__tsan::ThreadState
766 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end);
768 if (thr->shadow_stack_pos == thr->shadow_stack_end)
785 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end);
tsan_rtl.h 168 uptr *shadow_stack_end; member in struct:__tsan::ThreadState
766 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end);
768 if (thr->shadow_stack_pos == thr->shadow_stack_end)
785 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.h 402 uptr *shadow_stack_end; member in struct:__tsan::ThreadState
tsan_rtl.h 402 uptr *shadow_stack_end; member in struct:__tsan::ThreadState

Completed in 49 milliseconds