Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dxcofflink.c519 htab = xcoff_hash_table (info); in xcoff_get_archive_info()
753 for (pp = &xcoff_hash_table (info)->imports, c = 1; in xcoff_set_import_path()
902 h = xcoff_link_hash_lookup (xcoff_hash_table (info), name, TRUE, in xcoff_link_add_dynamic_symbols()
954 hds = xcoff_link_hash_lookup (xcoff_hash_table (info), dsnm, in xcoff_link_add_dynamic_symbols()
1027 for (pp = &xcoff_hash_table (info)->imports, c = 1; in xcoff_link_add_dynamic_symbols()
1054 && xcoff_hash_table (info)->loader_section == NULL) in xcoff_link_create_extra_sections()
1063 xcoff_hash_table (info)->loader_section = lsec; in xcoff_link_create_extra_sections()
1067 if (xcoff_hash_table (info)->linkage_section == NULL) in xcoff_link_create_extra_sections()
1077 xcoff_hash_table (info)->linkage_section = lsec; in xcoff_link_create_extra_sections()
1082 if (xcoff_hash_table (info)->toc_section == NULL) in xcoff_link_create_extra_sections()
[all …]
Dlibxcoff.h119 #define xcoff_hash_table(p) ((struct xcoff_link_hash_table *) ((p)->hash)) macro