Lines Matching defs:lookup

3622   struct mips_got_entry lookup, *entry;
3631 lookup.tls_type = mips_elf_reloc_tls_type (r_type);
3632 if (!lookup.tls_type && g == mips_elf_bfd_got (obfd, false))
3635 lookup.abfd = ibfd;
3636 lookup.symndx = -1;
3637 lookup.d.h = (struct mips_elf_link_hash_entry *) h;
3638 entry = htab_find (g->got_entries, &lookup);
3644 if (lookup.tls_type)
3655 mips_elf_initialize_tls_slots (obfd, info, entry, lookup.d.h, value);
3749 struct mips_got_entry lookup, *entry;
3769 lookup.tls_type = mips_elf_reloc_tls_type (r_type);
3770 if (lookup.tls_type)
3772 lookup.abfd = ibfd;
3775 lookup.symndx = 0;
3776 lookup.d.addend = 0;
3780 lookup.symndx = r_symndx;
3781 lookup.d.addend = 0;
3785 lookup.symndx = -1;
3786 lookup.d.h = h;
3789 entry = (struct mips_got_entry *) htab_find (g->got_entries, &lookup);
3798 lookup.abfd = NULL;
3799 lookup.symndx = -1;
3800 lookup.d.address = value;
3801 loc = htab_find_slot (g->got_entries, &lookup, INSERT);
3826 lookup.gotidx = MIPS_ELF_GOT_SIZE (abfd) * g->assigned_low_gotno++;
3828 lookup.gotidx = MIPS_ELF_GOT_SIZE (abfd) * g->assigned_high_gotno--;
3830 *entry = lookup;
3992 struct mips_got_entry *lookup)
4002 loc = htab_find_slot (g->got_entries, lookup, INSERT);
4014 lookup->tls_initialized = false;
4015 lookup->gotidx = -1;
4016 *entry = *lookup;
4025 bfd_loc = htab_find_slot (g->got_entries, lookup, INSERT);
4116 struct mips_got_page_ref lookup, *entry;
4127 lookup.symndx = -1;
4128 lookup.u.h = (struct mips_elf_link_hash_entry *) h;
4132 lookup.symndx = symndx;
4133 lookup.u.abfd = abfd;
4135 lookup.addend = addend;
4136 loc = htab_find_slot (g1->got_page_refs, &lookup, INSERT);
4147 *entry = lookup;
4156 bfd_loc = htab_find_slot (g2->got_page_refs, &lookup, INSERT);
4297 struct mips_got_page_entry lookup, *entry;
4303 lookup.sec = sec;
4304 loc = htab_find_slot (g->got_page_entries, &lookup, INSERT);
13362 lookup:
13381 goto lookup;