Searched refs:GExpr (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | priv_d3basics.h | 620 GExpr; typedef 623 void ML_(pp_GX) ( const GExpr* gx ); 662 GXResult ML_(evaluate_GX)( const GExpr* gx, const GExpr* fbGX, 673 const GExpr* fbGX, const RegSummary* regs, 684 GXResult ML_(evaluate_trivial_GX)( const GExpr* gx, const DebugInfo* di );
|
D | priv_storage.h | 501 const GExpr* gexpr; /* on DebugInfo.gexprs list */ 502 const GExpr* fbGX; /* SHARED. */ 1081 const GExpr* gexpr, 1082 const GExpr* fbGX, /* SHARED. */
|
D | d3basics.c | 480 const GExpr* fbGX, const RegSummary* regs, in ML_() 948 GXResult ML_(evaluate_GX)( const GExpr* gx, const GExpr* fbGX, in ML_() 1020 GXResult ML_(evaluate_trivial_GX)( const GExpr* gx, const DebugInfo* di ) in ML_() 1197 void ML_(pp_GX) ( const GExpr* gx ) in ML_()
|
D | readdwarf3.c | 588 static void bias_GX ( /*MOD*/GExpr* gx, const DebugInfo* di ) in bias_GX() 619 static GExpr* make_singleton_GX ( DiCursor block, ULong nbytes ) in make_singleton_GX() 622 GExpr* gx; in make_singleton_GX() 634 sizeof(GExpr) + bytesReqd ); in make_singleton_GX() 648 == ((UChar*)gx) + sizeof(GExpr) + bytesReqd ); in make_singleton_GX() 654 static GExpr* make_general_GX ( const CUConst* cc, in make_general_GX() 662 GExpr* gx; in make_general_GX() 748 gx = ML_(dinfo_zalloc)( "di.readdwarf3.mgGX.2", sizeof(GExpr) + nbytes ); in make_general_GX() 751 == ((UChar*)gx) + sizeof(GExpr) + nbytes ); in make_general_GX() 1595 GExpr* gexpr; /* for this variable */ [all …]
|
D | storage.c | 1164 const GExpr* gexpr, in ML_() 1165 const GExpr* fbGX, in ML_()
|
D | debuginfo.c | 212 GExpr* gexpr; in free_DebugInfo() 264 gexpr = *(GExpr**)VG_(indexXA)(di->admin_gexprs, i); in free_DebugInfo()
|