Home
last modified time | relevance | path

Searched refs:assigned_low_gotno (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c172 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()
[all …]
DChangeLog2021 field. Add assigned_low_gotno and assigned_high_gotno fields.
2023 Set index of new GOT entry to assigned_low_gotno if required by
2026 with assigned_low_gotno.
2027 (mips_elf_multi_got): Initialize assigned_low_gotno and
2028 assigned_high_gotno in secondary GOTs. Use assigned_low_gotno
2030 (mips_elf_lay_out_got): Initialize assigned_low_gotno and