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

/freebsd-10.2-release/contrib/binutils/gas/
H A Dsymbols.h118 struct broken_word struct
122 struct broken_word *next_broken_word;
141 /* Pointer to broken_word with a similar long-jump. */
142 struct broken_word *use_jump;
144 extern struct broken_word *broken_words;
H A Dwrite.c486 struct broken_word *lie;
491 for (lie = (struct broken_word *) (fragP->fr_symbol);
1540 struct broken_word *brokp;
1543 brokp != (struct broken_word *) NULL;
1581 struct broken_word *lie;
1582 struct broken_word **prevP;
1611 struct broken_word *untruth;
2160 struct broken_word *lie;
2161 struct broken_word *untruth;
2163 /* Yes this is ugly (storing the broken_word pointe
[all...]
H A Dread.c178 struct broken_word *broken_words;
4047 struct broken_word *x;
4049 x = (struct broken_word *) xmalloc (sizeof (struct broken_word));
H A Dsymbols.c272 struct broken_word *a;

Completed in 190 milliseconds