Searched refs:memname (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/main/coregrind/m_debuginfo/ |
D | debuginfo.c | 176 const UChar* memname ) in alloc_DebugInfo() argument 186 di->memname = memname ? ML_(dinfo_strdup)("di.debuginfo.aDI.3", memname) in alloc_DebugInfo() 193 || (memname && VG_(string_match)( VG_(clo_trace_symtab_patt), in alloc_DebugInfo() 194 memname )); in alloc_DebugInfo() 473 DebugInfo* find_or_create_DebugInfo_for ( UChar* filename, UChar* memname ) in find_or_create_DebugInfo_for() argument 480 && ( (memname && di->memname) in find_or_create_DebugInfo_for() 481 ? 0==VG_(strcmp)(memname, di->memname) in find_or_create_DebugInfo_for() 486 di = alloc_DebugInfo(filename, memname); in find_or_create_DebugInfo_for() 1618 if (di->memname) { in VG_() 1624 VG_(strncpy_safely)(&buf[used], di->memname, nbuf-used); in VG_()
|
D | readxcoff.c | 2427 if (di->memname) { in ML_() 2429 di->filename, di->memname, di->text_avma); in ML_() 2439 VG_(printf)("--- mem: %s\n", di->memname ? di->memname in ML_() 2447 if (di->memname) { in ML_() 2450 ok = read_xcoff_o_or_a( di, di->filename, di->memname ); in ML_() 2464 if (di->memname) { in ML_() 2466 Int nbytes = VG_(strlen)(p) + 1 + VG_(strlen)(di->memname) + 1 + 1; in ML_() 2469 VG_(sprintf)(so, "%s(%s)", p, di->memname); in ML_()
|
D | priv_storage.h | 375 UChar* memname; /* also in VG_AR_DINFO. AIX5 only: .a member name */ member
|
D | readelf.c | 1208 vg_assert(!di->memname); in ML_()
|