/external/valgrind/main/coregrind/ |
D | m_redir.c | 302 static void* dinfo_zalloc(HChar* ec, SizeT); 349 UChar** arr = dinfo_zalloc( "redir.asa.1", (n_req+1) * sizeof(UChar*) ); in alloc_symname_array() 440 spec = dinfo_zalloc("redir.rnnD.1", sizeof(Spec)); in VG_() 501 newts = dinfo_zalloc("redir.rnnD.4", sizeof(TopSpec)); in VG_() 877 tmpSet = VG_(OSetWord_Create)(dinfo_zalloc, "redir.rndD.1", dinfo_free); in VG_() 1002 Spec* spec = dinfo_zalloc("redir.ahs.1", sizeof(Spec)); in add_hardwired_spec() 1006 topSpecs = dinfo_zalloc("redir.ahs.2", sizeof(TopSpec)); in add_hardwired_spec() 1059 dinfo_zalloc, in VG_() 1236 static void* dinfo_zalloc(HChar* ec, SizeT n) { in dinfo_zalloc() function
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readdwarf3.c | 517 gx = ML_(dinfo_zalloc)( "di.readdwarf3.msGX.1", in make_singleton_GX() 563 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.mgGX.1", in make_general_GX() 634 gx = ML_(dinfo_zalloc)( "di.readdwarf3.mgGX.2", sizeof(GExpr) + nbytes ); in make_general_GX() 689 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.erl.1", in empty_range_list() 703 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.url.1", in unitary_range_list() 739 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.grl.1", ML_(dinfo_free), in get_range_list() 1784 tv = ML_(dinfo_zalloc)( "di.readdwarf3.pvD.1", sizeof(TempVar) ); in parse_var_DIE() 2269 = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.ptD.enum_type.1", in parse_type_DIE() 2386 = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.pTD.struct_type.1", in parse_type_DIE() 2537 = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.ptD.array_type.1", in parse_type_DIE() [all …]
|
D | priv_misc.h | 41 void* ML_(dinfo_zalloc)( HChar* cc, SizeT szB );
|
D | storage.c | 236 chunk = ML_(dinfo_zalloc)("di.storage.addStr.1", sizeof(*chunk)); in ML_() 270 new_tab = ML_(dinfo_zalloc)( "di.storage.addSym.1", in ML_() 299 new_tab = ML_(dinfo_zalloc)( "di.storage.addLoc.1", in addLoc() 327 new_tab = ML_(dinfo_zalloc)( "di.storage.shrinkLocTab", in shrinkLocTab() 536 new_tab = ML_(dinfo_zalloc)( "di.storage.addDiCfSI.1", in ML_() 961 di->varinfo = VG_(newXA)( ML_(dinfo_zalloc), in ML_() 973 ML_(dinfo_zalloc), "di.storage.addVar.2", in ML_() 988 nyu->vars = VG_(newXA)( ML_(dinfo_zalloc), "di.storage.addVar.3", in ML_() 1304 UChar** new_sec = ML_(dinfo_zalloc)( "di.storage.aDntf.1", in add_DiSym_names_to_from() 1530 UChar** tmp = ML_(dinfo_zalloc)( "di.storage.cS.1", in canonicaliseSymtab()
|
D | misc.c | 45 void* ML_(dinfo_zalloc) ( HChar* cc, SizeT szB ) { in ML_() argument
|
D | readmacho.c | 525 dsymfile = ML_(dinfo_zalloc)("di.readmacho.dsymfile", in find_separate_debug_file() 858 ML_(dinfo_zalloc), "di.readmacho.candsyms.1", in ML_() 960 HChar* cmd = ML_(dinfo_zalloc)( "di.readmacho.tmp1", in ML_()
|
D | readstabs.c | 197 n = ML_(dinfo_zalloc)("di.readstabs.rds.1", qbuflen); in ML_()
|
D | readelf.c | 739 ML_(dinfo_zalloc), "di.respl.1", in read_elf_symtab__ppc64_linux() 917 buildid = ML_(dinfo_zalloc)("di.fbi.1", in find_buildid() 1116 HChar* nm = ML_(dinfo_zalloc)("di.fahdi.1", in find_ad_hoc_debug_image() 1172 debugpath = ML_(dinfo_zalloc)( in find_debug_file() 1192 debugpath = ML_(dinfo_zalloc)( in find_debug_file()
|
D | readpdb.c | 1008 buffer = ML_(dinfo_zalloc)("di.readpe.pdr.1", nBlocks * blocksize); in pdb_ds_read() 1029 buffer = ML_(dinfo_zalloc)("di.readpe.pjr.1", nBlocks * blocksize); in pdb_jg_read() 2485 HChar* cmd = ML_(dinfo_zalloc)("di.readpe.fnopf.cmd", cmdlen); in ML_() 2521 HChar* pdbname = ML_(dinfo_zalloc)("di.readpe.fnopf.pdbname", szB + 1); in ML_()
|
D | debuginfo.c | 178 di = ML_(dinfo_zalloc)("di.debuginfo.aDI.1", sizeof(DebugInfo)); in alloc_DebugInfo() 1105 HChar* mashed = ML_(dinfo_zalloc)("di.debuginfo.dnpdi.1", mashedSzB); in VG_() 1117 HChar* mashed = ML_(dinfo_zalloc)("di.debuginfo.dnpdi.2", mashedSzB); in VG_() 1139 pdbname = ML_(dinfo_zalloc)("di.debuginfo.lpd1", sz_exename+5); in VG_() 3449 XArray* res = VG_(newXA)( ML_(dinfo_zalloc), "di.debuginfo.dgsbai.1", in VG_() 3579 gvars = VG_(newXA)( ML_(dinfo_zalloc), "di.debuginfo.dggbfd.1", in VG_()
|
D | readdwarf.c | 101 new_tab = ML_(dinfo_zalloc)("di.aWA.1", new_size * sizeof(Word)); in addto_WordArray() 2140 dst = VG_(newXA)( ML_(dinfo_zalloc), "di.ccCt.1", ML_(dinfo_free), in summarise_context() 2209 dst = VG_(newXA)( ML_(dinfo_zalloc), \ in summarise_context() 2290 debuginfo->cfsi_exprs = VG_(newXA)( ML_(dinfo_zalloc), in summarise_context() 2343 debuginfo->cfsi_exprs = VG_(newXA)( ML_(dinfo_zalloc), in summarise_context() 4093 ctx.exprs = VG_(newXA)( ML_(dinfo_zalloc), "di.rcid.1", in ML_()
|
D | d3basics.c | 1013 XArray* results = VG_(newXA)( ML_(dinfo_zalloc), "di.d3basics.etG.1", in ML_()
|
D | tytypes.c | 723 XArray* xa = VG_(newXA)( ML_(dinfo_zalloc), "di.tytypes.dt.1", in ML_()
|