Searched refs:assigned_low_gotno (Results 1 – 2 of 2) sorted by relevance
173 unsigned int assigned_low_gotno; member3733 if (g->assigned_low_gotno > g->assigned_high_gotno) in mips_elf_create_local_got_entry()3750 lookup.gotidx = MIPS_ELF_GOT_SIZE (abfd) * g->assigned_low_gotno++; in mips_elf_create_local_got_entry()4734 if (!mips_elf_set_gotidx (entryp, arg->value * arg->g->assigned_low_gotno)) in mips_elf_set_global_gotidx()4739 arg->g->assigned_low_gotno += 1; in mips_elf_set_global_gotidx()4895 g->assigned_low_gotno = assign; in mips_elf_multi_got()4937 save_assign = g->assigned_low_gotno; in mips_elf_multi_got()4938 g->assigned_low_gotno = g->local_gotno; in mips_elf_multi_got()4945 BFD_ASSERT (g->assigned_low_gotno == g->local_gotno + g->global_gotno); in mips_elf_multi_got()4946 g->assigned_low_gotno = save_assign; in mips_elf_multi_got()[all …]
2581 field. Add assigned_low_gotno and assigned_high_gotno fields.2583 Set index of new GOT entry to assigned_low_gotno if required by2586 with assigned_low_gotno.2587 (mips_elf_multi_got): Initialize assigned_low_gotno and2588 assigned_high_gotno in secondary GOTs. Use assigned_low_gotno2590 (mips_elf_lay_out_got): Initialize assigned_low_gotno and