| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| D | ProcessDebugger.cpp | 32 static DWORD ConvertLldbToWinApiProtect(uint32_t protect) { in ConvertLldbToWinApiProtect() argument 40 if (protect & ePermissionsExecutable) in ConvertLldbToWinApiProtect() 50 static bool IsPageReadable(uint32_t protect) { in IsPageReadable() argument 51 return (protect & PAGE_NOACCESS) == 0; in IsPageReadable() 54 static bool IsPageWritable(uint32_t protect) { in IsPageWritable() argument 55 return (protect & (PAGE_EXECUTE_READWRITE | PAGE_EXECUTE_WRITECOPY | in IsPageWritable() 59 static bool IsPageExecutable(uint32_t protect) { in IsPageExecutable() argument 60 return (protect & (PAGE_EXECUTE | PAGE_EXECUTE_READ | PAGE_EXECUTE_READWRITE | in IsPageExecutable() 340 auto protect = ConvertLldbToWinApiProtect(permissions); in AllocateMemory() local 341 auto result = ::VirtualAllocEx(handle, nullptr, size, MEM_COMMIT, protect); in AllocateMemory()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/msan/ |
| D | msan_linux.cpp | 136 bool protect = type == MappingDesc::INVALID || in InitShadow() local 138 CHECK(!(map && protect)); in InitShadow() 139 if (!map && !protect) in InitShadow() 149 if (protect) { in InitShadow()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | search.c | 1457 lookup_member (xbasetype, name, protect, want_type) in lookup_member() argument 1459 int protect, want_type; 1519 if (!protect && lfi.ambiguous) 1522 if (protect == 2) 1527 protect = 0; 1534 if (rval && protect && !is_overloaded_fn (rval) 1538 if (errstr && protect) 1564 lookup_field (xbasetype, name, protect, want_type) in lookup_field() argument 1566 int protect, want_type; 1568 tree rval = lookup_member (xbasetype, name, protect, want_type); [all …]
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | search.c | 1188 lookup_member (tree xbasetype, tree name, int protect, bool want_type) in lookup_member() argument 1242 if (!protect && lfi.ambiguous) in lookup_member() 1245 if (protect == 2) in lookup_member() 1250 protect = 0; in lookup_member() 1272 if (rval && protect in lookup_member() 1278 if (errstr && protect) in lookup_member() 1297 lookup_field (tree xbasetype, tree name, int protect, bool want_type) in lookup_field() argument 1299 tree rval = lookup_member (xbasetype, name, protect, want_type); in lookup_field() 1313 lookup_fnfields (tree xbasetype, tree name, int protect) in lookup_fnfields() argument 1315 tree rval = lookup_member (xbasetype, name, protect, /*want_type=*/false); in lookup_fnfields()
|
| /openbsd/src/gnu/usr.bin/perl/vms/ |
| D | vmspipe.com | 2 $! --- protect against nonstandard definitions ---
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/pa/ |
| D | t-hpux-shlib | 13 # $(slibdir) double quoted to protect it from expansion while building
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/alpha/ |
| D | t-osf4 | 18 # $(slibdir) double quoted to protect it from expansion while building
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/arm/ |
| D | t-netbsd | 17 # $(slibdir) double quoted to protect it from expansion while building
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/ |
| D | t-slibgcc-sld | 17 # $(slibdir) double quoted to protect it from expansion while building
|
| D | t-slibgcc-elf-ver | 19 # $(slibdir) double quoted to protect it from expansion while building
|
| /openbsd/src/gnu/gcc/gcc/config/pa/ |
| D | t-hpux-shlib | 19 # $(slibdir) double quoted to protect it from expansion while building
|
| /openbsd/src/gnu/gcc/gcc/config/mips/ |
| D | t-slibgcc-irix | 24 # $(slibdir) double quoted to protect it from expansion while building
|
| /openbsd/src/gnu/gcc/gcc/config/arm/ |
| D | t-netbsd | 22 # $(slibdir) double quoted to protect it from expansion while building
|
| /openbsd/src/gnu/gcc/gcc/config/ |
| D | t-slibgcc-sld | 22 # $(slibdir) double quoted to protect it from expansion while building
|
| D | t-libunwind-elf | 23 # $(slibdir) double quoted to protect it from expansion while building
|
| D | t-slibgcc-elf-ver | 26 # $(slibdir) double quoted to protect it from expansion while building
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/mips/ |
| D | t-iris5-6 | 20 # $(slibdir) double quoted to protect it from expansion while building
|
| /openbsd/src/gnu/gcc/gcc/config/alpha/ |
| D | t-osf4 | 26 # $(slibdir) double quoted to protect it from expansion while building
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/ia64/ |
| D | t-hpux | 41 # $(slibdir) double quoted to protect it from expansion while building
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| D | t-aix52 | 37 # $(slibdir) double quoted to protect it from expansion while building
|
| /openbsd/src/gnu/gcc/gcc/config/rs6000/ |
| D | t-aix52 | 39 # $(slibdir) double quoted to protect it from expansion while building
|
| /openbsd/src/gnu/gcc/gcc/config/ia64/ |
| D | t-hpux | 45 # $(slibdir) double quoted to protect it from expansion while building
|
| /openbsd/src/gnu/gcc/gcc/config/i386/ |
| D | t-nwld | 56 # $(slibdir) double quoted to protect it from expansion while building
|
| /openbsd/src/gnu/usr.sbin/mkhybrid/src/ |
| D | apple.h | 275 byte protect; /* = 1 for protected file, 0 otherwise */ member
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/ |
| D | dfsan.cpp | 1198 bool protect = type == MappingDesc::INVALID || in InitShadow() local 1200 CHECK(!(map && protect)); in InitShadow() 1201 if (!map && !protect) in InitShadow() 1211 if (protect) { in InitShadow()
|