HomeSort by relevance Sort by last modified time
    Searched full:gexpr (Results 1 - 7 of 7) sorted by null

  /external/valgrind/main/coregrind/m_debuginfo/
d3basics.c 462 GExpr* fbGX, RegSummary* regs,
    [all...]
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 471 static void bias_GX ( /*MOD*/GExpr* gx, struct _DebugInfo* di )
502 static GExpr* make_singleton_GX ( UChar* block, UWord nbytes )
505 GExpr* gx;
517 sizeof(GExpr) + bytesReqd );
532 == ((UChar*)gx) + sizeof(GExpr) + bytesReqd );
538 static GExpr* make_general_GX ( CUConst* cc,
546 GExpr* gx;
633 gx = ML_(dinfo_zalloc)( "di.readdwarf3.mgGX.2", sizeof(GExpr) + nbytes );
637 == ((UChar*)gx) + sizeof(GExpr) + nbytes );
1218 GExpr* gexpr; \/* for this variable *\/ member in struct:_TempVar
1361 GExpr* gexpr = NULL; local
1664 GExpr* gexpr = NULL; local
3260 GExpr* gexpr; local
    [all...]
priv_storage.h 322 GExpr* gexpr; /* on DebugInfo.gexprs list */ member in struct:__anon12331
323 GExpr* fbGX; /* SHARED. */
711 GExpr* gexpr,
712 GExpr* fbGX, /* SHARED. */
debuginfo.c 213 GExpr* gexpr; local
245 gexpr = *(GExpr**)VG_(indexXA)(di->admin_gexprs, i);
246 ML_(dinfo_free)(gexpr);
    [all...]
storage.c 842 GExpr* gexpr,
843 GExpr* fbGX,
863 ML_(pp_GX)(gexpr);
878 vg_assert(gexpr);
981 var.gexpr = gexpr;
    [all...]
  /external/valgrind/main/perf/
tinycc.c 13452 static void gexpr(void) function
    [all...]

Completed in 1630 milliseconds