Home
last modified time | relevance | path

Searched refs:brokp (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/binutils/gas/
HDwrite.c1540 struct broken_word *brokp; in write_object_file() local
1542 for (brokp = broken_words; in write_object_file()
1543 brokp != (struct broken_word *) NULL; in write_object_file()
1544 brokp = brokp->next_broken_word) in write_object_file()
1546 brokp->added = 0; in write_object_file()
1548 if (brokp->dispfrag != (fragS *) NULL in write_object_file()
1549 && brokp->dispfrag->fr_type == rs_broken_word) in write_object_file()
1550 brokp->dispfrag->fr_subtype = 0; in write_object_file()