Home
last modified time | relevance | path

Searched refs:GExpr (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
Dpriv_d3basics.h620 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 );
Dpriv_storage.h488 const GExpr* gexpr; /* on DebugInfo.gexprs list */
489 const GExpr* fbGX; /* SHARED. */
1068 const GExpr* gexpr,
1069 const GExpr* fbGX, /* SHARED. */
Dd3basics.c479 const GExpr* fbGX, const RegSummary* regs, in ML_()
947 GXResult ML_(evaluate_GX)( const GExpr* gx, const GExpr* fbGX, in ML_()
1019 GXResult ML_(evaluate_trivial_GX)( const GExpr* gx, const DebugInfo* di ) in ML_()
1196 void ML_(pp_GX) ( const GExpr* gx ) in ML_()
Dreaddwarf3.c588 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 …]
Dstorage.c1180 const GExpr* gexpr, in ML_()
1181 const GExpr* fbGX, in ML_()
Ddebuginfo.c211 GExpr* gexpr; in free_DebugInfo()
263 gexpr = *(GExpr**)VG_(indexXA)(di->admin_gexprs, i); in free_DebugInfo()