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

  /external/valgrind/coregrind/
pub_core_options.h 43 extern const HChar *VG_(clo_toolname);
m_libcprint.c 129 vg_assert( VG_(clo_toolname) );
137 VG_(printf_xml)("<protocoltool>%s</protocoltool>\n", VG_(clo_toolname));
155 if (VG_(strlen)(VG_(clo_toolname)) >= 4 &&
156 VG_STREQN(4, VG_(clo_toolname), "exp-")) {
194 VG_(printf_xml)("<tool>%pS</tool>\n", VG_(clo_toolname));
    [all...]
m_main.c 403 else if VG_STR_CLO(str, "--tool", VG_(clo_toolname)) {}
445 Int toolname_len = VG_(strlen)(VG_(clo_toolname));
498 VG_STREQN(toolname_len, arg+2, VG_(clo_toolname)) &&
    [all...]
m_options.c 48 const HChar *VG_(clo_toolname) = "memcheck"; // default to Memcheck variable

Completed in 71 milliseconds