/external/compiler-rt/lib/dfsan/ |
D | dfsan_interceptors.cc | 27 INTERCEPTOR(void *, mmap64, void *addr, SIZE_T length, int prot, int flags, in INTERCEPTOR() argument 29 void *res = REAL(mmap64)(addr, length, prot, flags, fd, offset); in INTERCEPTOR() 41 INTERCEPT_FUNCTION(mmap64); in InitializeInterceptors()
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | dfsan_interceptors.cpp | 45 INTERCEPTOR(void *, mmap64, void *addr, SIZE_T length, int prot, int flags, in INTERCEPTOR() argument 47 void *res = REAL(mmap64)(addr, length, prot, flags, fd, offset); in INTERCEPTOR() 65 INTERCEPT_FUNCTION(mmap64); in InitializeInterceptors()
|
/external/llvm-project/clang/test/Analysis/ |
D | std-c-library-posix-crash.c | 13 void *mmap64(void *addr, size_t length, int prot, int flags, int fd, off64_t offset); 17 mmap64(0, len, 2, 1, 0, 0); // no-crash in test()
|
/external/strace/tests-mx32/ |
D | pure_executables.list | 188 mmap64 189 mmap64-Xabbrev 190 mmap64-Xraw 191 mmap64-Xverbose
|
D | pure_executables.am | 189 mmap64 \ 190 mmap64-Xabbrev \ 191 mmap64-Xraw \ 192 mmap64-Xverbose \
|
D | Makefile.in | 304 mmap-Xraw$(EXEEXT) mmap-Xverbose$(EXEEXT) mmap64$(EXEEXT) \ 305 mmap64-Xabbrev$(EXEEXT) mmap64-Xraw$(EXEEXT) \ 306 mmap64-Xverbose$(EXEEXT) mmsg$(EXEEXT) mmsg_name$(EXEEXT) \ 1319 mmap64_SOURCES = mmap64.c 1320 mmap64_OBJECTS = mmap64-mmap64.$(OBJEXT) 1323 mmap64_Xabbrev_SOURCES = mmap64-Xabbrev.c 1324 mmap64_Xabbrev_OBJECTS = mmap64_Xabbrev-mmap64-Xabbrev.$(OBJEXT) 1327 mmap64_Xraw_SOURCES = mmap64-Xraw.c 1328 mmap64_Xraw_OBJECTS = mmap64_Xraw-mmap64-Xraw.$(OBJEXT) 1331 mmap64_Xverbose_SOURCES = mmap64-Xverbose.c [all …]
|
D | gen_tests.in | 214 mmap64 +mmap.test 215 mmap64-Xabbrev +mmap.test abbrev 216 mmap64-Xraw +mmap.test raw 14 217 mmap64-Xverbose +mmap.test verbose
|
/external/strace/tests-m32/ |
D | pure_executables.list | 188 mmap64 189 mmap64-Xabbrev 190 mmap64-Xraw 191 mmap64-Xverbose
|
D | pure_executables.am | 189 mmap64 \ 190 mmap64-Xabbrev \ 191 mmap64-Xraw \ 192 mmap64-Xverbose \
|
D | Makefile.in | 304 mmap-Xraw$(EXEEXT) mmap-Xverbose$(EXEEXT) mmap64$(EXEEXT) \ 305 mmap64-Xabbrev$(EXEEXT) mmap64-Xraw$(EXEEXT) \ 306 mmap64-Xverbose$(EXEEXT) mmsg$(EXEEXT) mmsg_name$(EXEEXT) \ 1319 mmap64_SOURCES = mmap64.c 1320 mmap64_OBJECTS = mmap64-mmap64.$(OBJEXT) 1323 mmap64_Xabbrev_SOURCES = mmap64-Xabbrev.c 1324 mmap64_Xabbrev_OBJECTS = mmap64_Xabbrev-mmap64-Xabbrev.$(OBJEXT) 1327 mmap64_Xraw_SOURCES = mmap64-Xraw.c 1328 mmap64_Xraw_OBJECTS = mmap64_Xraw-mmap64-Xraw.$(OBJEXT) 1331 mmap64_Xverbose_SOURCES = mmap64-Xverbose.c [all …]
|
D | gen_tests.in | 214 mmap64 +mmap.test 215 mmap64-Xabbrev +mmap.test abbrev 216 mmap64-Xraw +mmap.test raw 14 217 mmap64-Xverbose +mmap.test verbose
|
/external/strace/tests/ |
D | pure_executables.list | 188 mmap64 189 mmap64-Xabbrev 190 mmap64-Xraw 191 mmap64-Xverbose
|
D | pure_executables.am | 189 mmap64 \ 190 mmap64-Xabbrev \ 191 mmap64-Xraw \ 192 mmap64-Xverbose \
|
D | Makefile.in | 304 mmap-Xraw$(EXEEXT) mmap-Xverbose$(EXEEXT) mmap64$(EXEEXT) \ 305 mmap64-Xabbrev$(EXEEXT) mmap64-Xraw$(EXEEXT) \ 306 mmap64-Xverbose$(EXEEXT) mmsg$(EXEEXT) mmsg_name$(EXEEXT) \ 1319 mmap64_SOURCES = mmap64.c 1320 mmap64_OBJECTS = mmap64-mmap64.$(OBJEXT) 1323 mmap64_Xabbrev_SOURCES = mmap64-Xabbrev.c 1324 mmap64_Xabbrev_OBJECTS = mmap64_Xabbrev-mmap64-Xabbrev.$(OBJEXT) 1327 mmap64_Xraw_SOURCES = mmap64-Xraw.c 1328 mmap64_Xraw_OBJECTS = mmap64_Xraw-mmap64-Xraw.$(OBJEXT) 1331 mmap64_Xverbose_SOURCES = mmap64-Xverbose.c [all …]
|
D | gen_tests.in | 214 mmap64 +mmap.test 215 mmap64-Xabbrev +mmap.test abbrev 216 mmap64-Xraw +mmap.test raw 14 217 mmap64-Xverbose +mmap.test verbose
|
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | mmap64_test.c | 9 char *buf = (char *)mmap64(0, 100000, PROT_READ | PROT_WRITE, in main()
|
/external/compiler-rt/lib/esan/ |
D | esan_interceptors.cpp | 359 INTERCEPTOR(void *, mmap64, void *addr, SIZE_T sz, int prot, int flags, in INTERCEPTOR() argument 362 COMMON_INTERCEPTOR_ENTER(ctx, mmap64, addr, sz, prot, flags, fd, off); in INTERCEPTOR() 365 void *result = REAL(mmap64)(addr, sz, prot, flags, fd, off); in INTERCEPTOR() 368 #define ESAN_MAYBE_INTERCEPT_MMAP64 INTERCEPT_FUNCTION(mmap64)
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_mmap_gtt.c | 99 igt_assert(mmap64(0, OBJECT_SIZE, PROT_READ | PROT_WRITE, in test_access() 103 igt_assert(mmap64(0, OBJECT_SIZE, PROT_READ | PROT_WRITE, in test_access() 114 igt_assert(mmap64(0, OBJECT_SIZE, PROT_READ | PROT_WRITE, in test_access() 131 w = mmap64(0, pages * PAGE_SIZE, PROT_READ | PROT_WRITE, in test_short() 135 r = mmap64(0, pages * PAGE_SIZE, PROT_READ, in test_short() 353 ptr = mmap64(0, 4096, PROT_READ, MAP_SHARED, A, offset_a); in test_isolation() 359 ptr = mmap64(0, 4096, PROT_READ, MAP_SHARED, A, offset_a); in test_isolation()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | libdrm_macros.h | 34 mmap64(addr, length, prot, flags, fd, offset)
|
/external/mesa3d/src/gallium/auxiliary/os/ |
D | os_mman.h | 56 mmap64(addr, length, prot, flags, fd, offset)
|
/external/libdrm/ |
D | libdrm_macros.h | 60 return mmap64(addr, length, prot, flags, fd, offset); in drm_mmap()
|
/external/igt-gpu-tools/lib/i915/ |
D | gem_mman.c | 65 ptr = mmap64(0, size, prot, MAP_SHARED, fd, mmap_arg.offset); in __gem_mmap__gtt()
|
/external/igt-gpu-tools/lib/ |
D | igt_vgem.c | 79 ptr = mmap64(0, bo->size, prot, MAP_SHARED, fd, arg.offset); in __vgem_mmap()
|
/external/ltp/testcases/kernel/mem/mmapstress/ |
D | mmapstress07.c | 205 if ((mapaddr = mmap64((caddr_t) 0, pagesize * 2 + holesize, PROT_READ,
|
/external/stressapptest/ |
D | configure.ac | 139 AC_CHECK_FUNCS([mmap64 posix_memalign rand_r sched_getaffinity])
|