Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Dapp.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()
/toolchain/binutils/binutils-2.25/binutils/
Dnm.c415 bfd_byte *from, *fromend, *to; in filter_symbols() local
423 fromend = from + symcount * size; in filter_symbols()
426 for (; from < fromend; from += size) in filter_symbols()
685 bfd_byte *from, *fromend; in sort_symbols_by_size() local
700 fromend = from + symcount * size; in sort_symbols_by_size()
705 if (from < fromend) in sort_symbols_by_size()
713 for (; from < fromend; from += size) in sort_symbols_by_size()
720 if (from + size < fromend) in sort_symbols_by_size()
740 if (from + size < fromend in sort_symbols_by_size()
949 struct size_sym *from, *fromend; in print_size_symbols() local
[all …]
Ddlltool.c1487 bfd_byte *from, *fromend; in scan_filtered_symbols() local
1494 fromend = from + symcount * size; in scan_filtered_symbols()
1495 for (; from < fromend; from += size) in scan_filtered_symbols()
1583 bfd_byte *from, *fromend, *to; in filter_symbols() local
1591 fromend = from + symcount * size; in filter_symbols()
1594 for (; from < fromend; from += size) in filter_symbols()