Searched refs:MAP_FILE (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/ |
| H A D | asan-sigbus.cpp | 17 #ifndef MAP_FILE 18 #define MAP_FILE 0 macro 32 MAP_FILE | MAP_SHARED, fd, 0); in main()
|
| /llvm-project-15.0.7/compiler-rt/lib/profile/ |
| H A D | InstrProfilingPort.h | 132 #ifndef MAP_FILE 133 #define MAP_FILE 0 macro
|
| H A D | WindowsMMap.h | 25 #define MAP_FILE 0x00 macro
|
| H A D | GCDAProfiling.c | 253 MAP_FILE | MAP_SHARED, fd, 0); in map_file()
|
| H A D | InstrProfilingFile.c | 351 *ProfileBuffer = mmap(NULL, ProfileFileSize, PROT_READ, MAP_SHARED | MAP_FILE, in mmapProfileForMerging()
|
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/NetBSD/ |
| H A D | cdb.cpp | 106 void *base = mmap(NULL, sz, PROT_READ, MAP_FILE | MAP_SHARED, fd, 0); in test_cdbr2()
|
| /llvm-project-15.0.7/lldb/tools/compact-unwind/ |
| H A D | compact-unwind-dumper.c | 1403 (uint8_t *)mmap(0, st.st_size, PROT_READ, MAP_PRIVATE | MAP_FILE, fd, 0); in main()
|