Searched refs:xcoff_hash_table (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | xcofflink.c | 526 htab = xcoff_hash_table (info); in xcoff_get_archive_info() 808 for (pp = &xcoff_hash_table (info)->imports, c = 1; in xcoff_set_import_path() 961 h = xcoff_link_hash_lookup (xcoff_hash_table (info), name, true, in xcoff_link_add_dynamic_symbols() 1013 hds = xcoff_link_hash_lookup (xcoff_hash_table (info), dsnm, in xcoff_link_add_dynamic_symbols() 1087 for (pp = &xcoff_hash_table (info)->imports, c = 1; in xcoff_link_add_dynamic_symbols() 1114 && xcoff_hash_table (info)->loader_section == NULL) in xcoff_link_create_extra_sections() 1123 xcoff_hash_table (info)->loader_section = lsec; in xcoff_link_create_extra_sections() 1127 if (xcoff_hash_table (info)->linkage_section == NULL) in xcoff_link_create_extra_sections() 1137 xcoff_hash_table (info)->linkage_section = lsec; in xcoff_link_create_extra_sections() 1142 if (xcoff_hash_table (info)->toc_section == NULL) in xcoff_link_create_extra_sections() [all …]
|
H A D | libxcoff.h | 128 #define xcoff_hash_table(p) ((struct xcoff_link_hash_table *) ((p)->hash)) macro
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | xcofflink.c | 524 htab = xcoff_hash_table (info); in xcoff_get_archive_info() 806 for (pp = &xcoff_hash_table (info)->imports, c = 1; in xcoff_set_import_path() 959 h = xcoff_link_hash_lookup (xcoff_hash_table (info), name, true, in xcoff_link_add_dynamic_symbols() 1011 hds = xcoff_link_hash_lookup (xcoff_hash_table (info), dsnm, in xcoff_link_add_dynamic_symbols() 1082 for (pp = &xcoff_hash_table (info)->imports, c = 1; in xcoff_link_add_dynamic_symbols() 1109 && xcoff_hash_table (info)->loader_section == NULL) in xcoff_link_create_extra_sections() 1118 xcoff_hash_table (info)->loader_section = lsec; in xcoff_link_create_extra_sections() 1122 if (xcoff_hash_table (info)->linkage_section == NULL) in xcoff_link_create_extra_sections() 1132 xcoff_hash_table (info)->linkage_section = lsec; in xcoff_link_create_extra_sections() 1137 if (xcoff_hash_table (info)->toc_section == NULL) in xcoff_link_create_extra_sections() [all …]
|
H A D | libxcoff.h | 128 #define xcoff_hash_table(p) ((struct xcoff_link_hash_table *) ((p)->hash)) macro
|