Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Darchive.c155 struct ar_cache struct
305 struct ar_cache m; in _bfd_look_for_bfd_in_cache()
311 struct ar_cache *entry = (struct ar_cache *) htab_find (hash_table, &m); in _bfd_look_for_bfd_in_cache()
324 return (hashval_t) (((struct ar_cache *) p)->ptr); in hash_file_ptr()
332 struct ar_cache *arc1 = (struct ar_cache *) p1; in eq_file_ptr()
333 struct ar_cache *arc2 = (struct ar_cache *) p2; in eq_file_ptr()
351 struct ar_cache *cache; in _bfd_add_bfd_to_archive_cache()
365 cache = (struct ar_cache *) bfd_zalloc (arch_bfd, sizeof (struct ar_cache)); in _bfd_add_bfd_to_archive_cache()
2713 struct ar_cache *ent = (struct ar_cache *) *slot; in archive_close_worker()
2750 struct ar_cache ent; in _bfd_archive_close_and_cleanup()
[all …]
DChangeLog-20054175 (struct ar_cache): Rename `arelt' to `arbfd' and remove `next'.