Searched refs:last_one (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/binutils/
H A Dar.c700 bfd **last_one; local
779 last_one = &(arch->next);
786 *last_one = next_one;
787 last_one = &next_one->next;
789 *last_one = (bfd *) NULL;
/haiku-buildtools/binutils/binutils/
H A Dar.c864 bfd **last_one;
963 last_one = &(arch->archive_next);
970 *last_one = next_one;
971 last_one = &next_one->archive_next;
973 *last_one = (bfd *) NULL;
861 bfd **last_one; local
/haiku-buildtools/legacy/binutils/bfd/
H A Dcoff-ppc.c2339 bfd* last_one = ppc_get_last();
2340 if (last_one)
2342 if (! _bfd_coff_link_input_bfd (&finfo, last_one))
2345 last_one->output_has_begun = TRUE;
2328 bfd* last_one = ppc_get_last(); local
/haiku-buildtools/binutils/bfd/
H A Dcoff-ppc.c2258 bfd* last_one = ppc_get_last();
2259 if (last_one)
2261 if (! _bfd_coff_link_input_bfd (&flaginfo, last_one))
2264 last_one->output_has_begun = TRUE;
2250 bfd* last_one = ppc_get_last(); local

Completed in 104 milliseconds