Searched refs:NULLSTRINGS (Results 1 – 5 of 5) sorted by relevance
85 NULLSTRINGS = 1 << 13, enumerator
531 _option_word & NULLSTRINGS ? "enabled" : "disabled", in ~Options()1041 _option_word |= NULLSTRINGS; in parse_options()
1129 columns = 58 / (4 + (option[SHAREDLIB] ? 2 : option[NULLSTRINGS] ? 8 : 2) in output_keyword_blank_entries()1136 columns = (option[SHAREDLIB] ? 9 : option[NULLSTRINGS] ? 4 : 9); in output_keyword_blank_entries()1158 if (option[NULLSTRINGS]) in output_keyword_blank_entries()1853 if (!option[SHAREDLIB] && option[NULLSTRINGS]) in output_lookup_function_body()
547 option.set (NULLSTRINGS); in read_input()
329 * src/options.h (NULLSTRINGS): New enum value.337 (Options::~Options): Output _stringpool_name, NULLSTRINGS values too.