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

/freebsd-10.0-release/contrib/gdb/gdb/
H A Dsolib-sunos.c141 struct objfile *last_one; local
158 for (last_one = object_files;
159 last_one->next;
160 last_one = last_one->next);
161 last_one->next = objfile;
H A Dobjfiles.c155 struct objfile *last_one = NULL; local
222 for (last_one = object_files;
223 last_one->next;
224 last_one = last_one->next);
225 last_one->next = objfile;
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dar.c686 bfd **last_one;
765 last_one = &(arch->archive_next);
772 *last_one = next_one;
773 last_one = &next_one->archive_next;
775 *last_one = (bfd *) NULL;
683 bfd **last_one; local
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp1244 bool last_one = false; local
1245 for (int i = stack_size - 1; i > 0 && !last_one ; i--)
1248 last_one = true;
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dcoff-ppc.c2354 bfd* last_one = ppc_get_last();
2355 if (last_one)
2357 if (! _bfd_coff_link_input_bfd (&finfo, last_one))
2360 last_one->output_has_begun = TRUE;
2343 bfd* last_one = ppc_get_last(); local

Completed in 92 milliseconds