Searched refs:assigned_low_gotno (Results 1 – 2 of 2) sorted by relevance
172 unsigned int assigned_low_gotno; member3725 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()[all …]
2021 field. Add assigned_low_gotno and assigned_high_gotno fields.2023 Set index of new GOT entry to assigned_low_gotno if required by2026 with assigned_low_gotno.2027 (mips_elf_multi_got): Initialize assigned_low_gotno and2028 assigned_high_gotno in secondary GOTs. Use assigned_low_gotno2030 (mips_elf_lay_out_got): Initialize assigned_low_gotno and