Searched refs:prot2 (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/lib/msan/ |
D | msan_linux.cc | 49 bool InitShadow(bool prot1, bool prot2, bool map_shadow, bool init_origins) { in InitShadow() argument 66 (prot2 && !MemoryRangeIsAvailable(kBad2Beg, kBad2End))) { in InitShadow() 73 if (prot2 && !Mprotect(kBad2Beg, kBad2End - kBad2Beg)) in InitShadow()
|
D | msan.h | 44 bool InitShadow(bool prot1, bool prot2, bool map_shadow, bool init_origins);
|
/external/checkpolicy/ |
D | policy_define.c | 4175 unsigned int prot2, low2, high2; in define_port_context() local 4177 prot2 = c->u.port.protocol; in define_port_context() 4180 if (protocol != prot2) in define_port_context()
|