HomeSort by relevance Sort by last modified time
    Searched refs:DiCfSI (Results 1 - 3 of 3) sorted by null

  /external/valgrind/coregrind/m_debuginfo/
priv_storage.h 154 /* DiCfSI: a structure to summarise DWARF2/3 CFA info for the code
246 /* Definition of the DiCfSI_m DiCfSI machine dependent part.
359 DiCfSI;
659 (3) all DiCfSI in the cfsi array all have ranges that fall within
661 (4) all DiCfSI in the cfsi array are non-overlapping
664 all the DiCfSI records in the entire system are non overlapping.
665 Hence any address falls into either exactly one DiCfSI record,
667 DiCfSI records. This is the whole point of these restrictions.
668 The caching of DiCfSI searches is done in VG_(use_CF_info). The
669 cache is flushed after any change to debugInfo_list. DiCfSI
    [all...]
storage.c 702 DiCfSI* new_tab;
708 VG_(printf)("adding DiCfSI: ");
724 "warning: DiCfSI %#lx .. %#lx is huge; length = %u (%s)\n",
748 "warning: DiCfSI %#lx .. %#lx outside mapped rx segments (%s)\n",
809 new_sz * sizeof(DiCfSI) );
812 di->cfsi_used * sizeof(DiCfSI));
    [all...]
debuginfo.c 559 DiCfSI* cfsi = &di->cfsi_rd[i];
564 DiCfSI* cfsip = &di->cfsi_rd[i-1];
    [all...]

Completed in 6037 milliseconds