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

  /external/valgrind/main/coregrind/m_debuginfo/
priv_storage.h 118 /* DiCfSI: a structure to summarise DWARF2/3 CFA info for the code
208 DiCfSI;
229 DiCfSI;
244 DiCfSI;
259 DiCfSI;
542 (3) all DiCfSI in the cfsi array all have ranges that fall within
544 (4) all DiCfSI in the cfsi array are non-overlapping
547 all the DiCfSI records in the entire system are non overlapping.
548 Hence any address falls into either exactly one DiCfSI record,
550 DiCfSI records. This is the whole point of these restrictions
    [all...]
storage.c 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) );
    [all...]
debuginfo.c 530 DiCfSI* cfsi = &di->cfsi[i];
535 DiCfSI* cfsip = &di->cfsi[i-1];
    [all...]
readdwarf.c     [all...]

Completed in 29 milliseconds