Searched refs:TagMemory (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/hwasan/ |
| H A D | hwasan_thread.cc | 72 TagMemory(stack_bottom_, stack_top_ - stack_bottom_, 0); in ClearShadowForThreadStackAndTLS() 74 TagMemory(tls_begin_, tls_end_ - tls_begin_, 0); in ClearShadowForThreadStackAndTLS()
|
| H A D | hwasan_poisoning.h | 20 uptr TagMemory(uptr p, uptr size, tag_t tag);
|
| H A D | hwasan_poisoning.cc | 31 uptr TagMemory(uptr p, uptr size, tag_t tag) { in TagMemory() function
|
| H A D | hwasan_allocator.h | 49 TagMemory(p, size, 0); in DECLARE_REAL()
|
| H A D | hwasan.cc | 467 TagMemory(sp, dst - sp, 0); in __hwasan_handle_longjmp()
|