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

/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_storage.h448 Bool have_ro_map; /* did we see a r-- mapping yet for the file? */ member in struct:_DebugInfoFSM
H A Ddebuginfo.c905 if (!di->fsm.have_ro_map) {
906 di->fsm.have_ro_map = True;
986 if (!di->fsm.have_ro_map)
1003 vg_assert(di->fsm.have_ro_map);
1011 di->fsm.have_ro_map = False;

Completed in 164 milliseconds