Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:Const

65 void ML_(symerr) ( const DebugInfo* di, Bool serious, const HChar* msg )
95 void ML_(ppSym) ( Int idx, const DiSym* sym )
97 const HChar** sec_names = sym->sec_names;
118 void ML_(ppDiCfSI) ( const XArray* /* of CfiExpr */ exprs,
120 const DiCfSI_m* si_m )
244 const HChar* ML_(addStr) ( DebugInfo* di, const HChar* str, Int len )
261 const HChar* filename,
262 const HChar* dirname)
279 const HChar* ML_(fndn_ix2filename) (const DebugInfo* di,
291 const HChar* ML_(fndn_ix2dirname) (const DebugInfo* di,
309 const HChar* ML_(addStrFromCursor)( DebugInfo* di, DiCursor c )
315 const HChar* res = ML_(addStr)(di, str, -1);
354 UInt ML_(fndn_ix) (const DebugInfo* di, Word locno)
478 static const Bool debug = False;
626 const HChar* inlinedfn,
678 DiCfSI_m* ML_(get_cfsi_m) (const DebugInfo* di, UInt pos)
700 static const Bool debug = False;
856 e.Cex.Const.con = con;
950 void ML_(ppCfiExpr)( const XArray* src, Int ix )
954 const CfiExpr* e = VG_(indexXA)( src, ix );
965 VG_(printf)("0x%lx", e->Cex.Const.con);
996 Word ML_(cmp_for_DiAddrRange_range) ( const void* keyV,
997 const void* elemV ) {
998 const Addr* key = (const Addr*)keyV;
999 const DiAddrRange* elem = (const DiAddrRange*)elemV;
1009 void show_scope ( OSet* /* of DiAddrRange */ scope, const HChar* who )
1176 const HChar* name, /* in di's .strpool */
1178 const GExpr* gexpr,
1179 const GExpr* fbGX,
1190 const HChar* badness;
1408 static Int compare_DiSym ( const void* va, const void* vb )
1410 const DiSym* a = va;
1411 const DiSym* b = vb;
1450 Bool preferName ( const DebugInfo* di,
1451 const HChar* a_name, const HChar* b_name,
1456 const HChar *vpa, *vpb;
1512 const HChar *s;
1590 void add_DiSym_names_to_from ( const DebugInfo* di, DiSym* to,
1591 const DiSym* from )
1597 const HChar** to_sec = to->sec_names;
1598 const HChar** from_sec = from->sec_names;
1616 const HChar** new_sec = ML_(dinfo_zalloc)( "di.storage.aDntf.1",
1648 const HChar *pri1, *pri2, **sec1, **sec2;
1816 SWAP(const HChar*,pri1,pri2); SWAP(const HChar**,sec1,sec2);
1888 const HChar** sec = sym->sec_names;
1896 const HChar** tmp = ML_(dinfo_zalloc)( "di.storage.cS.1",
1915 const HChar** cursor = sym->sec_names;
1931 static Int compare_DiLoc_via_ix ( const void* va, const void* vb )
1933 const DiLoc* a = &sorting_loctab[*(const UInt*)va];
1934 const DiLoc* b = &sorting_loctab[*(const UInt*)vb];
2060 static Int compare_DiInlLoc ( const void* va, const void* vb )
2062 const DiInlLoc* a = va;
2063 const DiInlLoc* b = vb;
2104 static Int compare_DiCfSI ( const void* va, const void* vb )
2106 const DiCfSI* a = va;
2107 const DiCfSI* b = vb;
2113 static void get_cfsi_rd_stats ( const DebugInfo* di,
2136 const Addr minAvma = 0;
2137 const Addr maxAvma = ~minAvma;
2343 Word ML_(search_one_symtab) ( const DebugInfo* di, Addr ptr,
2376 Word ML_(search_one_loctab) ( const DebugInfo* di, Addr ptr )
2400 Word ML_(search_one_cfitab) ( const DebugInfo* di, Addr ptr )
2430 Word ML_(search_one_fpotab) ( const DebugInfo* di, Addr ptr )
2432 Addr const addr = ptr - di->fpo_base_avma;