Home
last modified time | relevance | path

Searched defs:PROT_READ (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/Analysis/
H A Dmmap-writeexec.c7 #define PROT_READ 0x04 macro
10 #define PROT_READ global() macro
/llvm-project/compiler-rt/lib/profile/
H A DWindowsMMap.h21 #define PROT_READ 0x1 macro
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp28 #define PROT_READ 1 macro
/llvm-project/bolt/runtime/
H A Dcommon.h43 #define PROT_READ 0x1 /* Page can be read. */ macro