Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp146 INTERCEPTOR(void *, mmap64, void *addr, SIZE_T length, int prot, int flags, in INTERCEPTOR() argument
152 COMMON_INTERCEPTOR_ENTER(mmap64, addr, length, prot, flags, fd, offset); in INTERCEPTOR()
153 void *res = REAL(mmap64)(addr, length, prot, flags, fd, offset); in INTERCEPTOR()
208 INTERCEPT_FUNCTION(mmap64); in initialize_interceptors()
H A Dlibc_ubuntu1404_abilist.txt2304 fun:mmap64=uninstrumented
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c188 caddr_t base = mmap64(NULL, sp->cts_size + pageoff, PROT_READ, in ctf_sect_mmap()
252 ctfsect.cts_data = mmap64(NULL, st.st_size, PROT_READ, in ctf_fdopen()
372 strs_map = mmap64(NULL, strs_mapsz, PROT_READ, MAP_PRIVATE, in ctf_fdopen()
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h127 #define mmap64 mmap macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7524 INTERCEPTOR(void *, mmap64, void *addr, SIZE_T sz, int prot, int flags, int fd,
7531 COMMON_INTERCEPTOR_ENTER(ctx, mmap64, addr, sz, prot, flags, fd, off);
7532 COMMON_INTERCEPTOR_MMAP_IMPL(ctx, mmap64, addr, sz, prot, flags, fd, off);
7534 #define INIT_MMAP64 COMMON_INTERCEPT_FUNCTION(mmap64);