Searched refs:is_rw_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
943 is_rw_map = False;
949 is_rw_map = seg->hasR && seg->hasW;
953 is_rw_map = seg->hasR && seg->hasW && !seg->hasX;
956 is_rw_map = seg->hasR && seg->hasW;
959 is_rw_map = seg->hasR && seg->hasW; // && !seg->hasX;
970 "is_rx_map %d, is_rw_map %d, is_ro_map %d\n",
971 (Int)is_rx_map, (Int)is_rw_map, (Int)is_ro_map);
974 if (!(is_rx_map || is_rw_map || is_ro_map))
1045 map.rw = is_rw_map;
[all...]

Completed in 679 milliseconds