Home | History | Annotate | Download | only in coregrind

Lines Matching refs:caller_name

1548       HChar* caller_name = ip2fo->names + ip2fo->names_free;
1551 caller_name', or "???"
1558 if (!VG_(get_fnname_no_cxx_demangle)(IP, caller_name, ERRTXT_LEN))
1559 VG_(strcpy)(caller_name, "???");
1561 /* Get the object name into 'caller_name', or "???"
1563 if (!VG_(get_objname)(IP, caller_name, ERRTXT_LEN))
1564 VG_(strcpy)(caller_name, "???");
1566 ip2fo->names_free += VG_(strlen)(caller_name) + 1;