Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_debuginfo/
Ddebuginfo.c396 if (di1->have_rx_map && di2->have_rx_map in do_DebugInfos_overlap()
401 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()
506 vg_assert(di->have_rx_map); in check_CFSI_related_invariants()
633 di->have_rx_map = True; in LoadNaClDebugInfo()
848 if (!di->have_rx_map) { in VG_()
849 di->have_rx_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_()
1228 di->have_rx_map = True; in VG_()
[all …]
Dpriv_storage.h377 Bool have_rx_map; /* did we see a r?x 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.c2288 di->have_rx_map = True; in ML_()
2346 if (di->have_rx_map && di->have_rw_map && !di->have_dinfo) { in ML_()
Dreadmacho.c688 vg_assert(di->have_rx_map); in ML_()
Dreadelf.c535 vg_assert(di->have_rx_map); in get_elf_symbol_info()
1202 vg_assert(di->have_rx_map == True); in ML_()