Home
last modified time | relevance | path

Searched refs:handler_stack_memory (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cc199 InternalMmapVector<char> handler_stack_memory(kHandlerStackSize); in TracerThread() local
202 handler_stack.ss_sp = handler_stack_memory.data(); in TracerThread()
H A Dsanitizer_stoptheworld_linux_libcdep.cc314 InternalMmapVector<char> handler_stack_memory(kHandlerStackSize); in TracerThread() local
317 handler_stack.ss_sp = handler_stack_memory.data(); in TracerThread()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp199 InternalMmapVector<char> handler_stack_memory(kHandlerStackSize); in TracerThread() local
202 handler_stack.ss_sp = handler_stack_memory.data(); in TracerThread()
H A Dsanitizer_stoptheworld_linux_libcdep.cpp298 InternalMmapVector<char> handler_stack_memory(kHandlerStackSize); in TracerThread() local
301 handler_stack.ss_sp = handler_stack_memory.data(); in TracerThread()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc298 InternalMmapVector<char> handler_stack_memory(kHandlerStackSize); in TracerThread() local
301 handler_stack.ss_sp = handler_stack_memory.data(); in TracerThread()