Home | History | Annotate | Download | only in bfd

Lines Matching full:gotidx

107   long gotidx;
3386 got_offset = entry->gotidx;
3518 return entry->gotidx;
3562 bfd_vma gotidx;
3580 gotidx = entry->gotidx;
3581 BFD_ASSERT (gotidx > 0 && gotidx < htab->sgot->size);
3596 return gotidx;
3619 got_index = entry->gotidx;
3650 return entry->gotidx;
3692 bfd_vma gotidx;
3731 gotidx = entry->gotidx;
3732 BFD_ASSERT (gotidx > 0 && gotidx < htab->sgot->size);
3765 lookup.gotidx = MIPS_ELF_GOT_SIZE (abfd) * g->assigned_low_gotno++;
3767 lookup.gotidx = MIPS_ELF_GOT_SIZE (abfd) * g->assigned_high_gotno--;
3772 MIPS_ELF_PUT_WORD (abfd, value, htab->sgot->contents + entry->gotidx);
3785 + entry->gotidx);
3933 lookup->gotidx = -1;
4662 /* ENTRYP is a hash table entry for a mips_got_entry. Set its gotidx
4663 to GOTIDX, duplicating the entry if it has already been assigned
4667 mips_elf_set_gotidx (void **entryp, long gotidx)
4672 if (entry->gotidx > 0)
4684 entry->gotidx = gotidx;
10931 offset = p->gotidx;