| /src/external/gpl3/gdb.old/dist/gdb/ |
| netbsd-tdep.h | 36 KVE_START, KVE_END, KVE_OFFSET, KVE_FLAGS, and KVE_PROTECTION 44 int kve_flags, int kve_protection,
|
| fbsd-tdep.h | 52 KVE_START, KVE_END, KVE_OFFSET, KVE_FLAGS, and KVE_PROTECTION 60 int kve_flags, int kve_protection,
|
| netbsd-tdep.c | 31 /* Flags in the 'kve_protection' field in struct kinfo_vmentry. These 560 nbsd_vm_map_entry_flags (int kve_flags, int kve_protection) 564 vm_flags[0] = (kve_protection & KINFO_VME_PROT_READ) ? 'r' : '-'; 565 vm_flags[1] = (kve_protection & KINFO_VME_PROT_WRITE) ? 'w' : '-'; 566 vm_flags[2] = (kve_protection & KINFO_VME_PROT_EXEC) ? 'x' : '-'; 581 int kve_flags, int kve_protection, 591 nbsd_vm_map_entry_flags (kve_flags, kve_protection), 601 nbsd_vm_map_entry_flags (kve_flags, kve_protection),
|
| netbsd-nat.c | 232 if (!(kve->kve_protection & KVME_PROT_READ) 254 kve->kve_protection & KVME_PROT_READ ? 'r' : '-', 255 kve->kve_protection & KVME_PROT_WRITE ? 'w' : '-', 256 kve->kve_protection & KVME_PROT_EXEC ? 'x' : '-'); 261 func (kve->kve_start, size, kve->kve_protection & KVME_PROT_READ, 262 kve->kve_protection & KVME_PROT_WRITE, 263 kve->kve_protection & KVME_PROT_EXEC, 1, false, data); 367 kve->kve_flags, kve->kve_protection,
|
| fbsd-nat.c | 165 if (!(kve->kve_protection & KVME_PROT_READ) 182 kve->kve_protection & KVME_PROT_READ ? 'r' : '-', 183 kve->kve_protection & KVME_PROT_WRITE ? 'w' : '-', 184 kve->kve_protection & KVME_PROT_EXEC ? 'x' : '-'); 189 func (kve->kve_start, size, kve->kve_protection & KVME_PROT_READ, 190 kve->kve_protection & KVME_PROT_WRITE, 191 kve->kve_protection & KVME_PROT_EXEC, 1, false, data); 392 kve->kve_flags, kve->kve_protection,
|
| fbsd-tdep.c | 174 #define KVE_PROTECTION 0x38 177 /* Flags in the 'kve_protection' field in struct kinfo_vmentry. These 1079 fbsd_vm_map_entry_flags (int kve_flags, int kve_protection) 1083 vm_flags[0] = (kve_protection & KINFO_VME_PROT_READ) ? 'r' : '-'; 1084 vm_flags[1] = (kve_protection & KINFO_VME_PROT_WRITE) ? 'w' : '-'; 1085 vm_flags[2] = (kve_protection & KINFO_VME_PROT_EXEC) ? 'x' : '-'; 1124 int kve_flags, int kve_protection, 1134 fbsd_vm_map_entry_flags (kve_flags, kve_protection), 1144 fbsd_vm_map_entry_flags (kve_flags, kve_protection), 1191 LONGEST prot = bfd_get_signed_32 (cbfd, descdata + KVE_PROTECTION); [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| netbsd-tdep.h | 36 KVE_START, KVE_END, KVE_OFFSET, KVE_FLAGS, and KVE_PROTECTION 44 int kve_flags, int kve_protection,
|
| fbsd-tdep.h | 52 KVE_START, KVE_END, KVE_OFFSET, KVE_FLAGS, and KVE_PROTECTION 60 int kve_flags, int kve_protection,
|
| netbsd-tdep.c | 31 /* Flags in the 'kve_protection' field in struct kinfo_vmentry. These 560 nbsd_vm_map_entry_flags (int kve_flags, int kve_protection) 564 vm_flags[0] = (kve_protection & KINFO_VME_PROT_READ) ? 'r' : '-'; 565 vm_flags[1] = (kve_protection & KINFO_VME_PROT_WRITE) ? 'w' : '-'; 566 vm_flags[2] = (kve_protection & KINFO_VME_PROT_EXEC) ? 'x' : '-'; 581 int kve_flags, int kve_protection, 591 nbsd_vm_map_entry_flags (kve_flags, kve_protection), 601 nbsd_vm_map_entry_flags (kve_flags, kve_protection),
|
| netbsd-nat.c | 232 if (!(kve->kve_protection & KVME_PROT_READ) 254 kve->kve_protection & KVME_PROT_READ ? 'r' : '-', 255 kve->kve_protection & KVME_PROT_WRITE ? 'w' : '-', 256 kve->kve_protection & KVME_PROT_EXEC ? 'x' : '-'); 261 func (kve->kve_start, size, kve->kve_protection & KVME_PROT_READ, 262 kve->kve_protection & KVME_PROT_WRITE, 263 kve->kve_protection & KVME_PROT_EXEC, 1, false, data); 367 kve->kve_flags, kve->kve_protection,
|
| fbsd-nat.c | 165 if (!(kve->kve_protection & KVME_PROT_READ) 182 kve->kve_protection & KVME_PROT_READ ? 'r' : '-', 183 kve->kve_protection & KVME_PROT_WRITE ? 'w' : '-', 184 kve->kve_protection & KVME_PROT_EXEC ? 'x' : '-'); 189 func (kve->kve_start, size, kve->kve_protection & KVME_PROT_READ, 190 kve->kve_protection & KVME_PROT_WRITE, 191 kve->kve_protection & KVME_PROT_EXEC, 1, false, data); 392 kve->kve_flags, kve->kve_protection,
|
| fbsd-tdep.c | 174 #define KVE_PROTECTION 0x38 177 /* Flags in the 'kve_protection' field in struct kinfo_vmentry. These 1074 fbsd_vm_map_entry_flags (int kve_flags, int kve_protection) 1078 vm_flags[0] = (kve_protection & KINFO_VME_PROT_READ) ? 'r' : '-'; 1079 vm_flags[1] = (kve_protection & KINFO_VME_PROT_WRITE) ? 'w' : '-'; 1080 vm_flags[2] = (kve_protection & KINFO_VME_PROT_EXEC) ? 'x' : '-'; 1119 int kve_flags, int kve_protection, 1129 fbsd_vm_map_entry_flags (kve_flags, kve_protection), 1139 fbsd_vm_map_entry_flags (kve_flags, kve_protection), 1185 LONGEST prot = bfd_get_signed_32 (cbfd, descdata + KVE_PROTECTION); [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_procmaps_bsd.cpp | 88 if ((VmEntry->kve_protection & KVME_PROT_READ) != 0) 90 if ((VmEntry->kve_protection & KVME_PROT_WRITE) != 0) 92 if ((VmEntry->kve_protection & KVME_PROT_EXEC) != 0)
|
| sanitizer_procmaps_freebsd.cc | 77 if ((VmEntry->kve_protection & KVME_PROT_READ) != 0) 79 if ((VmEntry->kve_protection & KVME_PROT_WRITE) != 0) 81 if ((VmEntry->kve_protection & KVME_PROT_EXEC) != 0)
|
| sanitizer_freebsd.h | 91 int kve_protection; member in struct:__sanitizer::xkinfo_vmentry
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_procmaps_bsd.cc | 114 if ((VmEntry->kve_protection & KVME_PROT_READ) != 0) 116 if ((VmEntry->kve_protection & KVME_PROT_WRITE) != 0) 118 if ((VmEntry->kve_protection & KVME_PROT_EXEC) != 0)
|
| sanitizer_freebsd.h | 92 int kve_protection; member in struct:__sanitizer::xkinfo_vmentry
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_procmaps_bsd.cpp | 104 if ((VmEntry->kve_protection & KVME_PROT_READ) != 0) 106 if ((VmEntry->kve_protection & KVME_PROT_WRITE) != 0) 108 if ((VmEntry->kve_protection & KVME_PROT_EXEC) != 0)
|
| sanitizer_freebsd.h | 91 int kve_protection; member in struct:__sanitizer::xkinfo_vmentry
|
| /src/external/bsd/librtld_db/dist/ |
| rtld_db.c | 174 if (kve->kve_protection & KVME_PROT_READ) 176 if (kve->kve_protection & KVME_PROT_WRITE) 178 if (kve->kve_protection & KVME_PROT_EXEC)
|
| /src/external/bsd/libproc/dist/ |
| proc_sym.c | 249 if (kve->kve_protection & KVME_PROT_READ) 251 if (kve->kve_protection & KVME_PROT_WRITE) 253 if (kve->kve_protection & KVME_PROT_EXEC)
|
| /src/sys/sys/ |
| sysctl.h | 831 uint32_t kve_protection; /* Protection bitmask. */ member in struct:kinfo_vmentry
|
| /src/sys/uvm/ |
| uvm_map.c | 5354 kve->kve_protection = PROT(e->protection);
|