Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:DiSym

93 void ML_(ppSym) ( Int idx, DiSym* sym )
285 void ML_(addSym) ( struct _DebugInfo* di, DiSym* sym )
288 DiSym* new_tab;
300 new_sz * sizeof(DiSym) );
1166 const DiSym* a = va;
1167 const DiSym* b = vb;
1319 well choose the one with the lowest DiSym* address, so as to try
1344 void add_DiSym_names_to_from ( DebugInfo* di, DiSym* to, DiSym* from )
1412 DiSym* sym = &di->symtab[i];
1457 VG_(memset)(&di->symtab[r], 0, sizeof(DiSym));
1559 SWAP(DiSym,di->symtab[j],di->symtab[j+1]);
1593 DiSym* sym = &di->symtab[i];