Searched refs:cfsi_m (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | debuginfo.c | 2648 struct { Addr ip; DebugInfo* di; DiCfSI_m* cfsi_m; } member 2679 find_DiCfSI( &ce->di, &ce->cfsi_m, ip ); in cfsi_m_cache__find() 2695 const DebugInfo* di, const DiCfSI_m* cfsi_m ) in compute_cfa() argument 2703 switch (cfsi_m->cfa_how) { in compute_cfa() 2706 cfa = cfsi_m->cfa_off + uregs->xsp; in compute_cfa() 2709 cfa = cfsi_m->cfa_off + uregs->xbp; in compute_cfa() 2713 cfa = cfsi_m->cfa_off + uregs->r13; in compute_cfa() 2716 cfa = cfsi_m->cfa_off + uregs->r12; in compute_cfa() 2719 cfa = cfsi_m->cfa_off + uregs->r11; in compute_cfa() 2722 cfa = cfsi_m->cfa_off + uregs->r7; in compute_cfa() [all …]
|
D | readexidx.c | 639 DiCfSI_m* cfsi_m, Int regNo ) in maybeFindExprForRegno() argument 642 case 15: *howPP = &cfsi_m->ra_how; *offPP = &cfsi_m->ra_off; return; in maybeFindExprForRegno() 643 case 14: *howPP = &cfsi_m->r14_how; *offPP = &cfsi_m->r14_off; return; in maybeFindExprForRegno() 644 case 13: *howPP = &cfsi_m->r13_how; *offPP = &cfsi_m->r13_off; return; in maybeFindExprForRegno() 645 case 12: *howPP = &cfsi_m->r12_how; *offPP = &cfsi_m->r12_off; return; in maybeFindExprForRegno() 646 case 11: *howPP = &cfsi_m->r11_how; *offPP = &cfsi_m->r11_off; return; in maybeFindExprForRegno() 647 case 7: *howPP = &cfsi_m->r7_how; *offPP = &cfsi_m->r7_off; return; in maybeFindExprForRegno()
|
D | readdwarf.c | 3628 DiCfSI_m cfsi_m; in run_CF_instructions() local 3646 summ_ok = summarise_context ( &base, &len, &cfsi_m, in run_CF_instructions() 3649 ML_(addDiCfSI)(di, base, len, &cfsi_m); in run_CF_instructions() 3651 ML_(ppDiCfSI)(di->cfsi_exprs, base, len, &cfsi_m); in run_CF_instructions() 3659 summ_ok = summarise_context ( &base, &len, &cfsi_m, in run_CF_instructions() 3662 ML_(addDiCfSI)(di, base, len, &cfsi_m); in run_CF_instructions() 3664 ML_(ppDiCfSI)(di->cfsi_exprs, base, len, &cfsi_m); in run_CF_instructions()
|
D | priv_storage.h | 1059 Addr base, UInt len, DiCfSI_m* cfsi_m );
|
D | storage.c | 698 Addr base, UInt len, DiCfSI_m* cfsi_m ) in ML_() 709 ML_(ppDiCfSI)(di->cfsi_exprs, base, len, cfsi_m); in ML_() 755 ML_(ppDiCfSI)(di->cfsi_exprs, base, len, cfsi_m); in ML_() 830 cfsi_m); in ML_()
|