Searched refs:new_tab (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
H A Dstorage.c325 DiSym* new_tab; local
336 new_tab = ML_(dinfo_zalloc)( "di.storage.addSym.1",
340 new_tab[i] = di->symtab[i];
343 di->symtab = new_tab;
570 DiInlLoc* new_tab; local
578 new_tab = ML_(dinfo_zalloc)( "di.storage.addInl.1",
582 new_tab[i] = di->inltab[i];
585 di->inltab = new_tab;
688 DiCfSI* new_tab; local
794 new_tab
[all...]
/external/valgrind/helgrind/
H A Dlibhb_core.c2923 /*MOD*/XArray* /* of VtsTE */ new_tab,
2934 new_te = VG_(indexXA)( new_tab, new_id );
2941 /*MOD*/XArray* /* of VtsTE */ new_tab,
2950 remap_VtsID( old_tab, new_tab, &rMin );
2951 remap_VtsID( old_tab, new_tab, &wMin );
3080 XArray* /* of VtsTE */ new_tab local
3081 = VG_(newXA)( HG_(zalloc), "libhb.vts_tab__do_GC.new_tab",
3178 Word j = VG_(addToXA)( new_tab, &new_te );
3245 remap_VtsIDs_in_SVal(vts_tab, new_tab, &lineZ->dict[j]);
3249 remap_VtsIDs_in_SVal(vts_tab, new_tab,
2922 remap_VtsID( XArray* old_tab, XArray* new_tab, VtsID* ii ) argument
2940 remap_VtsIDs_in_SVal( XArray* old_tab, XArray* new_tab, SVal* s ) argument
[all...]

Completed in 804 milliseconds