Searched refs:fromend (Results 1 – 3 of 3) sorted by relevance
361 char *fromend; in do_scrub_chars() local418 (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()
415 bfd_byte *from, *fromend, *to; in filter_symbols() local423 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() local700 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 …]
1487 bfd_byte *from, *fromend; in scan_filtered_symbols() local1494 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() local1591 fromend = from + symcount * size; in filter_symbols()1594 for (; from < fromend; from += size) in filter_symbols()