HomeSort by relevance Sort by last modified time
    Searched refs:kve_protection (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_procmaps_freebsd.cc 68 if ((VmEntry->kve_protection & KVME_PROT_READ) != 0)
70 if ((VmEntry->kve_protection & KVME_PROT_WRITE) != 0)
72 if ((VmEntry->kve_protection & KVME_PROT_EXEC) != 0)
sanitizer_freebsd.h 92 int kve_protection; member in struct:__sanitizer::xkinfo_vmentry
  /external/libunwind/tests/
crasher.c 76 (kv->kve_protection & KVME_PROT_EXEC) != 0) {

Completed in 540 milliseconds