Lines Matching refs:primary
135 struct mips_got_info *primary; member
2899 if (! arg->primary && lcount + gcount + tcount <= maxcnt in mips_elf_merge_gots()
2902 arg->primary = bfd2got->g; in mips_elf_merge_gots()
2908 else if (arg->primary && ! too_many_for_tls in mips_elf_merge_gots()
2912 int old_lcount = arg->primary->local_gotno; in mips_elf_merge_gots()
2913 int old_gcount = arg->primary->global_gotno; in mips_elf_merge_gots()
2914 int old_tcount = arg->primary->tls_gotno; in mips_elf_merge_gots()
2916 bfd2got->g = arg->primary; in mips_elf_merge_gots()
2929 BFD_ASSERT (old_lcount + lcount >= arg->primary->local_gotno); in mips_elf_merge_gots()
2930 BFD_ASSERT (old_gcount + gcount >= arg->primary->global_gotno); in mips_elf_merge_gots()
2931 BFD_ASSERT (old_tcount + tcount >= arg->primary->tls_gotno); in mips_elf_merge_gots()
2933 arg->primary_count = arg->primary->local_gotno in mips_elf_merge_gots()
2934 + arg->primary->global_gotno + arg->primary->tls_gotno; in mips_elf_merge_gots()
3201 got_per_bfd_arg.primary = NULL; in mips_elf_multi_got()
3221 if (got_per_bfd_arg.primary == NULL) in mips_elf_multi_got()
3243 g->next = got_per_bfd_arg.primary; in mips_elf_multi_got()