/external/valgrind/main/coregrind/m_debuginfo/ |
priv_d3basics.h | 609 GExpr; 612 void ML_(pp_GX) ( GExpr* gx ); 614 /* Evaluation of a DWARF3 expression (and hence of a GExpr) may 651 GXResult ML_(evaluate_GX)( GExpr* gx, GExpr* fbGX, 662 GExpr* fbGX, RegSummary* regs, 673 GXResult ML_(evaluate_trivial_GX)( GExpr* gx, const DebugInfo* di );
|
priv_storage.h | 396 GExpr* gexpr; /* on DebugInfo.gexprs list */ member in struct:__anon27725 397 GExpr* fbGX; /* SHARED. */ 840 GExpr* gexpr, 841 GExpr* fbGX, /* SHARED. */ [all...] |
readdwarf3.c | 551 static void bias_GX ( /*MOD*/GExpr* gx, struct _DebugInfo* di ) 582 static GExpr* make_singleton_GX ( UChar* block, UWord nbytes ) 585 GExpr* gx; 597 sizeof(GExpr) + bytesReqd ); 612 == ((UChar*)gx) + sizeof(GExpr) + bytesReqd ); 618 static GExpr* make_general_GX ( CUConst* cc, 626 GExpr* gx; 713 gx = ML_(dinfo_zalloc)( "di.readdwarf3.mgGX.2", sizeof(GExpr) + nbytes ); 717 == ((UChar*)gx) + sizeof(GExpr) + nbytes ); 1397 GExpr* gexpr; \/* for this variable *\/ member in struct:_TempVar 1540 GExpr* gexpr = NULL; local 1857 GExpr* gexpr = NULL; local 3543 GExpr* gexpr; local [all...] |
d3basics.c | 468 GExpr* fbGX, RegSummary* regs, [all...] |
storage.c | 876 GExpr* gexpr, 877 GExpr* fbGX, 897 ML_(pp_GX)(gexpr); 912 vg_assert(gexpr); [all...] |
debuginfo.c | 207 GExpr* gexpr; local 253 gexpr = *(GExpr**)VG_(indexXA)(di->admin_gexprs, i); 254 ML_(dinfo_free)(gexpr); [all...] |