Searched refs:DiCfSI (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_storage.h118 /* DiCfSI: a structure to summarise DWARF2/3 CFA info for the code
208 DiCfSI; typedef in typeref:struct:__anon12171
229 DiCfSI; typedef in typeref:struct:__anon12172
244 DiCfSI; typedef in typeref:struct:__anon12173
259 DiCfSI; typedef in typeref:struct:__anon12174
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 record
[all...]
H A Dstorage.c115 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*
[all...]
H A Ddebuginfo.c530 DiCfSI* cfsi = &di->cfsi[i];
535 DiCfSI* cfsip = &di->cfsi[i-1];
2078 /* Search all the DebugInfos in the entire system, to find the DiCfSI
2173 Why not map ip values directly to DiCfSI*'s? Because this would
2177 implementation will resize whilst during queries, since the DiCfSI
2214 /* no DiCfSI for this address */
2217 /* found a DiCfSI for this address */
2226 DebugInfo* di, DiCfSI* cfsi )
2305 DiCfSI* cfsi __attribute__((unused));
2355 DiCfSI* cfs
[all...]
H A Dreaddwarf.c2098 static void initCfiSI ( DiCfSI* si )
2117 static Bool summarise_context( /*OUT*/DiCfSI* si,
3532 DiCfSI cfsi;

Completed in 93 milliseconds