Searched refs:sp_dst (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dhwasan_interface.h51 void __hwasan_handle_longjmp(const void *sp_dst);
53 // Set memory tag for the part of the current thread stack below sp_dst to
55 void __hwasan_handle_vfork(const void *sp_dst);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp457 void __hwasan_handle_longjmp(const void *sp_dst) { argument
458 uptr dst = (uptr)sp_dst;
475 void __hwasan_handle_vfork(const void *sp_dst) { argument
476 uptr sp = (uptr)sp_dst;
H A Dhwasan_interface_internal.h133 void __hwasan_handle_longjmp(const void *sp_dst);
136 void __hwasan_handle_vfork(const void *sp_dst);

Completed in 55 milliseconds