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

/freebsd-10.1-release/contrib/binutils/bfd/
H A Darchive.c270 _bfd_look_for_bfd_in_cache (bfd *arch_bfd, file_ptr filepos)
272 htab_t hash_table = bfd_ardata (arch_bfd)->cache;
307 _bfd_add_bfd_to_archive_cache (bfd *arch_bfd, file_ptr filepos, bfd *new_elt)
310 htab_t hash_table = bfd_ardata (arch_bfd)->cache;
319 bfd_ardata (arch_bfd)->cache = hash_table;
323 cache = bfd_zalloc (arch_bfd, sizeof (struct ar_cache));
268 _bfd_look_for_bfd_in_cache(bfd *arch_bfd, file_ptr filepos) argument
305 _bfd_add_bfd_to_archive_cache(bfd *arch_bfd, file_ptr filepos, bfd *new_elt) argument

Completed in 56 milliseconds