Home | History | Annotate | Download | only in libffi

Lines Matching refs:loop

1756 	# The effects of -static are defined in a previous loop.
1988 done # argument parsing loop
3029 # that some nasty dependency loop isn't accidentally
3331 loop=$revision
3332 while test "$loop" -ne 0; do
3333 iface=`expr $revision - $loop`
3334 loop=`expr $loop - 1`
3354 loop=$age
3355 while test "$loop" -ne 0; do
3356 iface=`expr $current - $loop`
3357 loop=`expr $loop - 1`
3677 # endless loop below, in case of cyclic links.
3678 # We might still enter an endless loop, since a link
3679 # loop can be closed while we follow links,
4101 # Loop over the list of objects to be linked.
4153 # Loop through the commands generated above and execute them.