Home
last modified time | relevance | path

Searched refs:kve_protection (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_freebsd.cc68 if ((VmEntry->kve_protection & KVME_PROT_READ) != 0) in Next()
70 if ((VmEntry->kve_protection & KVME_PROT_WRITE) != 0) in Next()
72 if ((VmEntry->kve_protection & KVME_PROT_EXEC) != 0) in Next()
Dsanitizer_freebsd.h92 int kve_protection; member
/external/libunwind/tests/
Dcrasher.c76 (kv->kve_protection & KVME_PROT_EXEC) != 0) { in write_maps()