Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:DiSym

92 void ML_(ppSym) ( Int idx, DiSym* sym )
256 void ML_(addSym) ( struct _DebugInfo* di, DiSym* sym )
259 DiSym* new_tab;
271 new_sz * sizeof(DiSym) );
1101 DiSym* a = (DiSym*)va;
1102 DiSym* b = (DiSym*)vb;
1254 well choose the one with the lowest DiSym* address, so as to try
1279 void add_DiSym_names_to_from ( DebugInfo* di, DiSym* to, DiSym* from )
1347 DiSym* sym = &di->symtab[i];
1385 VG_(memset)(&di->symtab[r], 0, sizeof(DiSym));
1487 SWAP(DiSym,di->symtab[j],di->symtab[j+1]);
1521 DiSym* sym = &di->symtab[i];