Lines Matching refs:assigned_low_gotno
172 unsigned int assigned_low_gotno; member
3725 if (g->assigned_low_gotno > g->assigned_high_gotno) in mips_elf_create_local_got_entry()
3742 lookup.gotidx = MIPS_ELF_GOT_SIZE (abfd) * g->assigned_low_gotno++; in mips_elf_create_local_got_entry()
4725 if (!mips_elf_set_gotidx (entryp, arg->value * arg->g->assigned_low_gotno)) in mips_elf_set_global_gotidx()
4730 arg->g->assigned_low_gotno += 1; in mips_elf_set_global_gotidx()
4886 g->assigned_low_gotno = assign; in mips_elf_multi_got()
4928 save_assign = g->assigned_low_gotno; in mips_elf_multi_got()
4929 g->assigned_low_gotno = g->local_gotno; in mips_elf_multi_got()
4936 BFD_ASSERT (g->assigned_low_gotno == g->local_gotno + g->global_gotno); in mips_elf_multi_got()
4937 g->assigned_low_gotno = save_assign; in mips_elf_multi_got()
4941 g->relocs += g->local_gotno - g->assigned_low_gotno; in mips_elf_multi_got()
4942 BFD_ASSERT (g->assigned_low_gotno == g->next->local_gotno in mips_elf_multi_got()
9291 BFD_ASSERT (g->assigned_low_gotno == 0); in mips_elf_lay_out_got()
9297 g->assigned_low_gotno = htab->reserved_gotno; in mips_elf_lay_out_got()
11658 if (got_index >= g->assigned_low_gotno in _bfd_mips_elf_finish_dynamic_sections()