Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/gdb/
H A Dnbsd-tdep.c549 nbsd_vm_map_entry_flags (int kve_flags, int kve_protection) in nbsd_vm_map_entry_flags() argument
553 vm_flags[0] = (kve_protection & KINFO_VME_PROT_READ) ? 'r' : '-'; in nbsd_vm_map_entry_flags()
554 vm_flags[1] = (kve_protection & KINFO_VME_PROT_WRITE) ? 'w' : '-'; in nbsd_vm_map_entry_flags()
555 vm_flags[2] = (kve_protection & KINFO_VME_PROT_EXEC) ? 'x' : '-'; in nbsd_vm_map_entry_flags()
570 int kve_flags, int kve_protection, in nbsd_info_proc_mappings_entry() argument
580 nbsd_vm_map_entry_flags (kve_flags, kve_protection), in nbsd_info_proc_mappings_entry()
590 nbsd_vm_map_entry_flags (kve_flags, kve_protection), in nbsd_info_proc_mappings_entry()
H A Dnbsd-nat.c234 if (!(kve->kve_protection & KVME_PROT_READ) in find_memory_regions()
257 kve->kve_protection & KVME_PROT_READ ? 'r' : '-', in find_memory_regions()
258 kve->kve_protection & KVME_PROT_WRITE ? 'w' : '-', in find_memory_regions()
259 kve->kve_protection & KVME_PROT_EXEC ? 'x' : '-'); in find_memory_regions()
264 func (kve->kve_start, size, kve->kve_protection & KVME_PROT_READ, in find_memory_regions()
265 kve->kve_protection & KVME_PROT_WRITE, in find_memory_regions()
266 kve->kve_protection & KVME_PROT_EXEC, 1, data); in find_memory_regions()
370 kve->kve_flags, kve->kve_protection, in info_proc()
H A Dfbsd-nat.c109 if (!(kve->kve_protection & KVME_PROT_READ) in find_memory_regions()
127 kve->kve_protection & KVME_PROT_READ ? 'r' : '-', in find_memory_regions()
128 kve->kve_protection & KVME_PROT_WRITE ? 'w' : '-', in find_memory_regions()
129 kve->kve_protection & KVME_PROT_EXEC ? 'x' : '-'); in find_memory_regions()
134 func (kve->kve_start, size, kve->kve_protection & KVME_PROT_READ, in find_memory_regions()
135 kve->kve_protection & KVME_PROT_WRITE, in find_memory_regions()
136 kve->kve_protection & KVME_PROT_EXEC, 1, data); in find_memory_regions()
431 kve->kve_flags, kve->kve_protection, in info_proc()
H A Dnbsd-tdep.h47 int kve_flags, int kve_protection,
H A Dfbsd-tdep.h60 int kve_flags, int kve_protection,
H A Dfbsd-tdep.c1110 fbsd_vm_map_entry_flags (int kve_flags, int kve_protection)
1114 vm_flags[0] = (kve_protection & KINFO_VME_PROT_READ) ? 'r' : '-';
1115 vm_flags[1] = (kve_protection & KINFO_VME_PROT_WRITE) ? 'w' : '-';
1116 vm_flags[2] = (kve_protection & KINFO_VME_PROT_EXEC) ? 'x' : '-';
1155 int kve_flags, int kve_protection,
1165 fbsd_vm_map_entry_flags (kve_flags, kve_protection),
1175 fbsd_vm_map_entry_flags (kve_flags, kve_protection),
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dnbsd-tdep.c549 nbsd_vm_map_entry_flags (int kve_flags, int kve_protection) in nbsd_vm_map_entry_flags() argument
553 vm_flags[0] = (kve_protection & KINFO_VME_PROT_READ) ? 'r' : '-'; in nbsd_vm_map_entry_flags()
554 vm_flags[1] = (kve_protection & KINFO_VME_PROT_WRITE) ? 'w' : '-'; in nbsd_vm_map_entry_flags()
555 vm_flags[2] = (kve_protection & KINFO_VME_PROT_EXEC) ? 'x' : '-'; in nbsd_vm_map_entry_flags()
570 int kve_flags, int kve_protection, in nbsd_info_proc_mappings_entry() argument
580 nbsd_vm_map_entry_flags (kve_flags, kve_protection), in nbsd_info_proc_mappings_entry()
590 nbsd_vm_map_entry_flags (kve_flags, kve_protection), in nbsd_info_proc_mappings_entry()
H A Dnbsd-nat.c234 if (!(kve->kve_protection & KVME_PROT_READ) in find_memory_regions()
257 kve->kve_protection & KVME_PROT_READ ? 'r' : '-', in find_memory_regions()
258 kve->kve_protection & KVME_PROT_WRITE ? 'w' : '-', in find_memory_regions()
259 kve->kve_protection & KVME_PROT_EXEC ? 'x' : '-'); in find_memory_regions()
264 func (kve->kve_start, size, kve->kve_protection & KVME_PROT_READ, in find_memory_regions()
265 kve->kve_protection & KVME_PROT_WRITE, in find_memory_regions()
266 kve->kve_protection & KVME_PROT_EXEC, 1, data); in find_memory_regions()
370 kve->kve_flags, kve->kve_protection, in info_proc()
H A Dfbsd-nat.c109 if (!(kve->kve_protection & KVME_PROT_READ) in find_memory_regions()
127 kve->kve_protection & KVME_PROT_READ ? 'r' : '-', in find_memory_regions()
128 kve->kve_protection & KVME_PROT_WRITE ? 'w' : '-', in find_memory_regions()
129 kve->kve_protection & KVME_PROT_EXEC ? 'x' : '-'); in find_memory_regions()
134 func (kve->kve_start, size, kve->kve_protection & KVME_PROT_READ, in find_memory_regions()
135 kve->kve_protection & KVME_PROT_WRITE, in find_memory_regions()
136 kve->kve_protection & KVME_PROT_EXEC, 1, data); in find_memory_regions()
431 kve->kve_flags, kve->kve_protection, in info_proc()
H A Dnbsd-tdep.h47 int kve_flags, int kve_protection,
H A Dfbsd-tdep.h60 int kve_flags, int kve_protection,
H A Dfbsd-tdep.c1110 fbsd_vm_map_entry_flags (int kve_flags, int kve_protection)
1114 vm_flags[0] = (kve_protection & KINFO_VME_PROT_READ) ? 'r' : '-';
1115 vm_flags[1] = (kve_protection & KINFO_VME_PROT_WRITE) ? 'w' : '-';
1116 vm_flags[2] = (kve_protection & KINFO_VME_PROT_EXEC) ? 'x' : '-';
1155 int kve_flags, int kve_protection,
1165 fbsd_vm_map_entry_flags (kve_flags, kve_protection),
1175 fbsd_vm_map_entry_flags (kve_flags, kve_protection),
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_freebsd.cc77 if ((VmEntry->kve_protection & KVME_PROT_READ) != 0) in Next()
79 if ((VmEntry->kve_protection & KVME_PROT_WRITE) != 0) in Next()
81 if ((VmEntry->kve_protection & KVME_PROT_EXEC) != 0) in Next()
H A Dsanitizer_procmaps_bsd.cc111 if ((VmEntry->kve_protection & KVME_PROT_READ) != 0) in Next()
113 if ((VmEntry->kve_protection & KVME_PROT_WRITE) != 0) in Next()
115 if ((VmEntry->kve_protection & KVME_PROT_EXEC) != 0) in Next()
H A Dsanitizer_freebsd.h90 int kve_protection; member
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_bsd.cc111 if ((VmEntry->kve_protection & KVME_PROT_READ) != 0) in Next()
113 if ((VmEntry->kve_protection & KVME_PROT_WRITE) != 0) in Next()
115 if ((VmEntry->kve_protection & KVME_PROT_EXEC) != 0) in Next()
H A Dsanitizer_freebsd.h90 int kve_protection; member
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_procmaps_bsd.cc114 if ((VmEntry->kve_protection & KVME_PROT_READ) != 0) in Next()
116 if ((VmEntry->kve_protection & KVME_PROT_WRITE) != 0) in Next()
118 if ((VmEntry->kve_protection & KVME_PROT_EXEC) != 0) in Next()
H A Dsanitizer_freebsd.h92 int kve_protection; member
/netbsd/external/bsd/librtld_db/dist/
H A Drtld_db.c174 if (kve->kve_protection & KVME_PROT_READ) in rd_loadobj_iter()
176 if (kve->kve_protection & KVME_PROT_WRITE) in rd_loadobj_iter()
178 if (kve->kve_protection & KVME_PROT_EXEC) in rd_loadobj_iter()
/netbsd/external/bsd/libproc/dist/
H A Dproc_sym.c245 if (kve->kve_protection & KVME_PROT_READ) in proc_addr2map()
247 if (kve->kve_protection & KVME_PROT_WRITE) in proc_addr2map()
249 if (kve->kve_protection & KVME_PROT_EXEC) in proc_addr2map()
/netbsd/sys/sys/
H A Dsysctl.h824 uint32_t kve_protection; /* Protection bitmask. */ member
/netbsd/sys/uvm/
H A Duvm_map.c5306 kve->kve_protection = PROT(e->protection); in fill_vmentry()