Searched refs:TagMemory (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
| H A D | hwasan_thread.cpp | 91 TagMemory(stack_bottom_, stack_top_ - stack_bottom_, 0); in ClearShadowForThreadStackAndTLS() 93 TagMemory(tls_begin_, tls_end_ - tls_begin_, 0); in ClearShadowForThreadStackAndTLS()
|
| H A D | hwasan_poisoning.h | 19 uptr TagMemory(uptr p, uptr size, tag_t tag);
|
| H A D | hwasan_poisoning.cpp | 22 uptr TagMemory(uptr p, uptr size, tag_t tag) { in TagMemory() function
|
| H A D | hwasan_exceptions.cpp | 63 TagMemory(sp, fp - sp, 0); in __hwasan_personality_wrapper()
|
| H A D | hwasan.cpp | 386 TagMemory(base + phdr->p_vaddr, phdr->p_memsz, 0); in __hwasan_library_unloaded() 539 TagMemory(sp, dst - sp, 0); in __hwasan_handle_longjmp() 556 TagMemory(bottom, sp - bottom, 0); in __hwasan_handle_vfork()
|
| H A D | hwasan_allocator.h | 53 TagMemory(p, size, 0); in OnUnmap()
|