Searched refs:broken_words (Results 1 – 4 of 4) sorted by relevance
148 extern struct broken_word *broken_words;
1845 for (brokp = broken_words; in write_object_file()1892 prevP = &broken_words; in write_object_file()1893 for (lie = broken_words; lie; lie = lie->next_broken_word) in write_object_file()1917 for (lie = broken_words; lie;) in write_object_file()
178 struct broken_word *broken_words; variable4261 x->next_broken_word = broken_words; in emit_expr_with_reloc()4262 broken_words = x; in emit_expr_with_reloc()
298 (symbolS *) broken_words, in colon()313 for (a = broken_words; a && a->dispfrag == 0; a = a->next_broken_word) in colon()