Searched refs:DWARF_LOG_ALL (Results 1 – 2 of 2) sorted by relevance
97 if (::strcasecmp (arg, "all") == 0) flag_bits &= ~DWARF_LOG_ALL; in Disable()145 if (::strcasecmp (arg, "all") == 0) flag_bits |= DWARF_LOG_ALL; in Enable()
29 #define DWARF_LOG_ALL (UINT32_MAX) macro