Searched refs:is_ro_map (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
H A Ddebuginfo.c819 Bool is_rx_map, is_rw_map, is_ro_map; local
944 is_ro_map = False;
965 is_ro_map = seg->hasR && !seg->hasW && !seg->hasX;
975 "is_rx_map %d, is_rw_map %d, is_ro_map %d\n",
976 (Int)is_rx_map, (Int)is_rw_map, (Int)is_ro_map);
979 if (!(is_rx_map || is_rw_map || is_ro_map))
1051 map.ro = is_ro_map;
1057 di->fsm.have_ro_map |= is_ro_map;

Completed in 147 milliseconds