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

Declarations

projects/compiler-rt/lib/asan/asan_thread.h
   76   uptr stack_bottom();

References

projects/compiler-rt/lib/asan/asan_rtl.cpp
  609   uptr bottom = t->stack_bottom();
projects/compiler-rt/lib/asan/asan_stack.cpp
   69       Unwind(max_depth, pc, bp, nullptr, t->stack_top(), t->stack_bottom(),
   75       !IsValidFrame(bp, t->stack_top(), t->stack_bottom()))
projects/compiler-rt/lib/asan/asan_thread.cpp
  325     bottom = stack_bottom();
  366     bottom = stack_bottom();
  472   *stack_begin = t->stack_bottom();