HomeSort by relevance Sort by last modified time
    Searched defs:last_one (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/binutils/
ar.c 863 bfd **last_one;
962 last_one = &(arch->archive_next);
969 *last_one = next_one;
970 last_one = &next_one->archive_next;
972 *last_one = (bfd *) NULL;
860 bfd **last_one; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
coff-ppc.c 2244 bfd* last_one = ppc_get_last(); local
    [all...]

Completed in 780 milliseconds