Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/bfd/
H A Darchive.c252 _bfd_look_for_bfd_in_cache (bfd *arch_bfd, file_ptr filepos) in _bfd_look_for_bfd_in_cache() argument
256 for (current = bfd_ardata (arch_bfd)->cache; current != NULL; in _bfd_look_for_bfd_in_cache()
266 _bfd_add_bfd_to_archive_cache (bfd *arch_bfd, file_ptr filepos, bfd *new_elt) in _bfd_add_bfd_to_archive_cache() argument
270 struct ar_cache *new_cache = bfd_zalloc (arch_bfd, amt); in _bfd_add_bfd_to_archive_cache()
277 if (bfd_ardata (arch_bfd)->cache == NULL) in _bfd_add_bfd_to_archive_cache()
278 bfd_ardata (arch_bfd)->cache = new_cache; in _bfd_add_bfd_to_archive_cache()
281 struct ar_cache *current = bfd_ardata (arch_bfd)->cache; in _bfd_add_bfd_to_archive_cache()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Darchive.c284 _bfd_look_for_bfd_in_cache (bfd *arch_bfd, file_ptr filepos) in _bfd_look_for_bfd_in_cache() argument
286 htab_t hash_table = bfd_ardata (arch_bfd)->cache; in _bfd_look_for_bfd_in_cache()
321 _bfd_add_bfd_to_archive_cache (bfd *arch_bfd, file_ptr filepos, bfd *new_elt) in _bfd_add_bfd_to_archive_cache() argument
324 htab_t hash_table = bfd_ardata (arch_bfd)->cache; in _bfd_add_bfd_to_archive_cache()
333 bfd_ardata (arch_bfd)->cache = hash_table; in _bfd_add_bfd_to_archive_cache()
337 cache = bfd_zalloc (arch_bfd, sizeof (struct ar_cache)); in _bfd_add_bfd_to_archive_cache()