Searched refs:bottom_old (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_thread.cc | 140 uptr *bottom_old, in FinishSwitchFiber() argument 152 if (bottom_old) in FinishSwitchFiber() 153 *bottom_old = stack_bottom_; in FinishSwitchFiber() 526 const void **bottom_old, in __sanitizer_finish_switch_fiber() argument 534 (uptr*)bottom_old, in __sanitizer_finish_switch_fiber()
|
H A D | asan_thread.h | 107 void FinishSwitchFiber(FakeStack *fake_stack_save, uptr *bottom_old,
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_thread.cc | 142 uptr *bottom_old, in FinishSwitchFiber() argument 154 if (bottom_old) in FinishSwitchFiber() 155 *bottom_old = stack_bottom_; in FinishSwitchFiber() 525 const void **bottom_old, in __sanitizer_finish_switch_fiber() argument 533 (uptr*)bottom_old, in __sanitizer_finish_switch_fiber()
|
H A D | asan_thread.h | 105 void FinishSwitchFiber(FakeStack *fake_stack_save, uptr *bottom_old,
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_thread.cpp | 148 uptr *bottom_old, in FinishSwitchFiber() argument 160 if (bottom_old) in FinishSwitchFiber() 161 *bottom_old = stack_bottom_; in FinishSwitchFiber() 548 const void **bottom_old, in __sanitizer_finish_switch_fiber() argument 556 (uptr*)bottom_old, in __sanitizer_finish_switch_fiber()
|
H A D | asan_thread.h | 102 void FinishSwitchFiber(FakeStack *fake_stack_save, uptr *bottom_old,
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/ |
H A D | msan_interface.h | 118 void __msan_finish_switch_fiber(const void **bottom_old, size_t *size_old);
|
H A D | common_interface_defs.h | 344 const void **bottom_old,
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/include/sanitizer/ |
H A D | common_interface_defs.h | 196 const void **bottom_old,
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/ |
H A D | common_interface_defs.h | 194 const void **bottom_old,
|