Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:DiCfSI

115 void ML_(ppDiCfSI) ( XArray* /* of CfiExpr */ exprs, DiCfSI* si )
432 DiCfSI is copied. */
433 void ML_(addDiCfSI) ( struct _DebugInfo* di, DiCfSI* cfsi_orig )
437 DiCfSI* new_tab;
441 DiCfSI cfsi = *cfsi_orig;
444 VG_(printf)("adding DiCfSI: ");
460 DiCfSI can't possibly fall inside it. In which case skip. */
475 "warning: DiCfSI %#lx .. %#lx outside segment %#lx .. %#lx\n",
537 new_sz * sizeof(DiCfSI) );
1657 DiCfSI* a = (DiCfSI*)va;
1658 DiCfSI* b = (DiCfSI*)vb;