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

/haiku-buildtools/legacy/binutils/gas/
H A Dsymbols.h115 struct broken_word struct
119 struct broken_word *next_broken_word;
138 /* Pointer to broken_word with a similar long-jump. */
139 struct broken_word *use_jump;
141 extern struct broken_word *broken_words;
H A Dwrite.c490 struct broken_word *lie;
495 for (lie = (struct broken_word *) (fragP->fr_symbol);
1270 struct broken_word *brokp;
1273 brokp != (struct broken_word *) NULL;
1311 struct broken_word *lie;
1312 struct broken_word **prevP;
1341 struct broken_word *untruth;
1864 struct broken_word *lie;
1865 struct broken_word *untruth;
1867 /* Yes this is ugly (storing the broken_word pointe
[all...]
H A Dread.c179 struct broken_word *broken_words;
3746 struct broken_word *x;
3748 x = (struct broken_word *) xmalloc (sizeof (struct broken_word));
H A Dsymbols.c273 struct broken_word *a;
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-cris.h155 struct broken_word;
157 struct broken_word *);
H A Dtc-cris.c4053 tc_cris_check_adjusted_broken_word (offsetT new_offset, struct broken_word *brokwP)
/haiku-buildtools/binutils/gas/config/
H A Dtc-cris.h146 struct broken_word;
148 struct broken_word *);
H A Dtc-m68k.h190 struct broken_word;
194 struct broken_word *);
H A Dtc-cris.c4136 tc_cris_check_adjusted_broken_word (offsetT new_offset, struct broken_word *brokwP)
H A Dtc-m68k.c8141 tc_m68k_check_adjusted_broken_word (offsetT new_offset, struct broken_word *brokwP)
/haiku-buildtools/binutils/gas/
H A Dsymbols.h122 struct broken_word struct
126 struct broken_word *next_broken_word;
145 /* Pointer to broken_word with a similar long-jump. */
146 struct broken_word *use_jump;
148 extern struct broken_word *broken_words;
H A Dwrite.c501 struct broken_word *lie;
506 for (lie = (struct broken_word *) (fragP->fr_symbol);
1870 struct broken_word *brokp;
1873 brokp != (struct broken_word *) NULL;
1916 struct broken_word *lie;
1917 struct broken_word **prevP;
1946 struct broken_word *untruth;
1982 for (untruth = (struct broken_word *) (fragP->fr_symbol);
2551 struct broken_word *lie;
2552 struct broken_word *untrut
[all...]
H A Dread.c178 struct broken_word *broken_words;
4363 struct broken_word *x;
4365 x = XNEW (struct broken_word);
H A Dsymbols.c281 struct broken_word *a;

Completed in 290 milliseconds