Home
last modified time | relevance | path

Searched defs:protect (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp32 static DWORD ConvertLldbToWinApiProtect(uint32_t protect) { in ConvertLldbToWinApiProtect()
50 static bool IsPageReadable(uint32_t protect) { in IsPageReadable()
54 static bool IsPageWritable(uint32_t protect) { in IsPageWritable()
59 static bool IsPageExecutable(uint32_t protect) { in IsPageExecutable()
340 auto protect = ConvertLldbToWinApiProtect(permissions); in AllocateMemory() local
/openbsd/gnu/usr.bin/perl/cpan/podlators/lib/Pod/
H A DMan.pm768 sub protect { subroutine
/openbsd/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_linux.cpp136 bool protect = type == MappingDesc::INVALID || in InitShadow() local
/openbsd/gnu/gcc/gcc/cp/
H A Dsearch.c1188 lookup_member (tree xbasetype, tree name, int protect, bool want_type) in lookup_member()
1297 lookup_field (tree xbasetype, tree name, int protect, bool want_type) in lookup_field()
1313 lookup_fnfields (tree xbasetype, tree name, int protect) in lookup_fnfields()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dsearch.c1457 lookup_member (xbasetype, name, protect, want_type) in lookup_member() argument
1564 lookup_field (xbasetype, name, protect, want_type) in lookup_field() argument
1581 lookup_fnfields (xbasetype, name, protect) in lookup_fnfields() argument
/openbsd/gnu/gcc/gcc/
H A Dcfgexpand.c965 create_stack_guard (bool protect) in create_stack_guard()
/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dapple.h275 byte protect; /* = 1 for protected file, 0 otherwise */ member
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan.cpp1198 bool protect = type == MappingDesc::INVALID || in InitShadow() local