Home
last modified time | relevance | path

Searched refs:is_ro_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
944 is_ro_map = False; in VG_()
965 is_ro_map = seg->hasR && !seg->hasW && !seg->hasX; 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_()
1051 map.ro = is_ro_map; in VG_()
1057 di->fsm.have_ro_map |= is_ro_map; in VG_()