Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:OSet

721    OSet       *oset;
737 oset = VG_(OSetGen_Create)( offsetof(TempSym,key),
741 vg_assert(oset);
765 prev = VG_(OSetGen_Lookup)( oset, &key );
825 elem = VG_(OSetGen_AllocNode)(oset, sizeof(TempSym));
833 VG_(OSetGen_Insert)(oset, elem);
835 VG_(printf)(" to-oset [%4ld]: "
849 /* All the syms that matter are in the oset. Now pull them out,
850 build a "standard" symbol table, and nuke the oset. */
853 VG_(OSetGen_ResetIter)( oset );
855 while ( (elem = VG_(OSetGen_Next)(oset)) ) {
880 VG_(OSetGen_Destroy)( oset );
2579 OSet* /* of DiAddrRange */ scope
2580 = *(OSet**)VG_(indexXA)(di->varinfo, j);