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

/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_storage.h123 /* DiCfSI: a structure to summarise DWARF2/3 CFA info for the code
229 DiCfSI; typedef in typeref:struct:__anon32419
250 DiCfSI; typedef in typeref:struct:__anon32420
267 DiCfSI; typedef in typeref:struct:__anon32421
282 DiCfSI; typedef in typeref:struct:__anon32422
297 DiCfSI; typedef in typeref:struct:__anon32423
312 DiCfSI; typedef in typeref:struct:__anon32424
600 (3) all DiCfSI in the cfsi array all have ranges that fall within
602 (4) all DiCfSI in the cfsi array are non-overlapping
605 all the DiCfSI record
[all...]
H A Dstorage.c116 void ML_(ppDiCfSI) ( XArray* /* of CfiExpr */ exprs, DiCfSI* si )
468 DiCfSI is copied. */
469 void ML_(addDiCfSI) ( struct _DebugInfo* di, DiCfSI* cfsi_orig )
473 DiCfSI* new_tab;
479 DiCfSI cfsi = *cfsi_orig;
482 VG_(printf)("adding DiCfSI: ");
517 "warning: DiCfSI %#lx .. %#lx outside mapped rw segments (%s)\n",
578 new_sz * sizeof(DiCfSI) );
1729 const DiCfSI* a = va;
1730 const DiCfSI*
[all...]
H A Ddebuginfo.c550 DiCfSI* cfsi = &di->cfsi[i];
555 DiCfSI* cfsip = &di->cfsi[i-1];
2151 /* Search all the DebugInfos in the entire system, to find the DiCfSI
2246 Why not map ip values directly to DiCfSI*'s? Because this would
2250 implementation will resize whilst during queries, since the DiCfSI
2293 /* no DiCfSI for this address */
2296 /* found a DiCfSI for this address */
2305 DebugInfo* di, DiCfSI* cfsi )
2401 DiCfSI* cfsi __attribute__((unused));
2461 DiCfSI* cfs
[all...]
H A Dreaddwarf.c2129 static void initCfiSI ( DiCfSI* si )
2148 static Bool summarise_context( /*OUT*/DiCfSI* si,
3659 DiCfSI cfsi;

Completed in 447 milliseconds