Lines Matching defs:kv
675 auto *kv = reinterpret_cast<struct kinfo_vmentry *>(bp);
676 if (kv->kve_structsize == 0)
678 bp += kv->kve_structsize;
682 info.GetRange().SetRangeBase(kv->kve_start);
683 info.GetRange().SetRangeEnd(kv->kve_end);
686 if (kv->kve_protection & VM_PROT_READ)
691 if (kv->kve_protection & VM_PROT_WRITE)
696 if (kv->kve_protection & VM_PROT_EXECUTE)
701 if (kv->kve_path[0])
702 info.SetName(kv->kve_path);