Home
last modified time | relevance | path

Searched refs:l_or_b (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xtensa.c2946 ReqOrOptionList *l_or_b = l_b->or_option_terms; in transition_rule_cmp() local
2947 while (l_or_a && l_or_b && ((l_a->next == NULL) == (l_b->next == NULL))) in transition_rule_cmp()
2949 if (l_or_a->is_true != l_or_b->is_true) in transition_rule_cmp()
2951 if (strcmp (l_or_a->option_name, l_or_b->option_name) != 0) in transition_rule_cmp()
2955 && strcmp (l_or_b->option_name, "IsaUseL32R") == 0) in transition_rule_cmp()
2963 && strcmp (l_or_b->option_name, "IsaUseConst16") == 0) in transition_rule_cmp()
2974 l_or_b = l_or_b->next; in transition_rule_cmp()
2976 if (l_or_a || l_or_b) in transition_rule_cmp()