Searched refs:archive_info (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | elfcomm.h | 62 struct archive_info struct 83 extern int setup_archive (struct archive_info *, const char *, FILE *, argument 87 extern int setup_nested_archive (struct archive_info *, const char *); 90 extern void release_archive (struct archive_info *); 94 extern char *get_archive_member_name (struct archive_info *, 95 struct archive_info *); 100 extern char *get_archive_member_name_at (struct archive_info *, 102 struct archive_info *); 107 extern char *make_qualified_name (struct archive_info *, 108 struct archive_info *,
|
D | elfcomm.c | 440 process_archive_index_and_symbols (struct archive_info * arch, in process_archive_index_and_symbols() 572 setup_archive (struct archive_info *arch, const char *file_name, in setup_archive() 654 setup_nested_archive (struct archive_info *nested_arch, in setup_nested_archive() 679 release_archive (struct archive_info * arch) in release_archive() 699 get_archive_member_name (struct archive_info *arch, in get_archive_member_name() 700 struct archive_info *nested_arch) in get_archive_member_name() 777 get_archive_member_name_at (struct archive_info *arch, in get_archive_member_name_at() 779 struct archive_info *nested_arch) in get_archive_member_name_at() 811 make_qualified_name (struct archive_info * arch, in make_qualified_name() 812 struct archive_info * nested_arch, in make_qualified_name()
|
D | elfedit.c | 290 struct archive_info arch; in process_archive() 291 struct archive_info nested_arch; in process_archive()
|
D | ChangeLog-2010 | 146 (archive_info): Likewise. 166 (archive_info): Likewise.
|
D | ChangeLog-2012 | 305 * elfcomm.h (struct archive_info): Change type of index_num and
|
D | ChangeLog-2009 | 1094 (struct archive_info): New type.
|
D | readelf.c | 15087 struct archive_info arch; in process_archive() 15088 struct archive_info nested_arch; in process_archive()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | xcofflink.c | 154 htab_t archive_info; member 521 slot = htab_find_slot (htab->archive_info, &entry, INSERT); in xcoff_get_archive_info() 582 if (ret->archive_info) in _bfd_xcoff_bfd_link_hash_table_free() 583 htab_delete (ret->archive_info); in _bfd_xcoff_bfd_link_hash_table_free() 608 ret->archive_info = htab_create (37, xcoff_archive_info_hash, in _bfd_xcoff_bfd_link_hash_table_create() 610 if (!ret->debug_strtab || !ret->archive_info) in _bfd_xcoff_bfd_link_hash_table_create() 721 struct xcoff_archive_info *archive_info; in bfd_xcoff_set_archive_import_path() local 723 archive_info = xcoff_get_archive_info (info, archive); in bfd_xcoff_set_archive_import_path() 724 return (archive_info != NULL in bfd_xcoff_set_archive_import_path() 726 &archive_info->imppath, in bfd_xcoff_set_archive_import_path() [all …]
|
D | ChangeLog-2009 | 3567 Cache the result in the archive_info table. 3605 (_bfd_xcoff_bfd_link_hash_table_create): Initialize archive_info.
|