Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xtensa.c2867 ReqOptionList *l_b = b->options; in transition_rule_cmp() local
2872 while (l_a && l_b && ((l_a->next == NULL) == (l_b->next == NULL))) in transition_rule_cmp()
2875 ReqOrOptionList *l_or_b = l_b->or_option_terms; in transition_rule_cmp()
2876 while (l_or_a && l_or_b && ((l_a->next == NULL) == (l_b->next == NULL))) in transition_rule_cmp()
2909 l_b = l_b->next; in transition_rule_cmp()
2911 if (l_a || l_b) in transition_rule_cmp()