Searched refs:UnpoisonStack (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_posix.cpp | 54 UnpoisonStack(sigalt_bottom, sigalt_top, "sigalt"); in PlatformUnpoisonStacks() 64 UnpoisonStack(default_bottom, default_bottom + stack_size, "default"); in PlatformUnpoisonStacks()
|
| H A D | asan_internal.h | 94 void UnpoisonStack(uptr bottom, uptr top, const char *type);
|
| H A D | asan_rtl.cpp | 547 void UnpoisonStack(uptr bottom, uptr top, const char *type) { in UnpoisonStack() function 583 UnpoisonStack(bottom, top, "default"); in UnpoisonDefaultStack()
|