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

  /src/external/gpl3/binutils/dist/binutils/
ar.c 957 bfd **last_one;
1053 last_one = &(arch->archive_next);
1058 *last_one = next_one;
1059 last_one = &next_one->archive_next;
1061 *last_one = (bfd *) NULL;
955 bfd **last_one; local
  /src/external/gpl3/binutils.old/dist/binutils/
ar.c 978 bfd **last_one;
1075 last_one = &(arch->archive_next);
1081 *last_one = next_one;
1082 last_one = &next_one->archive_next;
1084 *last_one = (bfd *) NULL;
975 bfd **last_one; local
  /src/external/gpl3/gdb.old/dist/gdb/
target.c 1882 mem_region *last_one = NULL; local
1888 if (last_one != NULL && last_one->hi > this_one->lo)
1894 last_one = this_one;
  /src/external/gpl3/gdb/dist/gdb/
target.c 1892 mem_region *last_one = NULL; local
1898 if (last_one != NULL && last_one->hi > this_one->lo)
1904 last_one = this_one;

Completed in 83 milliseconds