Home | History | Annotate | Download | only in bfd

Lines Matching defs:branch_fixups

6091   struct one_branch_fixup *branch_fixups = NULL;
6446 for (f = branch_fixups; f ; f = f->next)
6491 f->next = branch_fixups;
6495 branch_fixups = f;
6551 while (branch_fixups != NULL)
6553 struct one_branch_fixup *f = branch_fixups;
6554 branch_fixups = branch_fixups->next;
6649 while (branch_fixups != NULL)
6651 struct one_branch_fixup *f = branch_fixups;
6652 branch_fixups = branch_fixups->next;