Home | History | Annotate | Download | only in bfd

Lines Matching defs:fdplt

884   bfd_vma fdplt;
924 descriptor is chosen. FDPLT indicates the number of remaining
937 bfd_vma fdplt, tlsdplt;
4444 dinfo->fdplt += 8;
4718 up to FDPLT bytes should be reserved for additional function
4728 bfd_vma fdplt,
4772 gad->fdplt = 0;
4813 if (fdplt && gad->tmin > wrapmin)
4817 if ((bfd_vma) (gad->tmin - wrapmin) < fdplt)
4820 fds = fdplt;
4822 fdplt -= fds;
4825 gad->fdplt += fds;
4830 if (fdplt && (bfd_vma) gad->tmax < wrap)
4834 if ((bfd_vma) (wrap - gad->tmax) < fdplt)
4837 fds = fdplt;
4839 fdplt -= fds;
4842 gad->fdplt += fds;
4987 else if (entry->plt && dinfo->got12.fdplt)
4989 dinfo->got12.fdplt -= 8;
4994 else if (entry->plt && dinfo->gotlos.fdplt)
4996 dinfo->gotlos.fdplt -= 8;
5001 dinfo->gothilo.fdplt -= 8;
5246 if (gpinfop->g.fdplt < limit)
5248 tlslimit = (limit - gpinfop->g.fdplt) & ~ (bfd_vma) 8;
5249 limit = gpinfop->g.fdplt;
5274 gpinfop->g.fdplt
5275 - gpinfop->got12.fdplt,
5286 gpinfop->g.fdplt
5287 - gpinfop->got12.fdplt
5288 - gpinfop->gotlos.fdplt,