Searched refs:option_ptr (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Ddumpfile.c790 const struct dump_option_value_info *option_ptr; local
807 for (option_ptr = dump_options; option_ptr->name; option_ptr++)
808 if (strlen (option_ptr->name) == length
809 && !memcmp (option_ptr->name, ptr, length))
811 flags |= option_ptr->value;
890 const struct dump_option_value_info *option_ptr; local
907 for (option_ptr = optinfo_verbosity_options; option_ptr
[all...]

Completed in 39 milliseconds