Lines Matching defs:fdplt
884 bfd_vma fdplt;
924 descriptor is chosen. FDPLT indicates the number of remaining
937 bfd_vma fdplt, tlsdplt;
4443 dinfo->fdplt += 8;
4717 up to FDPLT bytes should be reserved for additional function
4727 bfd_vma fdplt,
4771 gad->fdplt = 0;
4812 if (fdplt && gad->tmin > wrapmin)
4816 if ((bfd_vma) (gad->tmin - wrapmin) < fdplt)
4819 fds = fdplt;
4821 fdplt -= fds;
4824 gad->fdplt += fds;
4829 if (fdplt && (bfd_vma) gad->tmax < wrap)
4833 if ((bfd_vma) (wrap - gad->tmax) < fdplt)
4836 fds = fdplt;
4838 fdplt -= fds;
4841 gad->fdplt += fds;
4986 else if (entry->plt && dinfo->got12.fdplt)
4988 dinfo->got12.fdplt -= 8;
4993 else if (entry->plt && dinfo->gotlos.fdplt)
4995 dinfo->gotlos.fdplt -= 8;
5000 dinfo->gothilo.fdplt -= 8;
5245 if (gpinfop->g.fdplt < limit)
5247 tlslimit = (limit - gpinfop->g.fdplt) & ~ (bfd_vma) 8;
5248 limit = gpinfop->g.fdplt;
5273 gpinfop->g.fdplt
5274 - gpinfop->got12.fdplt,
5285 gpinfop->g.fdplt
5286 - gpinfop->got12.fdplt
5287 - gpinfop->gotlos.fdplt,