Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan_abi/
H A Dasan_abi_tbd.txt10 __asan_update_allocation_context
/freebsd-14.2/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dasan_interface.h334 int SANITIZER_CDECL __asan_update_allocation_context(void *addr);
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interface.inc186 INTERFACE_FUNCTION(__asan_update_allocation_context)
H A Dasan_interface_internal.h271 SANITIZER_INTERFACE_ATTRIBUTE int __asan_update_allocation_context(
H A Dasan_allocator.cpp1264 int __asan_update_allocation_context(void* addr) { in __asan_update_allocation_context() function