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

/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_misc.h43 void* ML_(dinfo_zalloc)( const HChar* cc, SizeT szB );
H A Dimage.c44 #include "priv_misc.h" /* dinfo_zalloc/free/strdup */
72 // The name. In ML_(dinfo_zalloc)'d space. Used only for printing
253 Frame* res = ML_(dinfo_zalloc)("di.do_transaction.1", sizeof(Frame));
255 res->data = ML_(dinfo_zalloc)("di.do_transaction.2", rd_len);
282 Frame* f = ML_(dinfo_zalloc)("di.mFn.1", sizeof(Frame));
284 f->data = ML_(dinfo_zalloc)("di.mFn.2", f->n_data);
293 Frame* f = ML_(dinfo_zalloc)("di.mFlll.1", sizeof(Frame));
295 f->data = ML_(dinfo_zalloc)("di.mFlll.2", f->n_data);
306 Frame* f = ML_(dinfo_zalloc)("di.mFa.1", sizeof(Frame));
309 f->data = ML_(dinfo_zalloc)("d
[all...]
H A Dstorage.c51 #include "priv_misc.h" /* dinfo_zalloc/free/strdup */
251 ML_(dinfo_zalloc),
267 ML_(dinfo_zalloc),
336 new_tab = ML_(dinfo_zalloc)( "di.storage.addSym.1",
376 UShort* new = ML_(dinfo_zalloc)( "di.storage.sfix.1",
393 UInt* new = ML_(dinfo_zalloc)( "di.storage.sfix.2",
425 new_loctab = ML_(dinfo_zalloc)( "di.storage.addLoc.1",
429 new_loctab_fndn_ix = ML_(dinfo_zalloc)( "di.storage.addLoc.2",
578 new_tab = ML_(dinfo_zalloc)( "di.storage.addInl.1",
794 new_tab = ML_(dinfo_zalloc)( "d
[all...]
H A Dreaddwarf3.c149 #include "priv_misc.h" /* dinfo_zalloc/free */
633 gx = ML_(dinfo_zalloc)( "di.readdwarf3.msGX.1",
677 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.mgGX.1",
748 gx = ML_(dinfo_zalloc)( "di.readdwarf3.mgGX.2", sizeof(GExpr) + nbytes );
803 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.erl.1",
817 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.url.1",
853 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.grl.1", ML_(dinfo_free),
912 ta = ML_(dinfo_zalloc) ("di.readdwarf3.ht_ta_nf", SZ_G_ABBV(ta_nf_maxE));
927 ta = ML_(dinfo_zalloc) ("di.readdwarf3.ht_ta_nf",
964 ht_ta = ML_(dinfo_zalloc) ("d
[all...]
H A Dmisc.c45 void* ML_(dinfo_zalloc) ( const HChar* cc, SizeT szB ) { function
H A Dreadelf.c45 #include "priv_misc.h" /* dinfo_zalloc/free/strdup */
892 ML_(dinfo_zalloc), "di.respl.1",
1090 buildid = ML_(dinfo_zalloc)("di.fbi.1",
1130 buildid = ML_(dinfo_zalloc)("di.fbi.2",
1237 debugpath = ML_(dinfo_zalloc)("di.fdf.1",
1257 debugpath = ML_(dinfo_zalloc)(
1335 debugpath = ML_(dinfo_zalloc)(
1648 svma_ranges = VG_(newXA)(ML_(dinfo_zalloc), "di.relfdi.1",
2730 = 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.c520 dsymfile = ML_(dinfo_zalloc)("di.readmacho.dsymfile",
932 ML_(dinfo_zalloc), "di.readmacho.candsyms.1",
1037 HChar* cmd = ML_(dinfo_zalloc)( "di.readmacho.tmp1",
H A Dreaddwarf.c42 #include "priv_misc.h" /* dinfo_zalloc/free/strdup */
376 dirname_xa = VG_(newXA) (ML_(dinfo_zalloc), "di.rd2l.1", ML_(dinfo_free),
378 fndn_ix_xa = VG_(newXA) (ML_(dinfo_zalloc), "di.rd2l.2", ML_(dinfo_free),
537 HChar *buf = ML_(dinfo_zalloc)("di.rd2l.1c", len + 1);
2073 dst = VG_(newXA)( ML_(dinfo_zalloc), "di.ccCt.1", ML_(dinfo_free),
2151 dst = VG_(newXA)( ML_(dinfo_zalloc), \
2232 debuginfo->cfsi_exprs = VG_(newXA)( ML_(dinfo_zalloc),
2275 debuginfo->cfsi_exprs = VG_(newXA)( ML_(dinfo_zalloc),
2328 debuginfo->cfsi_exprs = VG_(newXA)( ML_(dinfo_zalloc),
2374 debuginfo->cfsi_exprs = VG_(newXA)( ML_(dinfo_zalloc),
[all...]
H A Ddebuginfo.c53 #include "priv_misc.h" /* dinfo_zalloc/free */
184 di = ML_(dinfo_zalloc)("di.debuginfo.aDI.1", sizeof(DebugInfo));
188 ML_(dinfo_zalloc), "di.debuginfo.aDI.3",
192 ML_(dinfo_zalloc). Now set up the debugging-output flags. */
1274 HChar* mashed = ML_(dinfo_zalloc)("di.debuginfo.dnpdi.1", mashedSzB);
1286 HChar* mashed = ML_(dinfo_zalloc)("di.debuginfo.dnpdi.2", mashedSzB);
1308 pdbname = ML_(dinfo_zalloc)("di.debuginfo.lpd1", sz_exename+5);
1603 ret = ML_(dinfo_zalloc) ("dinfo.new_IIPC", sizeof(*ret));
3941 XArray* res = VG_(newXA)( ML_(dinfo_zalloc), "di.debuginfo.dgsbai.1",
4071 gvars = VG_(newXA)( ML_(dinfo_zalloc), "d
[all...]
H A Dreadpdb.c52 #include "priv_misc.h" /* dinfo_zalloc/free/strdup */
988 buffer = ML_(dinfo_zalloc)("di.readpe.pdr.1", nBlocks * blocksize);
1009 buffer = ML_(dinfo_zalloc)("di.readpe.pjr.1", nBlocks * blocksize);
2513 HChar* cmd = ML_(dinfo_zalloc)("di.readpe.fnopf.cmd", cmdlen);
2548 HChar* pdbname = ML_(dinfo_zalloc)("di.readpe.fnopf.pdbname", szB + 1);
H A Dd3basics.c1031 XArray* results = VG_(newXA)( ML_(dinfo_zalloc), "di.d3basics.etG.1",
H A Dreadexidx.c625 di->cfsi_exprs = VG_(newXA)( ML_(dinfo_zalloc), "di.gCCAG",
H A Dtytypes.c43 #include "priv_misc.h" /* dinfo_zalloc/free/strdup */
752 XArray* xa = VG_(newXA)( ML_(dinfo_zalloc), "di.tytypes.dt.1",
/external/valgrind/coregrind/
H A Dm_redir.c305 static void* dinfo_zalloc(const HChar* ec, SizeT);
353 const HChar** arr = dinfo_zalloc("redir.asa.1", (n_req+1) * sizeof(HChar*));
579 replaced_sopatt = dinfo_zalloc("redir.rnnD.5",
597 spec = dinfo_zalloc("redir.rnnD.1", sizeof(Spec));
662 newts = dinfo_zalloc("redir.rnnD.4", sizeof(TopSpec));
1048 tmpSet = VG_(OSetWord_Create)(dinfo_zalloc, "redir.rndD.1", dinfo_free);
1173 Spec* spec = dinfo_zalloc("redir.ahs.1", sizeof(Spec));
1176 topSpecs = dinfo_zalloc("redir.ahs.2", sizeof(TopSpec));
1232 dinfo_zalloc,
1516 static void* dinfo_zalloc(cons function
[all...]

Completed in 595 milliseconds