Home
last modified time | relevance | path

Searched refs:protect (Results 1 – 25 of 190) sorted by relevance

12345678

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
DProcessDebugger.cpp32 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/
Dmsan_linux.cpp136 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/
Dsearch.c1457 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/
Dsearch.c1188 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/
Dvmspipe.com2 $! --- protect against nonstandard definitions ---
/openbsd/src/gnu/usr.bin/gcc/gcc/config/pa/
Dt-hpux-shlib13 # $(slibdir) double quoted to protect it from expansion while building
/openbsd/src/gnu/usr.bin/gcc/gcc/config/alpha/
Dt-osf418 # $(slibdir) double quoted to protect it from expansion while building
/openbsd/src/gnu/usr.bin/gcc/gcc/config/arm/
Dt-netbsd17 # $(slibdir) double quoted to protect it from expansion while building
/openbsd/src/gnu/usr.bin/gcc/gcc/config/
Dt-slibgcc-sld17 # $(slibdir) double quoted to protect it from expansion while building
Dt-slibgcc-elf-ver19 # $(slibdir) double quoted to protect it from expansion while building
/openbsd/src/gnu/gcc/gcc/config/pa/
Dt-hpux-shlib19 # $(slibdir) double quoted to protect it from expansion while building
/openbsd/src/gnu/gcc/gcc/config/mips/
Dt-slibgcc-irix24 # $(slibdir) double quoted to protect it from expansion while building
/openbsd/src/gnu/gcc/gcc/config/arm/
Dt-netbsd22 # $(slibdir) double quoted to protect it from expansion while building
/openbsd/src/gnu/gcc/gcc/config/
Dt-slibgcc-sld22 # $(slibdir) double quoted to protect it from expansion while building
Dt-libunwind-elf23 # $(slibdir) double quoted to protect it from expansion while building
Dt-slibgcc-elf-ver26 # $(slibdir) double quoted to protect it from expansion while building
/openbsd/src/gnu/usr.bin/gcc/gcc/config/mips/
Dt-iris5-620 # $(slibdir) double quoted to protect it from expansion while building
/openbsd/src/gnu/gcc/gcc/config/alpha/
Dt-osf426 # $(slibdir) double quoted to protect it from expansion while building
/openbsd/src/gnu/usr.bin/gcc/gcc/config/ia64/
Dt-hpux41 # $(slibdir) double quoted to protect it from expansion while building
/openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/
Dt-aix5237 # $(slibdir) double quoted to protect it from expansion while building
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Dt-aix5239 # $(slibdir) double quoted to protect it from expansion while building
/openbsd/src/gnu/gcc/gcc/config/ia64/
Dt-hpux45 # $(slibdir) double quoted to protect it from expansion while building
/openbsd/src/gnu/gcc/gcc/config/i386/
Dt-nwld56 # $(slibdir) double quoted to protect it from expansion while building
/openbsd/src/gnu/usr.sbin/mkhybrid/src/
Dapple.h275 byte protect; /* = 1 for protected file, 0 otherwise */ member
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Ddfsan.cpp1198 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()

12345678