Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gas/
HDapp.c361 char *fromend; in do_scrub_chars() local
418 (from < fromend \ in do_scrub_chars()
423 fromend = from + fromlen, \ in do_scrub_chars()
453 fromend = from + saved_input_len; in do_scrub_chars()
461 fromend = from + fromlen; in do_scrub_chars()
554 for (s = from; s < fromend; s++) in do_scrub_chars()
584 from = fromend = one_char_buf + 1; in do_scrub_chars()
1379 for (s = from; s < fromend; s++) in do_scrub_chars()
1472 if (fromend > from) in do_scrub_chars()
1475 saved_input_len = fromend - from; in do_scrub_chars()
/dragonfly/contrib/binutils-2.34/gas/
HDapp.c372 char *fromend; in do_scrub_chars() local
429 (from < fromend \ in do_scrub_chars()
434 fromend = from + fromlen, \ in do_scrub_chars()
464 fromend = from + saved_input_len; in do_scrub_chars()
472 fromend = from + fromlen; in do_scrub_chars()
565 for (s = from; s < fromend; s++) in do_scrub_chars()
595 from = fromend = one_char_buf + 1; in do_scrub_chars()
1387 for (s = from; s < fromend; s++) in do_scrub_chars()
1484 if (fromend > from) in do_scrub_chars()
1487 saved_input_len = fromend - from; in do_scrub_chars()
/dragonfly/contrib/binutils-2.27/binutils/
HDnm.c449 bfd_byte *from, *fromend, *to; in filter_symbols() local
457 fromend = from + symcount * size; in filter_symbols()
460 for (; from < fromend; from += size) in filter_symbols()
719 bfd_byte *from, *fromend; in sort_symbols_by_size() local
734 fromend = from + symcount * size; in sort_symbols_by_size()
739 if (from < fromend) in sort_symbols_by_size()
747 for (; from < fromend; from += size) in sort_symbols_by_size()
754 if (from + size < fromend) in sort_symbols_by_size()
774 if (from + size < fromend in sort_symbols_by_size()
1000 struct size_sym *fromend; in print_size_symbols() local
[all …]
/dragonfly/contrib/binutils-2.34/binutils/
HDnm.c454 bfd_byte *from, *fromend, *to; in filter_symbols() local
462 fromend = from + symcount * size; in filter_symbols()
465 for (; from < fromend; from += size) in filter_symbols()
731 bfd_byte *from, *fromend; in sort_symbols_by_size() local
746 fromend = from + symcount * size; in sort_symbols_by_size()
751 if (from < fromend) in sort_symbols_by_size()
759 for (; from < fromend; from += size) in sort_symbols_by_size()
766 if (from + size < fromend) in sort_symbols_by_size()
791 if (from + size < fromend in sort_symbols_by_size()
1031 struct size_sym *fromend; in print_size_symbols() local
[all …]