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

/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dar.c685 bfd **last_one;
764 last_one = &(arch->next);
771 *last_one = next_one;
772 last_one = &next_one->next;
774 *last_one = (bfd *) NULL;
682 bfd **last_one; local
/macosx-10.10.1/cxxfilt-11/cxxfilt/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

Completed in 121 milliseconds