Lines Matching refs:xcoff_hash_table

519   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()
1092 xcoff_hash_table (info)->toc_section = tsec; in xcoff_link_create_extra_sections()
1097 if (xcoff_hash_table (info)->descriptor_section == NULL) in xcoff_link_create_extra_sections()
1107 xcoff_hash_table (info)->descriptor_section = dsec; in xcoff_link_create_extra_sections()
1112 if (xcoff_hash_table (info)->debug_section == NULL in xcoff_link_create_extra_sections()
1122 xcoff_hash_table (info)->debug_section = dsec; in xcoff_link_create_extra_sections()
1612 h = xcoff_link_hash_lookup (xcoff_hash_table (info), in xcoff_link_add_symbols()
1869 xcoff_hash_table (info)->special_sections[i] = csect; in xcoff_link_add_symbols()
1925 *sym_hash = xcoff_link_hash_lookup (xcoff_hash_table (info), in xcoff_link_add_symbols()
2130 hds = xcoff_link_hash_lookup (xcoff_hash_table (info), in xcoff_link_add_symbols()
2520 hfn = xcoff_link_hash_lookup (xcoff_hash_table (info), in xcoff_find_function()
2645 if (!xcoff_hash_table (info)->loader_section) in xcoff_need_ldrel_p()
2727 sec = xcoff_hash_table (info)->descriptor_section; in xcoff_mark_symbol()
2740 xcoff_hash_table (info)->ldrel_count += 2; in xcoff_mark_symbol()
2749 if (!xcoff_mark (info, xcoff_hash_table (info)->toc_section)) in xcoff_mark_symbol()
2779 sec = xcoff_hash_table (info)->linkage_section; in xcoff_mark_symbol()
2804 hds->toc_section = xcoff_hash_table (info)->toc_section; in xcoff_mark_symbol()
2812 ++xcoff_hash_table (info)->ldrel_count; in xcoff_mark_symbol()
2826 if (xcoff_hash_table (info)->rtld) in xcoff_mark_symbol()
2872 h = xcoff_link_hash_lookup (xcoff_hash_table (info), name, in xcoff_mark_symbol_by_name()
2968 ++xcoff_hash_table (info)->ldrel_count; in xcoff_mark()
3011 || o == xcoff_hash_table (info)->debug_section in xcoff_sweep()
3012 || o == xcoff_hash_table (info)->loader_section in xcoff_sweep()
3013 || o == xcoff_hash_table (info)->linkage_section in xcoff_sweep()
3014 || o == xcoff_hash_table (info)->descriptor_section in xcoff_sweep()
3051 n->next = xcoff_hash_table (info)->size_list; in bfd_xcoff_link_record_set()
3054 xcoff_hash_table (info)->size_list = n; in bfd_xcoff_link_record_set()
3090 hds = xcoff_link_hash_lookup (xcoff_hash_table (info), in bfd_xcoff_import_symbol()
3198 if (xcoff_hash_table (info)->loader_section) in bfd_xcoff_link_count_reloc()
3201 ++xcoff_hash_table (info)->ldrel_count; in bfd_xcoff_link_count_reloc()
3224 h = xcoff_link_hash_lookup (xcoff_hash_table (info), name, TRUE, TRUE, in bfd_xcoff_record_link_assignment()
3361 if (xcoff_hash_table (ldinfo->info)->gc in xcoff_post_gc_symbol()
3371 if (xcoff_hash_table (ldinfo->info)->gc in xcoff_post_gc_symbol()
3385 if (xcoff_hash_table (ldinfo->info)->loader_section) in xcoff_post_gc_symbol()
3420 if (xcoff_hash_table (info)->gc in xcoff_keep_symbol_p()
3511 htab = xcoff_hash_table (ldinfo->info); in xcoff_build_loader_section()
3660 xcoff_hash_table (info)->file_align = file_align; in bfd_xcoff_size_dynamic_sections()
3661 xcoff_hash_table (info)->textro = textro; in bfd_xcoff_size_dynamic_sections()
3662 xcoff_hash_table (info)->rtld = rtld; in bfd_xcoff_size_dynamic_sections()
3665 if (xcoff_hash_table (info)->loader_section in bfd_xcoff_size_dynamic_sections()
3671 hsym = xcoff_link_hash_lookup (xcoff_hash_table (info), in bfd_xcoff_size_dynamic_sections()
3720 xcoff_hash_table (info)->gc = FALSE; in bfd_xcoff_size_dynamic_sections()
3734 if (o != xcoff_hash_table (info)->toc_section in bfd_xcoff_size_dynamic_sections()
3756 xcoff_link_hash_traverse (xcoff_hash_table (info), in bfd_xcoff_size_dynamic_sections()
3762 xcoff_hash_table (info)->gc = TRUE; in bfd_xcoff_size_dynamic_sections()
3768 sec = xcoff_hash_table (info)->special_sections[i]; in bfd_xcoff_size_dynamic_sections()
3782 xcoff_link_hash_traverse (xcoff_hash_table (info), xcoff_post_gc_symbol, in bfd_xcoff_size_dynamic_sections()
3787 if (xcoff_hash_table (info)->loader_section in bfd_xcoff_size_dynamic_sections()
3792 sec = xcoff_hash_table (info)->linkage_section; in bfd_xcoff_size_dynamic_sections()
3799 sec = xcoff_hash_table (info)->toc_section; in bfd_xcoff_size_dynamic_sections()
3806 sec = xcoff_hash_table (info)->descriptor_section; in bfd_xcoff_size_dynamic_sections()
3816 debug_strtab = xcoff_hash_table (info)->debug_strtab; in bfd_xcoff_size_dynamic_sections()
3959 xcoff_hash_table (info)->debug_section->size = in bfd_xcoff_size_dynamic_sections()
4078 if (xcoff_hash_table (flinfo->info)->textro in xcoff_create_ldrel()
5176 if (xcoff_hash_table (flinfo->info)->gc in xcoff_write_global_symbol()
5286 == xcoff_hash_table (flinfo->info)->linkage_section)) in xcoff_write_global_symbol()
5437 == xcoff_hash_table (flinfo->info)->descriptor_section)) in xcoff_write_global_symbol()
5608 for (l = xcoff_hash_table (flinfo->info)->size_list; in xcoff_write_global_symbol()
5799 if (xcoff_hash_table (flinfo->info)->loader_section) in xcoff_reloc_link_order()
5851 if (xcoff_hash_table (info)->loader_section) in _bfd_xcoff_bfd_final_link()
5853 flinfo.ldsym = (xcoff_hash_table (info)->loader_section->contents in _bfd_xcoff_bfd_final_link()
5855 flinfo.ldrel = (xcoff_hash_table (info)->loader_section->contents in _bfd_xcoff_bfd_final_link()
5857 + (xcoff_hash_table (info)->ldhdr.l_nsyms in _bfd_xcoff_bfd_final_link()
5922 if (xcoff_hash_table (info)->file_align != 0) in _bfd_xcoff_bfd_final_link()
5929 file_align = xcoff_hash_table (info)->file_align; in _bfd_xcoff_bfd_final_link()
6352 o = xcoff_hash_table (info)->loader_section; in _bfd_xcoff_bfd_final_link()
6356 == (xcoff_hash_table (info)->loader_section->contents in _bfd_xcoff_bfd_final_link()
6357 + xcoff_hash_table (info)->ldhdr.l_impoff)); in _bfd_xcoff_bfd_final_link()
6364 o = xcoff_hash_table (info)->linkage_section; in _bfd_xcoff_bfd_final_link()
6370 o = xcoff_hash_table (info)->toc_section; in _bfd_xcoff_bfd_final_link()
6376 o = xcoff_hash_table (info)->descriptor_section; in _bfd_xcoff_bfd_final_link()
6399 o = xcoff_hash_table (info)->debug_section; in _bfd_xcoff_bfd_final_link()
6404 debug_strtab = xcoff_hash_table (info)->debug_strtab; in _bfd_xcoff_bfd_final_link()