Searched refs:broken_words (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/
H A Dsymbols.h144 extern struct broken_word *broken_words;
H A Dwrite.c1542 for (brokp = broken_words;
1584 prevP = &broken_words;
1585 for (lie = broken_words; lie; lie = lie->next_broken_word)
1609 for (lie = broken_words; lie;)
1620 /* Find out how many broken_words go here. */
H A Dread.c178 struct broken_word *broken_words; variable in typeref:struct:broken_word
4044 the broken_words list. See the code in write.c. */
4050 x->next_broken_word = broken_words;
4051 broken_words = x;
H A Dsymbols.c291 (symbolS *) broken_words,
306 for (a = broken_words; a && a->dispfrag == 0; a = a->next_broken_word)

Completed in 160 milliseconds