Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_debuginfo/
Ddebuginfo.c401 if (di1->have_rx_map && di2->have_rw_map in do_DebugInfos_overlap()
406 if (di1->have_rw_map && di2->have_rx_map in do_DebugInfos_overlap()
411 if (di1->have_rw_map && di2->have_rw_map in do_DebugInfos_overlap()
507 vg_assert(di->have_rw_map); in check_CFSI_related_invariants()
637 di->have_rw_map = True; in LoadNaClDebugInfo()
860 if (!di->have_rw_map) { in VG_()
861 di->have_rw_map = True; in VG_()
873 if ( ! (di->have_rx_map && di->have_rw_map && !di->have_dinfo) ) in VG_()
1153 vg_assert(di && !di->have_rx_map && !di->have_rw_map); in VG_()
1231 di->have_rw_map = True; in VG_()
Dpriv_storage.h378 Bool have_rw_map; /* did we see a rw? mapping yet for the file? */ member
Dstorage.c376 vg_assert(di->have_rx_map && di->have_rw_map); in ML_()
447 vg_assert(di->have_rx_map && di->have_rw_map); in ML_()
899 vg_assert(di->have_rx_map && di->have_rw_map); in ML_()
Dreadpdb.c2305 di->have_rw_map = True; in ML_()
2346 if (di->have_rx_map && di->have_rw_map && !di->have_dinfo) { in ML_()
Dreadmacho.c689 vg_assert(di->have_rw_map); in ML_()
Dreadelf.c1203 vg_assert(di->have_rw_map == True); in ML_()