Home | History | Annotate | Download | only in ld

Lines Matching full:nextdot

967 		  bfd_vma nextdot;
969 nextdot = expld.result.value;
971 nextdot += expld.result.section->vma;
973 nextdot += expld.section->vma;
974 if (nextdot < expld.dot
978 tree, expld.dot, nextdot);
981 expld.dot = nextdot;
982 *expld.dotp = nextdot;