Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.h41 uptr internal_mremap(void *old_address, uptr old_size, uptr new_size, int flags,
H A Dsanitizer_netbsd.cpp108 uptr internal_mremap(void *old_address, uptr old_size, uptr new_size, int flags, in internal_mremap() argument
H A Dsanitizer_linux.cpp222 uptr internal_mremap(void *old_address, uptr old_size, uptr new_size, int flags, in internal_mremap() argument
224 return internal_syscall(SYSCALL(mremap), (uptr)old_address, old_size, in internal_mremap()
H A Dsanitizer_mac.cpp147 uptr internal_mremap(void *old_address, uptr old_size, uptr new_size, int flags, in internal_mremap() argument
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h2243 #define __sanitizer_syscall_pre_mremap(old_address, old_size, new_address, \ argument
2246 (long long)(old_address), (long long)(old_size), \
2248 #define __sanitizer_syscall_post_mremap(res, old_address, old_size, \ argument
2251 res, (long long)(old_address), (long long)(old_size), \
4541 void __sanitizer_syscall_pre_impl_mremap(long long old_address,
4545 void __sanitizer_syscall_post_impl_mremap(long long res, long long old_address,