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

/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_misc.h42 void* ML_(dinfo_zalloc)( const HChar* cc, SizeT szB );
H A Dimage.c44 #include "priv_misc.h" /* dinfo_zalloc/free/strdup */
70 // The name. In ML_(dinfo_zalloc)'d space. Used only for printing
251 Frame* res = ML_(dinfo_zalloc)("di.do_transaction.1", sizeof(Frame));
253 res->data = ML_(dinfo_zalloc)("di.do_transaction.2", rd_len);
280 Frame* f = ML_(dinfo_zalloc)("di.mFn.1", sizeof(Frame));
282 f->data = ML_(dinfo_zalloc)("di.mFn.2", f->n_data);
291 Frame* f = ML_(dinfo_zalloc)("di.mFlll.1", sizeof(Frame));
293 f->data = ML_(dinfo_zalloc)("di.mFlll.2", f->n_data);
304 Frame* f = ML_(dinfo_zalloc)("di.mFa.1", sizeof(Frame));
307 f->data = ML_(dinfo_zalloc)("d
[all...]
H A Dstorage.c49 #include "priv_misc.h" /* dinfo_zalloc/free/strdup */
250 chunk = ML_(dinfo_zalloc)("di.storage.addStr.1", sizeof(*chunk));
299 new_tab = ML_(dinfo_zalloc)( "di.storage.addSym.1",
328 new_tab = ML_(dinfo_zalloc)( "di.storage.addLoc.1",
356 new_tab = ML_(dinfo_zalloc)( "di.storage.shrinkLocTab",
577 new_tab = ML_(dinfo_zalloc)( "di.storage.addDiCfSI.1",
1026 di->varinfo = VG_(newXA)( ML_(dinfo_zalloc),
1038 ML_(dinfo_zalloc), "di.storage.addVar.2",
1053 nyu->vars = VG_(newXA)( ML_(dinfo_zalloc), "di.storage.addVar.3",
1369 HChar** new_sec = ML_(dinfo_zalloc)( "d
[all...]
H A Dreaddwarf3.c149 #include "priv_misc.h" /* dinfo_zalloc/free */
599 gx = ML_(dinfo_zalloc)( "di.readdwarf3.msGX.1",
644 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.mgGX.1",
715 gx = ML_(dinfo_zalloc)( "di.readdwarf3.mgGX.2", sizeof(GExpr) + nbytes );
770 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.erl.1",
784 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.url.1",
820 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.grl.1", ML_(dinfo_free),
1044 D3SignatureType *dstype = ML_(dinfo_zalloc) ( "di.readdwarf3.sigtype",
2009 tv = ML_(dinfo_zalloc)( "di.readdwarf3.pvD.1", sizeof(TempVar) );
2525 = VG_(newXA)( ML_(dinfo_zalloc), "d
[all...]
H A Dmisc.c45 void* ML_(dinfo_zalloc) ( const HChar* cc, SizeT szB ) { function
H A Dreadstabs.c49 #include "priv_misc.h" /* dinfo_zalloc/free/strdup */
197 n = ML_(dinfo_zalloc)("di.readstabs.rds.1", qbuflen);
H A Dreadelf.c45 #include "priv_misc.h" /* dinfo_zalloc/free/strdup */
838 ML_(dinfo_zalloc), "di.respl.1",
1036 buildid = ML_(dinfo_zalloc)("di.fbi.1",
1076 buildid = ML_(dinfo_zalloc)("di.fbi.2",
1178 debugpath = ML_(dinfo_zalloc)("di.fdf.1",
1198 debugpath = ML_(dinfo_zalloc)(
1278 debugpath = ML_(dinfo_zalloc)(
1587 svma_ranges = VG_(newXA)(ML_(dinfo_zalloc), "di.relfdi.1",
2625 = ML_(dinfo_zalloc)("di.fbi.4",
H A Dpriv_image.h37 #include "priv_misc.h" // ML_(dinfo_zalloc)
99 /* Copy a C string out of the image, into ML_(dinfo_zalloc)'d space.
282 UChar* dst = ML_(dinfo_zalloc)(cc, size);
H A Dreadmacho.c517 dsymfile = ML_(dinfo_zalloc)("di.readmacho.dsymfile",
926 ML_(dinfo_zalloc), "di.readmacho.candsyms.1",
1032 HChar* cmd = ML_(dinfo_zalloc)( "di.readmacho.tmp1",
H A Dreaddwarf.c42 #include "priv_misc.h" /* dinfo_zalloc/free/strdup */
103 new_tab = ML_(dinfo_zalloc)("di.aWA.1", new_size * sizeof(Word));
2171 dst = VG_(newXA)( ML_(dinfo_zalloc), "di.ccCt.1", ML_(dinfo_free),
2248 dst = VG_(newXA)( ML_(dinfo_zalloc), \
2330 debuginfo->cfsi_exprs = VG_(newXA)( ML_(dinfo_zalloc),
2373 debuginfo->cfsi_exprs = VG_(newXA)( ML_(dinfo_zalloc),
2426 debuginfo->cfsi_exprs = VG_(newXA)( ML_(dinfo_zalloc),
2472 debuginfo->cfsi_exprs = VG_(newXA)( ML_(dinfo_zalloc),
4216 ctx.exprs = VG_(newXA)( ML_(dinfo_zalloc), "di.rcid.1",
H A Ddebuginfo.c53 #include "priv_misc.h" /* dinfo_zalloc/free */
180 di = ML_(dinfo_zalloc)("di.debuginfo.aDI.1", sizeof(DebugInfo));
184 ML_(dinfo_zalloc), "di.debuginfo.aDI.3",
188 ML_(dinfo_zalloc). Now set up the debugging-output flags. */
1122 HChar* mashed = ML_(dinfo_zalloc)("di.debuginfo.dnpdi.1", mashedSzB);
1134 HChar* mashed = ML_(dinfo_zalloc)("di.debuginfo.dnpdi.2", mashedSzB);
1156 pdbname = ML_(dinfo_zalloc)("di.debuginfo.lpd1", sz_exename+5);
3543 XArray* res = VG_(newXA)( ML_(dinfo_zalloc), "di.debuginfo.dgsbai.1",
3673 gvars = VG_(newXA)( ML_(dinfo_zalloc), "di.debuginfo.dggbfd.1",
H A Dreadpdb.c52 #include "priv_misc.h" /* dinfo_zalloc/free/strdup */
986 buffer = ML_(dinfo_zalloc)("di.readpe.pdr.1", nBlocks * blocksize);
1007 buffer = ML_(dinfo_zalloc)("di.readpe.pjr.1", nBlocks * blocksize);
2441 HChar* cmd = ML_(dinfo_zalloc)("di.readpe.fnopf.cmd", cmdlen);
2477 HChar* pdbname = ML_(dinfo_zalloc)("di.readpe.fnopf.pdbname", szB + 1);
H A Dd3basics.c1025 XArray* results = VG_(newXA)( ML_(dinfo_zalloc), "di.d3basics.etG.1",
H A Dtytypes.c43 #include "priv_misc.h" /* dinfo_zalloc/free/strdup */
753 XArray* xa = VG_(newXA)( ML_(dinfo_zalloc), "di.tytypes.dt.1",
/external/valgrind/main/coregrind/
H A Dm_redir.c305 static void* dinfo_zalloc(const HChar* ec, SizeT);
352 HChar** arr = dinfo_zalloc( "redir.asa.1", (n_req+1) * sizeof(HChar*) );
573 spec = dinfo_zalloc("redir.rnnD.1", sizeof(Spec));
634 newts = dinfo_zalloc("redir.rnnD.4", sizeof(TopSpec));
1011 tmpSet = VG_(OSetWord_Create)(dinfo_zalloc, "redir.rndD.1", dinfo_free);
1136 Spec* spec = dinfo_zalloc("redir.ahs.1", sizeof(Spec));
1140 topSpecs = dinfo_zalloc("redir.ahs.2", sizeof(TopSpec));
1193 dinfo_zalloc,
1430 static void* dinfo_zalloc(const HChar* ec, SizeT n) { function

Completed in 754 milliseconds