Searched refs:next_broken_word (Results 1 – 4 of 4) sorted by relevance
605 lie = lie->next_broken_word) in cvt_frag_to_fill()1515 brokp = brokp->next_broken_word) in write_object_file()1616 for (lie = broken_words; lie; lie = lie->next_broken_word) in write_object_file()1653 *prevP = lie->next_broken_word; in write_object_file()1656 prevP = &(lie->next_broken_word); in write_object_file()1673 untruth = untruth->next_broken_word) in write_object_file()1691 m++, lie = lie->next_broken_word) in write_object_file()1702 for (untruth = lie->next_broken_word; in write_object_file()1704 untruth = untruth->next_broken_word) in write_object_file()2315 lie = lie->next_broken_word) in relax_segment()[all …]
115 struct broken_word *next_broken_word; member
331 for (a = broken_words; a && a->dispfrag == 0; a = a->next_broken_word) in colon()
3589 x->next_broken_word = broken_words; in emit_expr()