Home
last modified time | relevance | path

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 Dasan-sigbus.cpp17 #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 DInstrProfilingPort.h132 #ifndef MAP_FILE
133 #define MAP_FILE 0 macro
H A DWindowsMMap.h25 #define MAP_FILE 0x00 macro
H A DGCDAProfiling.c253 MAP_FILE | MAP_SHARED, fd, 0); in map_file()
H A DInstrProfilingFile.c351 *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 Dcdb.cpp106 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 Dcompact-unwind-dumper.c1403 (uint8_t *)mmap(0, st.st_size, PROT_READ, MAP_PRIVATE | MAP_FILE, fd, 0); in main()