HomeSort by relevance Sort by last modified time
    Searched refs:GExpr (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/coregrind/m_debuginfo/
priv_storage.h 380 GExpr* gexpr; /* on DebugInfo.gexprs list */ member in struct:__anon13747
381 GExpr* fbGX; /* SHARED. */
829 GExpr* gexpr,
830 GExpr* fbGX, /* SHARED. */
priv_d3basics.h 605 GExpr;
608 void ML_(pp_GX) ( GExpr* gx );
610 /* Evaluation of a DWARF3 expression (and hence of a GExpr) may
647 GXResult ML_(evaluate_GX)( GExpr* gx, GExpr* fbGX,
658 GExpr* fbGX, RegSummary* regs,
669 GXResult ML_(evaluate_trivial_GX)( GExpr* gx, const DebugInfo* di );
readdwarf3.c 472 static void bias_GX ( /*MOD*/GExpr* gx, struct _DebugInfo* di )
503 static GExpr* make_singleton_GX ( UChar* block, UWord nbytes )
506 GExpr* gx;
518 sizeof(GExpr) + bytesReqd );
533 == ((UChar*)gx) + sizeof(GExpr) + bytesReqd );
539 static GExpr* make_general_GX ( CUConst* cc,
547 GExpr* gx;
634 gx = ML_(dinfo_zalloc)( "di.readdwarf3.mgGX.2", sizeof(GExpr) + nbytes );
638 == ((UChar*)gx) + sizeof(GExpr) + nbytes );
1219 GExpr* gexpr; \/* for this variable *\/ member in struct:_TempVar
1362 GExpr* gexpr = NULL; local
1665 GExpr* gexpr = NULL; local
3261 GExpr* gexpr; local
    [all...]
d3basics.c 463 GExpr* fbGX, RegSummary* regs,
    [all...]
storage.c 862 GExpr* gexpr,
863 GExpr* fbGX,
883 ML_(pp_GX)(gexpr);
898 vg_assert(gexpr);
    [all...]
debuginfo.c 204 GExpr* gexpr; local
248 gexpr = *(GExpr**)VG_(indexXA)(di->admin_gexprs, i);
249 ML_(dinfo_free)(gexpr);
    [all...]

Completed in 56 milliseconds