Home | History | Annotate | Download | only in bfd

Lines Matching refs:plist

2975 	  BFD_ASSERT (hd->root.plt.plist != NULL);
2976 BFD_ASSERT (hd->root.plt.plist->stub_offset != MINUS_ONE);
2986 h->esym.asym.value = (hd->root.plt.plist->stub_offset
3470 BFD_ASSERT (h->plt.plist != NULL);
3471 BFD_ASSERT (h->plt.plist->gotplt_index != MINUS_ONE);
3476 + (h->plt.plist->gotplt_index
4473 && h->root.plt.plist->mips_offset != MINUS_ONE)
5573 && h->root.plt.plist->comp_offset != MINUS_ONE
5574 && h->root.plt.plist->mips_offset != MINUS_ONE)
5583 + h->root.plt.plist->comp_offset
8669 if (h->plt.plist == NULL)
8670 h->plt.plist = mips_elf_make_plt_record (abfd);
8671 if (h->plt.plist == NULL)
8675 h->plt.plist->need_mips = TRUE;
8677 h->plt.plist->need_comp = TRUE;
9132 if (h->plt.plist == NULL)
9133 h->plt.plist = mips_elf_make_plt_record (dynobj);
9134 if (h->plt.plist == NULL)
9150 h->plt.plist->need_mips = TRUE;
9151 h->plt.plist->need_comp = FALSE;
9160 if (!h->plt.plist->need_mips && !h->plt.plist->need_comp)
9163 h->plt.plist->need_comp = TRUE;
9165 h->plt.plist->need_mips = TRUE;
9168 if (h->plt.plist->need_mips)
9170 h->plt.plist->mips_offset = htab->plt_mips_offset;
9173 if (h->plt.plist->need_comp)
9175 h->plt.plist->comp_offset = htab->plt_comp_offset;
9180 h->plt.plist->gotplt_index = htab->plt_got_index++;
9490 if (h->root.plt.plist == NULL)
9491 h->root.plt.plist = mips_elf_make_plt_record (htab->sstubs->owner);
9492 if (h->root.plt.plist == NULL)
9499 h->root.plt.plist->stub_offset = htab->sstubs->size;
9570 BFD_ASSERT (h->root.plt.plist != NULL);
9571 BFD_ASSERT (h->root.plt.plist->mips_offset != MINUS_ONE
9572 || h->root.plt.plist->comp_offset != MINUS_ONE);
9575 if (h->root.plt.plist->mips_offset != MINUS_ONE)
9578 val += h->root.plt.plist->mips_offset;
9584 val += htab->plt_mips_offset + h->root.plt.plist->comp_offset;
10544 if (h->plt.plist != NULL
10545 && (h->plt.plist->mips_offset != MINUS_ONE
10546 || h->plt.plist->comp_offset != MINUS_ONE))
10555 got_index = h->plt.plist->gotplt_index;
10585 if (h->plt.plist->mips_offset != MINUS_ONE)
10590 plt_offset = htab->plt_header_size + h->plt.plist->mips_offset;
10627 if (h->plt.plist->comp_offset != MINUS_ONE)
10632 + h->plt.plist->comp_offset);
10719 if (h->plt.plist != NULL && h->plt.plist->stub_offset != MINUS_ONE)
10833 BFD_ASSERT (h->plt.plist->stub_offset <= htab->sstubs->size);
10834 memcpy (htab->sstubs->contents + h->plt.plist->stub_offset,
10846 + h->plt.plist->stub_offset
11036 if (h->plt.plist != NULL && h->plt.plist->mips_offset != MINUS_ONE)
11045 plt_offset = htab->plt_header_size + h->plt.plist->mips_offset;
11046 gotplt_index = h->plt.plist->gotplt_index;
13918 ret->root.init_plt_refcount.plist = NULL;
13919 ret->root.init_plt_offset.plist = NULL;