Home
last modified time | relevance | path

Searched refs:Protect (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm/lib/Support/Windows/
DMemory.inc101 DWORD Protect = getWindowsProtectionFlags(Flags);
105 MEM_RESERVE | MEM_COMMIT, Protect);
143 DWORD Protect = getWindowsProtectionFlags(Flags);
146 if (!VirtualProtect(M.Address, M.Size, Protect, &OldFlags))
188 return info.Protect;
/external/google-breakpad/src/client/mac/handler/
Dprotected_memory_allocator.h73 kern_return_t Protect();
Dprotected_memory_allocator.cc73 kern_return_t ProtectedMemoryAllocator::Protect() { in Protect() function in ProtectedMemoryAllocator
Dexception_handler.cc544 gBreakpadAllocator->Protect(); in WaitForMessage()
589 gBreakpadAllocator->Protect(); in WaitForMessage()
626 gBreakpadAllocator->Protect(); in SignalHandler()
/external/compiler-rt/lib/builtins/
Denable_execute_stack.c54 VirtualProtect (mbi.BaseAddress, mbi.RegionSize, PAGE_EXECUTE_READWRITE, &mbi.Protect); in __enable_execute_stack()
/external/llvm/lib/Support/Unix/
DMemory.inc111 int Protect = getPosixProtectionFlags(PFlags);
120 Protect, MMFlags, fd, 0);
162 int Protect = getPosixProtectionFlags(Flags);
164 …t((void*)((uintptr_t)M.Address & ~(PageSize-1)), PageSize*((M.Size+PageSize-1)/PageSize), Protect);
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc162 return mbi.Protect == PAGE_NOACCESS && in MemoryRangeIsAvailable()
720 if (info.Protect == 0 || info.Protect == PAGE_NOACCESS || in IsAccessibleMemoryRange()
721 info.Protect == PAGE_EXECUTE) in IsAccessibleMemoryRange()
/external/compiler-rt/test/builtins/Unit/
Denable_execute_stack_test.c27 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect)) in __enable_execute_stack()
Dclear_cache_test.c66 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect)) in main()
/external/autotest/client/site_tests/security_ProfilePermissions/
Dcontrol11 PURPOSE = "Protect the security boundary enforced by filesystem permissions"
/external/v8/src/heap/
Dspaces-inl.h156 void MemoryAllocator::Protect(Address start, size_t size) { in Protect() function
157 base::OS::Protect(start, size); in Protect()
169 base::OS::Protect(chunks_[id].address(), chunks_[id].size()); in ProtectChunkFromPage()
/external/google-breakpad/src/client/mac/Framework/
DBreakpad.mm115 allocator_->Protect();
699 gBreakpadAllocator->Protect();
823 gMasterAllocator->Protect();
824 gKeyValueAllocator->Protect();
825 gBreakpadAllocator->Protect();
994 gBreakpadAllocator->Protect();
/external/autotest/client/tests/kvm/steps/
DWin-Vista-64.steps105 # Protect Windows?
DWin-Vista-32.steps105 # Help Protect (skip)
/external/google-breakpad/src/client/ios/
DBreakpad.mm110 allocator_->Protect();
642 gMasterAllocator->Protect();
643 gKeyValueAllocator->Protect();
644 gBreakpadAllocator->Protect();
/external/clang/test/SemaTemplate/
Dtemp_class_spec.cpp343 template< typename Protect, typename Second >
/external/libchrome/sandbox/win/src/
Dnt_internals.h443 IN ULONG Protect);
/external/elfutils/libcpu/
DChangeLog325 * i386_disasm.c: Protect ADD_CHAR and ADD_STRING macros. Adjust uses.
/external/jetty/
DVERSION.txt655 + 368114 Protect against non-Strings in System properties for Log
732 + 368114 Protect against non-Strings in System properties for Log
1209 + 341850 Protect QTP dump from bad stacks
1588 + 312526 Protect shutdown thread initialization during shutdown
1593 + 311554 Protect shutdown thread from Server#doStop
1632 + 308925 Protect the test webapp from remote access
1670 + 308925 Protect the test webapp from remote access
2938 + Protect SslSelectChannelConnector from exceptions during close
3198 + Protect context deployer from Errors
4141 + Protect ThreadPool.run() from interrupted exceptions
[all …]
/external/harfbuzz_ng/
DNEWS616 - Protect against out-of-range lookup indices.
/external/libpcap/
DCHANGES177 Protect against including AIX 5.x's <net/bpf.h> having been included.
/external/zlib/src/
DChangeLog144 - Protect for long name and extra fields in contrib/minizip [Vollant]
496 - Protect against _FILE_OFFSET_BITS being defined when compiling zlib
/external/opencv3/3rdparty/zlib/
DChangeLog144 - Protect for long name and extra fields in contrib/minizip [Vollant]
496 - Protect against _FILE_OFFSET_BITS being defined when compiling zlib
/external/elfutils/libdwfl/
DChangeLog431 a name verify the file by invalid_elf. Protect elf and fd against
/external/strace/
DChangeLog-CVS2437 * desc.c: Protect #include <sys/epoll.h> with [HAVE_SYS_EPOLL_H].
2438 (epollctls, epollevents): Protect each entry with #ifdef on its macro.

12