Home
last modified time | relevance | path

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

12

/external/llvm/lib/Support/Windows/
DMemory.inc93 DWORD Protect = getWindowsProtectionFlags(Flags);
97 MEM_RESERVE | MEM_COMMIT, Protect);
135 DWORD Protect = getWindowsProtectionFlags(Flags);
138 if (!VirtualProtect(M.Address, M.Size, Protect, &OldFlags))
180 return info.Protect;
/external/v8/src/heap/
Dspaces-inl.h108 void MemoryAllocator::Protect(Address start, size_t size) { in Protect() function
109 base::OS::Protect(start, size); in Protect()
121 base::OS::Protect(chunks_[id].address(), chunks_[id].size()); in ProtectChunkFromPage()
/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/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/llvm/lib/Support/Unix/
DMemory.inc112 int Protect = getPosixProtectionFlags(PFlags);
121 Protect, MMFlags, fd, 0);
162 int Protect = getPosixProtectionFlags(Flags);
164 int Result = ::mprotect(M.Address, M.Size, Protect);
/external/sepolicy/
Dkeystore.te23 ### Protect ourself from others
/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/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/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc161 return mbi.Protect == PAGE_NOACCESS && in MemoryRangeIsAvailable()
/external/elfutils/src/libcpu/
DChangeLog314 * 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/
DNEWS291 - Protect against out-of-range lookup indices.
/external/libpcap/
DCHANGES126 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/elfutils/src/libdwfl/
DChangeLog82 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.
/external/dnsmasq/
DCHANGELOG.archive1335 Protect against overlong names and overlong
/external/libpng/
DCHANGES2725 Protect pngstruct.h, pnginfo.h, and pngdebug.h from being included twice.
4582 Protect symbol prefixing against CC/CPPFLAGS/CFLAGS useage.
/external/bison/
DChangeLog1485 * data/lalr1.cc (yyparse): Protect the whole yyparse by a try-catch
/external/e2fsprogs/debian/
Dchangelog2349 * Protect against a potential core dump in e2fsck when printing a
/external/e2fsprogs/
DRELEASE-NOTES4694 Protect against a potential core dump in e2fsck when printing a

12