Searched refs:option_ptr (Results 1 – 1 of 1) sorted by relevance
1006 const struct dump_option_value_info *option_ptr; in dump_switch_p_1() local1017 for (option_ptr = dump_options; option_ptr->name; option_ptr++) in dump_switch_p_1()1018 if (strlen (option_ptr->name) == length in dump_switch_p_1()1019 && !memcmp (option_ptr->name, ptr, length)) in dump_switch_p_1()1021 flags |= option_ptr->value; in dump_switch_p_1()