Searched refs:cfsi_m (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
H A Ddebuginfo.c2541 *cfsi_mP to the cfsi_m pointer in that DebugInfo's cfsi_m_pool.
2627 Each cache entry binds an ip value to a (di, cfsi_m*) pair. Possible
2630 di is non-null, cfsi_m* >= 0 ==> cache slot in use, "cfsi_m*"
2637 We can map an ip value directly to a (di, cfsi_m*) pair as
2648 struct { Addr ip; DebugInfo* di; DiCfSI_m* cfsi_m; } member in struct:__anon19322
2679 find_DiCfSI( &ce->di, &ce->cfsi_m, ip );
2695 const DebugInfo* di, const DiCfSI_m* cfsi_m )
2703 switch (cfsi_m->cfa_how) {
2706 cfa = cfsi_m
2887 DiCfSI_m* cfsi_m = NULL; local
[all...]
H A Dreadexidx.c635 number inside |cfsi_m|, or return NULL for both if that register
639 DiCfSI_m* cfsi_m, Int regNo )
642 case 15: *howPP = &cfsi_m->ra_how; *offPP = &cfsi_m->ra_off; return;
643 case 14: *howPP = &cfsi_m->r14_how; *offPP = &cfsi_m->r14_off; return;
644 case 13: *howPP = &cfsi_m->r13_how; *offPP = &cfsi_m->r13_off; return;
645 case 12: *howPP = &cfsi_m->r12_how; *offPP = &cfsi_m
638 maybeFindExprForRegno( UChar** howPP, Int** offPP, DiCfSI_m* cfsi_m, Int regNo ) argument
[all...]
H A Dpriv_storage.h1059 Addr base, UInt len, DiCfSI_m* cfsi_m );
1062 the corresponding cfsi_m*. Return NULL if the position corresponds
H A Dreaddwarf.c3628 DiCfSI_m cfsi_m; local
3646 summ_ok = summarise_context ( &base, &len, &cfsi_m,
3649 ML_(addDiCfSI)(di, base, len, &cfsi_m);
3651 ML_(ppDiCfSI)(di->cfsi_exprs, base, len, &cfsi_m);
3659 summ_ok = summarise_context ( &base, &len, &cfsi_m,
3662 ML_(addDiCfSI)(di, base, len, &cfsi_m);
3664 ML_(ppDiCfSI)(di->cfsi_exprs, base, len, &cfsi_m);
H A Dstorage.c698 Addr base, UInt len, DiCfSI_m* cfsi_m )
709 ML_(ppDiCfSI)(di->cfsi_exprs, base, len, cfsi_m);
755 ML_(ppDiCfSI)(di->cfsi_exprs, base, len, cfsi_m);
830 cfsi_m);
2224 VG_(dmsg)("CFSI total %lu mergeables %lu holes %lu uniq cfsi_m %u\n",

Completed in 290 milliseconds