Home | History | Annotate | Download | only in bfd

Lines Matching refs:new_head

289 	bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);
293 BFDs contained in the archive @var{output} to @var{new_head}.
297 bfd_set_archive_head (bfd *output_archive, bfd *new_head)
299 output_archive->archive_head = new_head;