Searched refs:is_rx_map (Results 1 – 1 of 1) sorted by relevance
698 Bool is_rx_map, is_rw_map, is_ro_map; in VG_() local819 is_rx_map = False; in VG_()825 is_rx_map = seg->hasR && seg->hasX; in VG_()829 is_rx_map = seg->hasR && seg->hasX && !seg->hasW; in VG_()832 is_rx_map = seg->hasR && seg->hasX && !seg->hasW; in VG_()844 (Int)is_rx_map, (Int)is_rw_map); in VG_()847 if (!(is_rx_map || is_rw_map || is_ro_map)) in VG_()912 map.rx = is_rx_map; in VG_()918 di->fsm.have_rx_map |= is_rx_map; in VG_()