Searched refs:bottom_old (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_thread.cpp | 103 void MsanThread::FinishSwitchFiber(uptr *bottom_old, uptr *size_old) { in FinishSwitchFiber() argument 105 if (bottom_old) in FinishSwitchFiber() 106 *bottom_old = stack_.bottom; in FinishSwitchFiber()
|
| H A D | msan_thread.h | 43 void FinishSwitchFiber(uptr *bottom_old, uptr *size_old);
|
| H A D | msan_interface_internal.h | 206 void __msan_finish_switch_fiber(const void **bottom_old, uptr *size_old);
|
| H A D | msan.cpp | 761 void __msan_finish_switch_fiber(const void **bottom_old, uptr *size_old) { in __msan_finish_switch_fiber() argument 767 t->FinishSwitchFiber((uptr *)bottom_old, (uptr *)size_old); in __msan_finish_switch_fiber()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
| H A D | nsan_thread.cpp | 111 void NsanThread::FinishSwitchFiber(uptr *bottom_old, uptr *size_old) { in FinishSwitchFiber() argument 113 if (bottom_old) in FinishSwitchFiber() 114 *bottom_old = stack_.bottom; in FinishSwitchFiber()
|
| H A D | nsan_thread.h | 36 void FinishSwitchFiber(uptr *bottom_old, uptr *size_old);
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_thread.cpp | 172 void AsanThread::FinishSwitchFiber(FakeStack *fake_stack_save, uptr *bottom_old, in FinishSwitchFiber() argument 184 if (bottom_old) in FinishSwitchFiber() 185 *bottom_old = stack_bottom_; in FinishSwitchFiber() 583 void __sanitizer_finish_switch_fiber(void *fakestack, const void **bottom_old, in __sanitizer_finish_switch_fiber() argument 590 t->FinishSwitchFiber((FakeStack *)fakestack, (uptr *)bottom_old, in __sanitizer_finish_switch_fiber()
|
| H A D | asan_thread.h | 112 void FinishSwitchFiber(FakeStack *fake_stack_save, uptr *bottom_old,
|
| /freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| H A D | common_interface_defs.h | 480 const void **bottom_old,
|