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

/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_misc.h41 void* ML_(dinfo_zalloc)( HChar* cc, SizeT szB );
H A Dstorage.c49 #include "priv_misc.h" /* dinfo_zalloc/free/strdup */
236 chunk = ML_(dinfo_zalloc)("di.storage.addStr.1", sizeof(*chunk));
270 new_tab = ML_(dinfo_zalloc)( "di.storage.addSym.1",
299 new_tab = ML_(dinfo_zalloc)( "di.storage.addLoc.1",
327 new_tab = ML_(dinfo_zalloc)( "di.storage.shrinkLocTab",
536 new_tab = ML_(dinfo_zalloc)( "di.storage.addDiCfSI.1",
961 di->varinfo = VG_(newXA)( ML_(dinfo_zalloc),
973 ML_(dinfo_zalloc), "di.storage.addVar.2",
988 nyu->vars = VG_(newXA)( ML_(dinfo_zalloc), "di.storage.addVar.3",
1304 UChar** new_sec = ML_(dinfo_zalloc)( "d
[all...]
H A Dreaddwarf3.c147 #include "priv_misc.h" /* dinfo_zalloc/free */
517 gx = ML_(dinfo_zalloc)( "di.readdwarf3.msGX.1",
563 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.mgGX.1",
634 gx = ML_(dinfo_zalloc)( "di.readdwarf3.mgGX.2", sizeof(GExpr) + nbytes );
689 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.erl.1",
703 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.url.1",
739 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.grl.1", ML_(dinfo_free),
1784 tv = ML_(dinfo_zalloc)( "di.readdwarf3.pvD.1", sizeof(TempVar) );
2269 = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.ptD.enum_type.1",
2386 = VG_(newXA)( ML_(dinfo_zalloc), "d
[all...]
H A Dmisc.c45 void* ML_(dinfo_zalloc) ( HChar* cc, SizeT szB ) { function
H A Dreadstabs.c47 #include "priv_misc.h" /* dinfo_zalloc/free/strdup */
197 n = ML_(dinfo_zalloc)("di.readstabs.rds.1", qbuflen);
H A Dreadmacho.c525 dsymfile = ML_(dinfo_zalloc)("di.readmacho.dsymfile",
858 ML_(dinfo_zalloc), "di.readmacho.candsyms.1",
960 HChar* cmd = ML_(dinfo_zalloc)( "di.readmacho.tmp1",
H A Dreadelf.c48 #include "priv_misc.h" /* dinfo_zalloc/free/strdup */
739 ML_(dinfo_zalloc), "di.respl.1",
917 buildid = ML_(dinfo_zalloc)("di.fbi.1",
1116 HChar* nm = ML_(dinfo_zalloc)("di.fahdi.1",
1172 debugpath = ML_(dinfo_zalloc)(
1192 debugpath = ML_(dinfo_zalloc)(
H A Dreadpdb.c52 #include "priv_misc.h" /* dinfo_zalloc/free/strdup */
1008 buffer = ML_(dinfo_zalloc)("di.readpe.pdr.1", nBlocks * blocksize);
1029 buffer = ML_(dinfo_zalloc)("di.readpe.pjr.1", nBlocks * blocksize);
2485 HChar* cmd = ML_(dinfo_zalloc)("di.readpe.fnopf.cmd", cmdlen);
2521 HChar* pdbname = ML_(dinfo_zalloc)("di.readpe.fnopf.pdbname", szB + 1);
H A Ddebuginfo.c53 #include "priv_misc.h" /* dinfo_zalloc/free */
178 di = ML_(dinfo_zalloc)("di.debuginfo.aDI.1", sizeof(DebugInfo));
183 ML_(dinfo_zalloc). Now set up the debugging-output flags. */
1105 HChar* mashed = ML_(dinfo_zalloc)("di.debuginfo.dnpdi.1", mashedSzB);
1117 HChar* mashed = ML_(dinfo_zalloc)("di.debuginfo.dnpdi.2", mashedSzB);
1139 pdbname = ML_(dinfo_zalloc)("di.debuginfo.lpd1", sz_exename+5);
3449 XArray* res = VG_(newXA)( ML_(dinfo_zalloc), "di.debuginfo.dgsbai.1",
3579 gvars = VG_(newXA)( ML_(dinfo_zalloc), "di.debuginfo.dggbfd.1",
H A Dreaddwarf.c41 #include "priv_misc.h" /* dinfo_zalloc/free/strdup */
101 new_tab = ML_(dinfo_zalloc)("di.aWA.1", new_size * sizeof(Word));
2140 dst = VG_(newXA)( ML_(dinfo_zalloc), "di.ccCt.1", ML_(dinfo_free),
2209 dst = VG_(newXA)( ML_(dinfo_zalloc), \
2290 debuginfo->cfsi_exprs = VG_(newXA)( ML_(dinfo_zalloc),
2343 debuginfo->cfsi_exprs = VG_(newXA)( ML_(dinfo_zalloc),
4093 ctx.exprs = VG_(newXA)( ML_(dinfo_zalloc), "di.rcid.1",
H A Dd3basics.c1013 XArray* results = VG_(newXA)( ML_(dinfo_zalloc), "di.d3basics.etG.1",
H A Dtytypes.c43 #include "priv_misc.h" /* dinfo_zalloc/free/strdup */
723 XArray* xa = VG_(newXA)( ML_(dinfo_zalloc), "di.tytypes.dt.1",
/external/valgrind/main/coregrind/
H A Dm_redir.c302 static void* dinfo_zalloc(HChar* ec, SizeT);
349 UChar** arr = dinfo_zalloc( "redir.asa.1", (n_req+1) * sizeof(UChar*) );
440 spec = dinfo_zalloc("redir.rnnD.1", sizeof(Spec));
501 newts = dinfo_zalloc("redir.rnnD.4", sizeof(TopSpec));
877 tmpSet = VG_(OSetWord_Create)(dinfo_zalloc, "redir.rndD.1", dinfo_free);
1002 Spec* spec = dinfo_zalloc("redir.ahs.1", sizeof(Spec));
1006 topSpecs = dinfo_zalloc("redir.ahs.2", sizeof(TopSpec));
1059 dinfo_zalloc,
1236 static void* dinfo_zalloc(HChar* ec, SizeT n) { function

Completed in 1637 milliseconds