Searched refs:fbGX (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
H A Dd3basics.c482 const GExpr* fbGX, const RegSummary* regs,
591 if (!fbGX)
594 fbval = ML_(evaluate_GX)(fbGX, NULL, regs, di);
950 GXResult ML_(evaluate_GX)( const GExpr* gx, const GExpr* fbGX, argument
985 p, (UWord)nbytes, fbGX, regs, di,
995 p, (UWord)nbytes, fbGX, regs, di,
1107 badness = "trivial GExpr requires fbGX";
481 evaluate_Dwarf3_Expr( const UChar* expr, UWord exprszB, const GExpr* fbGX, const RegSummary* regs, const DebugInfo* di, Bool push_initial_zero ) argument
H A Dreaddwarf3.c1596 GExpr* fbGX; /* to find the frame base of the enclosing fn, if member in struct:_TempVar
1631 GExpr **fbGX; /* if isFunc, contains the FB expr, else NULL */ member in struct:__anon18744
1647 parser->fbGX = NULL;
1658 ML_(dinfo_free)( parser->fbGX );
1670 VG_(printf)(" (fbGX=%p)", parser->fbGX[i]);
1672 vg_assert(parser->fbGX[i] == NULL);
1716 Bool isFunc, GExpr* fbGX ) {
1738 parser->fbGX =
1739 ML_(dinfo_realloc)("di.readdwarf3.varpush.4", parser->fbGX,
2196 GExpr* fbGX = NULL; local
2349 GExpr* fbGX = NULL; local
[all...]
H A Dpriv_storage.h502 const GExpr* fbGX; /* SHARED. */ member in struct:__anon18708
1082 const GExpr* fbGX, /* SHARED. */
H A Dpriv_d3basics.h659 computed, then fbGX can provide an expression for it. If fbGX is
662 GXResult ML_(evaluate_GX)( const GExpr* gx, const GExpr* fbGX,
666 single standard DWARF3 expression. Conventions w.r.t regs and fbGX
673 const GExpr* fbGX, const RegSummary* regs,
H A Dstorage.c1179 const GExpr* fbGX,
1201 if (fbGX) {
1203 ML_(pp_GX)( fbGX );
1311 var.fbGX = fbGX;
1172 addVar( struct _DebugInfo* di, Int level, Addr aMin, Addr aMax, const HChar* name, UWord typeR, const GExpr* gexpr, const GExpr* fbGX, UInt fndn_ix, Int lineNo, Bool show ) argument
H A Ddebuginfo.c3211 res = ML_(evaluate_GX)( var->gexpr, var->fbGX, regs, di );
3895 res_sp_6k = ML_(evaluate_GX)( var->gexpr, var->fbGX, &regs, di );
3900 res_sp_7k = ML_(evaluate_GX)( var->gexpr, var->fbGX, &regs, di );
3905 res_fp_6k = ML_(evaluate_GX)( var->gexpr, var->fbGX, &regs, di );
3910 res_fp_7k = ML_(evaluate_GX)( var->gexpr, var->fbGX, &regs, di );
3932 res = ML_(evaluate_GX)( var->gexpr, var->fbGX, &regs, di );
3951 res = ML_(evaluate_GX)( var->gexpr, var->fbGX, &regs, di );

Completed in 402 milliseconds