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

  /external/valgrind/main/coregrind/m_debuginfo/
priv_misc.h 43 UChar* ML_(dinfo_strdup)( HChar* cc, const UChar* str );
misc.c 58 UChar* ML_(dinfo_strdup) ( HChar* cc, const UChar* str ) { function
readmacho.c 732 di->soname = ML_(dinfo_strdup)("di.readmacho.dylibname",
741 di->soname = ML_(dinfo_strdup)("di.readmacho.dylinkername",
814 di->soname = ML_(dinfo_strdup)("di.readmacho.noname", "NONE");
    [all...]
readdwarf3.c     [all...]
readelf.c     [all...]
debuginfo.c 185 di->filename = ML_(dinfo_strdup)("di.debuginfo.aDI.2", filename);
186 di->memname = memname ? ML_(dinfo_strdup)("di.debuginfo.aDI.3", memname)
    [all...]
readxcoff.c     [all...]
  /external/valgrind/main/coregrind/
m_redir.c 292 static HChar* dinfo_strdup(HChar* ec, HChar*);
382 spec->from_sopatt = dinfo_strdup("redir.rnnD.2", demangled_sopatt);
383 spec->from_fnpatt = dinfo_strdup("redir.rnnD.3", demangled_fnpatt);
1108 static HChar* dinfo_strdup(HChar* ec, HChar* str) function
    [all...]

Completed in 105 milliseconds