Searched refs:xcoff_hash_table (Results 1 – 2 of 2) sorted by relevance
634 h = xcoff_link_hash_lookup (xcoff_hash_table (info), name, TRUE, in xcoff_link_add_dynamic_symbols()696 hds = xcoff_link_hash_lookup (xcoff_hash_table (info), dsnm, in xcoff_link_add_dynamic_symbols()767 for (pp = &xcoff_hash_table (info)->imports, c = 1; in xcoff_link_add_dynamic_symbols()793 if (xcoff_hash_table (info)->loader_section == NULL) in xcoff_link_create_extra_sections()801 xcoff_hash_table (info)->loader_section = lsec; in xcoff_link_create_extra_sections()806 if (xcoff_hash_table (info)->linkage_section == NULL) in xcoff_link_create_extra_sections()814 xcoff_hash_table (info)->linkage_section = lsec; in xcoff_link_create_extra_sections()821 if (xcoff_hash_table (info)->toc_section == NULL) in xcoff_link_create_extra_sections()829 xcoff_hash_table (info)->toc_section = tsec; in xcoff_link_create_extra_sections()836 if (xcoff_hash_table (info)->descriptor_section == NULL) in xcoff_link_create_extra_sections()[all …]
118 #define xcoff_hash_table(p) ((struct xcoff_link_hash_table *) ((p)->hash)) macro