Searched refs:dinfo_free (Results 1 - 13 of 13) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_misc.h42 void ML_(dinfo_free)( void* v );
H A Dreadstabs.c202 ML_(dinfo_free)(qbuf);
229 ML_(dinfo_free)(qbuf);
H A Dtytypes.c599 if (te->Te.Atom.name) ML_(dinfo_free)(te->Te.Atom.name);
602 if (te->Te.Field.name) ML_(dinfo_free)(te->Te.Field.name);
604 ML_(dinfo_free)(te->Te.Field.pos.loc);
609 if (te->Te.TyBase.name) ML_(dinfo_free)(te->Te.TyBase.name);
617 if (te->Te.TyTyDef.name) ML_(dinfo_free)(te->Te.TyTyDef.name);
620 if (te->Te.TyStOrUn.name) ML_(dinfo_free)(te->Te.TyStOrUn.name);
624 if (te->Te.TyEnum.name) ML_(dinfo_free)(te->Te.TyEnum.name);
754 ML_(dinfo_free),
H A Dstorage.c275 ML_(dinfo_free)(di->symtab);
304 ML_(dinfo_free)(di->loctab);
331 ML_(dinfo_free)(di->loctab);
553 ML_(dinfo_free)(di->cfsi);
973 ML_(dinfo_free),
984 ML_(dinfo_free) );
999 ML_(dinfo_free),
1336 ML_(dinfo_free)(to->sec_names);
1396 ML_(dinfo_free)(di->symtab[r].sec_names);
1574 ML_(dinfo_free)( tm
[all...]
H A Dreaddwarf3.c643 ML_(dinfo_free),
769 ML_(dinfo_free),
783 ML_(dinfo_free),
818 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.grl.1", ML_(dinfo_free),
2498 ML_(dinfo_free),
2630 ML_(dinfo_free),
2761 ML_(dinfo_free)(fieldE.Te.Field.pos.loc);
2788 ML_(dinfo_free),
3230 ML_(dinfo_free),
3697 ML_(dinfo_free), sizeo
[all...]
H A Dreadelf.c754 ML_(dinfo_free) );
1099 ML_(dinfo_free)(debug_buildid);
1102 ML_(dinfo_free)(debug_buildid);
1192 ML_(dinfo_free)(nm);
1196 if (nm) ML_(dinfo_free)(nm);
1230 ML_(dinfo_free)(debugpath);
1262 ML_(dinfo_free)(objdir);
1272 ML_(dinfo_free)(debugpath);
1556 ML_(dinfo_free), sizeof(RangeAndBias));
2322 ML_(dinfo_free)(buildi
[all...]
H A Ddebuginfo.c183 ML_(dinfo_free), sizeof(struct _DebugInfoMapping));
211 if (di->fsm.filename) ML_(dinfo_free)(di->fsm.filename);
212 if (di->soname) ML_(dinfo_free)(di->soname);
213 if (di->loctab) ML_(dinfo_free)(di->loctab);
214 if (di->cfsi) ML_(dinfo_free)(di->cfsi);
216 if (di->fpo) ML_(dinfo_free)(di->fpo);
225 ML_(dinfo_free)(sym->sec_names);
228 ML_(dinfo_free)(di->symtab);
233 ML_(dinfo_free)(chunk);
254 ML_(dinfo_free)(gexp
[all...]
H A Dmisc.c54 void ML_(dinfo_free) ( void* v ) { function
H A Dreadpdb.c1854 ML_(dinfo_free)( (void*)filesimage);
2064 ML_(dinfo_free)( (void*)modimage );
2137 ML_(dinfo_free)( (void*)modimage );
2149 if ( symbols_image ) ML_(dinfo_free)( symbols_image );
2150 if ( types_image ) ML_(dinfo_free)( types_image );
2151 if ( pdb->u.jg.toc ) ML_(dinfo_free)( pdb->u.jg.toc );
2354 ML_(dinfo_free)( root );
2366 ML_(dinfo_free)( root );
2400 ML_(dinfo_free).
H A Dreadmacho.c875 ML_(dinfo_free), sizeof(DiSym)
989 ML_(dinfo_free)(cmd);
1116 if (dsymfilename) ML_(dinfo_free)(dsymfilename);
H A Dreaddwarf.c79 ML_(dinfo_free)(wa->tab);
107 ML_(dinfo_free)(wa->tab);
2158 dst = VG_(newXA)( ML_(dinfo_zalloc), "di.ccCt.1", ML_(dinfo_free),
2231 ML_(dinfo_free), \
2312 ML_(dinfo_free),
2365 ML_(dinfo_free),
2412 ML_(dinfo_free),
4161 ML_(dinfo_free),
H A Dd3basics.c1019 ML_(dinfo_free),
/external/valgrind/main/coregrind/
H A Dm_redir.c306 static void dinfo_free(void*);
367 dinfo_free(names);
1011 tmpSet = VG_(OSetWord_Create)(dinfo_zalloc, "redir.rndD.1", dinfo_free);
1060 if (sp->from_sopatt) dinfo_free(sp->from_sopatt);
1061 if (sp->from_fnpatt) dinfo_free(sp->from_fnpatt);
1063 dinfo_free(sp);
1072 dinfo_free(ts);
1195 dinfo_free);
1394 static void dinfo_free(void* p) { function

Completed in 1521 milliseconds