HomeSort by: relevance | last modified time | path
    Searched defs:branch_fixups (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-ppc.c 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;
6077 struct one_branch_fixup *branch_fixups = NULL; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-ppc.c 6104 struct one_branch_fixup *branch_fixups = NULL;
6461 for (f = branch_fixups; f ; f = f->next)
6506 f->next = branch_fixups;
6510 branch_fixups = f;
6566 while (branch_fixups != NULL)
6568 struct one_branch_fixup *f = branch_fixups;
6569 branch_fixups = branch_fixups->next;
6664 while (branch_fixups != NULL)
6666 struct one_branch_fixup *f = branch_fixups;
6090 struct one_branch_fixup *branch_fixups = NULL; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-ppc.c 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;
6088 struct one_branch_fixup *branch_fixups = NULL; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-ppc.c 6091 struct one_branch_fixup *branch_fixups = NULL;
6448 for (f = branch_fixups; f ; f = f->next)
6493 f->next = branch_fixups;
6497 branch_fixups = f;
6553 while (branch_fixups != NULL)
6555 struct one_branch_fixup *f = branch_fixups;
6556 branch_fixups = branch_fixups->next;
6651 while (branch_fixups != NULL)
6653 struct one_branch_fixup *f = branch_fixups;
6077 struct one_branch_fixup *branch_fixups = NULL; local
    [all...]

Completed in 25 milliseconds