Searched defs:protection (Results 1 - 12 of 12) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_freebsd.cc53 uptr *protection) {
60 if (!protection) protection = &dummy;
67 *protection = 0;
69 *protection |= kProtectionRead;
71 *protection |= kProtectionWrite;
73 *protection |= kProtectionExecute;
51 Next(uptr *start, uptr *end, uptr *offset, char filename[], uptr filename_size, uptr *protection) argument
H A Dsanitizer_procmaps_linux.cc31 uptr *protection) {
38 if (!protection) protection = &dummy;
48 *protection = 0;
50 *protection |= kProtectionRead;
53 *protection |= kProtectionWrite;
56 *protection |= kProtectionExecute;
59 *protection |= kProtectionShared;
29 Next(uptr *start, uptr *end, uptr *offset, char filename[], uptr filename_size, uptr *protection) argument
H A Dsanitizer_procmaps_mac.cc77 char filename[], uptr filename_size, uptr *protection) {
84 if (protection) {
85 // Return the initial protection.
86 *protection = sc->initprot;
107 uptr *protection) {
139 start, end, offset, filename, filename_size, protection))
146 start, end, offset, filename, filename_size, protection))
75 NextSegmentLoad( uptr *start, uptr *end, uptr *offset, char filename[], uptr filename_size, uptr *protection) argument
105 Next(uptr *start, uptr *end, uptr *offset, char filename[], uptr filename_size, uptr *protection) argument
/external/autotest/frontend/afe/
H A Drdb_model_extensions.py141 protection, lock_time, dirty])
179 protection: indicates what can be done to this host during repair
195 protection = dbmodels.SmallIntegerField(null=False, blank=True, variable in class:AbstractHostModel
/external/v8/src/base/platform/
H A Dplatform-cygwin.cc134 static void* RandomizedVirtualAlloc(size_t size, int action, int protection) { argument
137 if (protection == PAGE_EXECUTE_READWRITE || protection == PAGE_NOACCESS) {
140 base = VirtualAlloc(OS::GetRandomMmapAddr(), size, action, protection);
145 if (base == NULL) base = VirtualAlloc(NULL, size, action, protection);
H A Dplatform-win32.cc752 static void* RandomizedVirtualAlloc(size_t size, int action, int protection) { argument
765 (protection == PAGE_EXECUTE_READWRITE || protection == PAGE_NOACCESS)) {
768 base = VirtualAlloc(OS::GetRandomMmapAddr(), size, action, protection);
773 if (base == NULL) base = VirtualAlloc(NULL, size, action, protection);
/external/valgrind/coregrind/
H A Dpub_core_threadstate.h215 UWord protection; member in struct:__anon19682::__anon19683::__anon19695
237 UWord protection; member in struct:__anon19682::__anon19683::__anon19700
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1756 // extend this protection.
1767 PeepholeProtection protection; local
1768 protection.Inst = inst;
1769 return protection;
1772 void CodeGenFunction::unprotectFromPeepholes(PeepholeProtection protection) { argument
1773 if (!protection.Inst) return;
1776 protection.Inst->eraseFromParent();
/external/google-breakpad/src/processor/
H A Dminidump.cc3719 uint32_t protection = local
3720 memory_info_.protection & MD_MEMORY_PROTECTION_ACCESS_MASK;
3721 return protection == MD_MEMORY_PROTECT_EXECUTE ||
3722 protection == MD_MEMORY_PROTECT_EXECUTE_READ ||
3723 protection == MD_MEMORY_PROTECT_EXECUTE_READWRITE;
3728 uint32_t protection = local
3729 memory_info_.protection & MD_MEMORY_PROTECTION_ACCESS_MASK;
3730 return protection == MD_MEMORY_PROTECT_READWRITE ||
3731 protection == MD_MEMORY_PROTECT_WRITECOPY ||
3732 protection
[all...]
/external/iw/
H A Dscan.c1067 static const char *protection[4] = { local
1084 printf("\t\t * HT protection: %s\n", protection[data[2] & 0x3]);
1088 printf("\t\t * dual CTS protection: %d\n", (data[4] & 0x80) >> 7);
/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_format.h821 uint32_t allocation_protection; /* Memory protection when this region
827 uint32_t protection; /* MDMemoryProtection */ member in struct:__anon6195
839 /* For (MDRawMemoryInfo).allocation_protection and .protection */
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 496 milliseconds