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

  /external/valgrind/main/coregrind/
pub_core_options.h 129 extern UChar VG_(clo_trace_flags);
m_options.c 77 UChar VG_(clo_trace_flags) = 0; // 00000000b variable
m_translate.c     [all...]
m_main.c 697 else if ('1' == tmp_str[j]) VG_(clo_trace_flags) |= (1 << (7-j));
    [all...]

Completed in 112 milliseconds