Lines Matching refs:gotidx
107 long gotidx; member
3371 got_offset = entry->gotidx; in mips_elf_initialize_tls_slots()
3503 return entry->gotidx; in mips_elf_local_got_index()
3547 bfd_vma gotidx; in mips_elf_global_got_index() local
3565 gotidx = entry->gotidx; in mips_elf_global_got_index()
3566 BFD_ASSERT (gotidx > 0 && gotidx < htab->sgot->size); in mips_elf_global_got_index()
3581 return gotidx; in mips_elf_global_got_index()
3604 got_index = entry->gotidx; in mips_elf_got_page()
3635 return entry->gotidx; in mips_elf_got16_entry()
3677 bfd_vma gotidx; in mips_elf_create_local_got_entry() local
3716 gotidx = entry->gotidx; in mips_elf_create_local_got_entry()
3717 BFD_ASSERT (gotidx > 0 && gotidx < htab->sgot->size); 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()
3752 lookup.gotidx = MIPS_ELF_GOT_SIZE (abfd) * g->assigned_high_gotno--; in mips_elf_create_local_got_entry()
3757 MIPS_ELF_PUT_WORD (abfd, value, htab->sgot->contents + entry->gotidx); in mips_elf_create_local_got_entry()
3770 + entry->gotidx); in mips_elf_create_local_got_entry()
3918 lookup->gotidx = -1; in mips_elf_record_got_entry()
4650 mips_elf_set_gotidx (void **entryp, long gotidx) in mips_elf_set_gotidx() argument
4655 if (entry->gotidx > 0) in mips_elf_set_gotidx()
4667 entry->gotidx = gotidx; in mips_elf_set_gotidx()
10895 offset = p->gotidx; in _bfd_mips_elf_finish_dynamic_symbol()