Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c819 Bool is_rx_map, is_rw_map, is_ro_map; in VG_() local
942 is_rx_map = False; in VG_()
948 is_rx_map = seg->hasR && seg->hasX; in VG_()
952 is_rx_map = seg->hasR && seg->hasX && !seg->hasW; in VG_()
955 is_rx_map = seg->hasR && seg->hasX && !seg->hasW; in VG_()
958 is_rx_map = seg->hasR && seg->hasX; // && !seg->hasW; in VG_()
969 is_rx_map = seg->hasR && seg->hasX && !seg->hasW; in VG_()
976 (Int)is_rx_map, (Int)is_rw_map, (Int)is_ro_map); in VG_()
979 if (!(is_rx_map || is_rw_map || is_ro_map)) in VG_()
1049 map.rx = is_rx_map; in VG_()
[all …]