Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Dapp.c359 char *toend = tostart + tolen; in do_scrub_chars() local
445 if (to >= toend) \ in do_scrub_chars()
563 if (len > toend - to) in do_scrub_chars()
564 len = toend - to; in do_scrub_chars()
570 if (to >= toend) in do_scrub_chars()
910 if (to + 1 < toend) in do_scrub_chars()
1369 if (to + 1 < toend in do_scrub_chars()
1397 if (len > (toend - to) - 1) in do_scrub_chars()
1398 len = (toend - to) - 1; in do_scrub_chars()
1406 if (to >= toend) in do_scrub_chars()
[all …]