Searched refs:dinfo_strdup (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_misc.h44 HChar* ML_(dinfo_strdup)( const HChar* cc, const HChar* str );
H A Dmisc.c58 HChar* ML_(dinfo_strdup) ( const HChar* cc, const HChar* str ) { function
H A Dreadmacho.c784 di->soname = ML_(dinfo_strdup)("di.readmacho.dylibname",
798 di->soname = ML_(dinfo_strdup)("di.readmacho.dylinkername",
874 di->soname = ML_(dinfo_strdup)("di.readmacho.noname", "NONE");
H A Dreadelf.c1192 HChar *objdir = ML_(dinfo_strdup)("di.fdf.2", objpath);
1272 HChar *objdir = ML_(dinfo_strdup)("di.fdfah.1", objpath);
1734 di->soname = ML_(dinfo_strdup)("di.redi.2", "NONE");
H A Dreaddwarf3.c2426 = ML_(dinfo_strdup)( "di.readdwarf3.ptD.base_type.2",
2548 = ML_(dinfo_strdup)( "di.readdwarf3.pTD.enum_type.3",
2698 = ML_(dinfo_strdup)( "di.readdwarf3.ptD.struct_type.3",
2791 = ML_(dinfo_strdup)( "di.readdwarf3.ptD.member.3",
H A Dimage.c618 img->source.name = ML_(dinfo_strdup)("di.image.ML_iflf.2", fullpath);
H A Dreadpdb.c2218 di->soname = ML_(dinfo_strdup)("di.readpdb.rpdi.1", pdbname);
H A Ddebuginfo.c182 di->fsm.filename = ML_(dinfo_strdup)("di.debuginfo.aDI.2", filename);
/external/valgrind/main/coregrind/
H A Dm_redir.c307 static HChar* dinfo_strdup(const HChar* ec, const HChar*);
575 spec->from_sopatt = dinfo_strdup("redir.rnnD.2", demangled_sopatt);
576 spec->from_fnpatt = dinfo_strdup("redir.rnnD.3", demangled_fnpatt);
1444 static HChar* dinfo_strdup(const HChar* ec, const HChar* str) function

Completed in 104 milliseconds