Home
last modified time | relevance | path

Searched refs:MDB_TGT_MAP_X (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.h288 #define MDB_TGT_MAP_X 0x04 /* Mapping is executable */ macro
H A Dmdb_kvm.c1104 map.map_flags = MDB_TGT_MAP_R | MDB_TGT_MAP_W | MDB_TGT_MAP_X; in kt_mapping_walk()
1137 map->map_flags = MDB_TGT_MAP_R | MDB_TGT_MAP_W | MDB_TGT_MAP_X; in kt_module_to_map()
H A Dmdb_proc.c3135 mp->map_flags |= MDB_TGT_MAP_X; in pt_prmap_to_mdbmap()
3223 mp->map_flags = MDB_TGT_MAP_R | MDB_TGT_MAP_X; in pt_object_iter()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c1138 map.map_flags = MDB_TGT_MAP_R | MDB_TGT_MAP_W | MDB_TGT_MAP_X; in kmt_mapping_walk()
1173 map->map_flags = MDB_TGT_MAP_R | MDB_TGT_MAP_W | MDB_TGT_MAP_X; in kmt_mod_to_map()