HomeSort by relevance Sort by last modified time
    Searched refs:dinfo_zalloc (Results 1 - 15 of 15) sorted by null

  /external/valgrind/main/coregrind/m_debuginfo/
priv_misc.h 42 void* ML_(dinfo_zalloc)( const HChar* cc, SizeT szB );
image.c 44 #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)("di.mFa.2", f->n_data)
    [all...]
storage.c 49 #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",
    [all...]
readdwarf3.c 149 #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),
    [all...]
misc.c 45 void* ML_(dinfo_zalloc) ( const HChar* cc, SizeT szB ) { function
readstabs.c 49 #include "priv_misc.h" /* dinfo_zalloc/free/strdup */
197 n = ML_(dinfo_zalloc)("di.readstabs.rds.1", qbuflen);
readelf.c 45 #include "priv_misc.h" /* dinfo_zalloc/free/strdup */
838 ML_(dinfo_zalloc), "di.respl.1",
    [all...]
priv_image.h 37 #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);
readmacho.c 517 dsymfile = ML_(dinfo_zalloc)("di.readmacho.dsymfile",
    [all...]
readdwarf.c 42 #include "priv_misc.h" /* dinfo_zalloc/free/strdup */
103 new_tab = ML_(dinfo_zalloc)("di.aWA.1", new_size * sizeof(Word));
    [all...]
debuginfo.c 53 #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. */
    [all...]
readpdb.c 52 #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);
    [all...]
d3basics.c     [all...]
tytypes.c 43 #include "priv_misc.h" /* dinfo_zalloc/free/strdup */
753 XArray* xa = VG_(newXA)( ML_(dinfo_zalloc), "di.tytypes.dt.1",
  /external/valgrind/main/coregrind/
m_redir.c 305 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));
1430 static void* dinfo_zalloc(const HChar* ec, SizeT n) { function
    [all...]

Completed in 92 milliseconds