Home | History | Annotate | Download | only in bfd

Lines Matching defs:branch_fixups

6102   struct one_branch_fixup *branch_fixups = NULL;
6459 for (f = branch_fixups; f ; f = f->next)
6504 f->next = branch_fixups;
6508 branch_fixups = f;
6564 while (branch_fixups != NULL)
6566 struct one_branch_fixup *f = branch_fixups;
6567 branch_fixups = branch_fixups->next;
6673 while (branch_fixups != NULL)
6675 struct one_branch_fixup *f = branch_fixups;
6676 branch_fixups = branch_fixups->next;