Lines Matching defs:ol
607 struct option_list * ol;615 for (ol = STATE_OPTIONS (sd), prev = NULL;616 ol != NULL;617 prev = ol, ol = ol->next)618 if (ol->options == mips_options)621 SIM_ASSERT (ol != NULL);624 STATE_OPTIONS (sd) = ol->next;626 prev->next = ol->next;
Indexes created Fri Mar 20 00:23:26 UTC 2026