Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-xtensa.c2901 ReqOptionList *l_a = a->options; in transition_rule_cmp() local
2907 while (l_a && l_b && ((l_a->next == NULL) == (l_b->next == NULL))) in transition_rule_cmp()
2909 ReqOrOptionList *l_or_a = l_a->or_option_terms; in transition_rule_cmp()
2911 while (l_or_a && l_or_b && ((l_a->next == NULL) == (l_b->next == NULL))) in transition_rule_cmp()
2943 l_a = l_a->next; in transition_rule_cmp()
2946 if (l_a || l_b) in transition_rule_cmp()