Home
last modified time | relevance | path

Searched defs:protection (Results 1 – 24 of 24) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_mac.cc77 char filename[], uptr filename_size, uptr *protection) { in NextSegmentLoad()
107 uptr *protection) { in Next()
Dsanitizer_procmaps_linux.cc31 uptr *protection) { in Next()
Dsanitizer_procmaps_freebsd.cc53 uptr *protection) { in Next()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps.h57 uptr protection; variable
/external/libchrome/mojo/public/cpp/system/
Dplatform_handle.cc240 UnwrappedSharedMemoryHandleProtection protection) { in WrapSharedMemoryHandle()
287 UnwrappedSharedMemoryHandleProtection* protection) { in UnwrapSharedMemoryHandle()
/external/compiler-rt/lib/interception/
Dinterception_win.cc578 DWORD protection = 0; in OverrideFunctionWithDetour() local
620 DWORD protection = 0; in OverrideFunctionWithRedirectJump() local
668 DWORD protection = 0; in OverrideFunctionWithHotPatch() local
724 DWORD protection = 0; in OverrideFunctionWithTrampoline() local
/external/llvm-project/compiler-rt/lib/interception/
Dinterception_win.cpp664 DWORD protection = 0; in OverrideFunctionWithDetour() local
706 DWORD protection = 0; in OverrideFunctionWithRedirectJump() local
755 DWORD protection = 0; in OverrideFunctionWithHotPatch() local
812 DWORD protection = 0; in OverrideFunctionWithTrampoline() local
/external/crosvm/base/src/
Dmmap.rs84 protection: Option<Protection>, field
142 pub fn protection(mut self, protection: Protection) -> MemoryMappingBuilder<'a> { in protection() method
/external/autotest/frontend/afe/
Drdb_model_extensions.py195 protection = dbmodels.SmallIntegerField(null=False, blank=True, variable in AbstractHostModel
Drpc_interface.py337 def add_host(hostname, status=None, locked=None, lock_reason='', protection=None): argument
/external/ltp/testcases/kernel/syscalls/sendfile/
Dsendfile04.c84 int protection; member
/external/openscreen/cast/streaming/
Doffer_messages.h90 std::string protection = {}; member
Doffer_messages.cc256 auto protection = json::ParseString(value, "protection"); in ParseVideoStream() local
/external/ImageMagick/MagickCore/
Dnt-base.h197 # define mmap(address,length,protection,access,file,offset) \ argument
Dnt-base.c1702 MagickPrivate void *NTMapMemory(char *address,size_t length,int protection, in NTMapMemory()
Dblob.c3011 protection; in MapBlob() local
/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
DAtomicFUTransformer.kt392 val protection = when { in descToName() constant
1138 val protection = ACC_VOLATILE in generateRefVolatileClass() constant
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
Dsegment.c562 char *protection, *share, *name; in show_one_segment() local
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1840 PeepholeProtection protection; in protectFromPeepholes() local
1845 void CodeGenFunction::unprotectFromPeepholes(PeepholeProtection protection) { in unprotectFromPeepholes()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp2193 PeepholeProtection protection; in protectFromPeepholes() local
2198 void CodeGenFunction::unprotectFromPeepholes(PeepholeProtection protection) { in unprotectFromPeepholes()
/external/google-breakpad/src/processor/
Dminidump.cc4437 uint32_t protection = in IsExecutable() local
4446 uint32_t protection = in IsWritable() local
/external/iw/
Dscan.c1067 static const char *protection[4] = { in print_ht_op() local
/external/crosvm/src/
Dlinux.rs1276 let protection = { in create_pmem_device() localVariable
/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h921 uint32_t protection; /* MDMemoryProtection */ member