Home
last modified time | relevance | path

Searched refs:nextdot (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/
Dldexp.c967 bfd_vma nextdot; in exp_fold_tree_1() local
969 nextdot = expld.result.value; in exp_fold_tree_1()
971 nextdot += expld.result.section->vma; in exp_fold_tree_1()
973 nextdot += expld.section->vma; in exp_fold_tree_1()
974 if (nextdot < expld.dot in exp_fold_tree_1()
978 tree, expld.dot, nextdot); in exp_fold_tree_1()
981 expld.dot = nextdot; in exp_fold_tree_1()
982 *expld.dotp = nextdot; in exp_fold_tree_1()
DChangeLog-2010806 (exp_fold_tree_1): When assigning to dot, calculate nextdot