Home | History | Annotate | Download | only in m_debuginfo

Lines Matching defs:fbGX

1413       GExpr*  fbGX;  /* to find the frame base of the enclosing fn, if
1449 GExpr* fbGX[N_D3_VAR_STACK]; /* if isFunc, contains the FB
1465 VG_(printf)(" (fbGX=%p)", parser->fbGX[i]);
1467 vg_assert(parser->fbGX[i] == NULL);
1503 parser->fbGX[parser->sp] = NULL;
1515 Bool isFunc, GExpr* fbGX ) {
1535 vg_assert(parser->fbGX[parser->sp] == NULL);
1537 if (!isFunc) vg_assert(fbGX == NULL);
1541 parser->fbGX[parser->sp] = fbGX;
1751 False/*isFunc*/, NULL/*fbGX*/ );
1763 False/*isFunc*/, NULL/*fbGX*/ );
1770 False/*isFunc*/, NULL/*fbGX*/ );
1777 False/*isFunc*/, NULL/*fbGX*/ );
1787 False/*isFunc*/, NULL/*fbGX*/ );
1804 GExpr* fbGX = NULL;
1827 fbGX = get_GX( cc, False/*td3*/, &cts );
1828 vg_assert(fbGX);
1829 VG_(addToXA)(gexprs, &fbGX);
1852 level, isFunc, fbGX );
1860 level, isFunc, fbGX );
1954 GExpr* fbGX = NULL;
1971 malformed if that happens. Note that the fbGX may be NULL
1979 fbGX = parser->fbGX[i];
2014 tv->fbGX = fbGX;
3949 -1, False/*isFunc*/, NULL/*fbGX*/ );
4160 if (varp->fbGX) {
4162 ML_(pp_GX)( varp->fbGX );
4307 varp->gexpr, varp->fbGX,