Searched refs:fromend (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | app.c | 414 char *fromend; in do_scrub_chars() local 471 (from < fromend \ in do_scrub_chars() 476 fromend = from + fromlen, \ in do_scrub_chars() 506 fromend = from + saved_input_len; in do_scrub_chars() 514 fromend = from + fromlen; in do_scrub_chars() 518 (const unsigned char* ) fromend, in do_scrub_chars() 612 for (s = from; s < fromend; s++) in do_scrub_chars() 642 from = fromend = one_char_buf + 1; in do_scrub_chars() 1433 for (s = from; s < fromend; s++) in do_scrub_chars() 1528 if (fromend > from) in do_scrub_chars() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | app.c | 414 char *fromend; in do_scrub_chars() local 471 (from < fromend \ in do_scrub_chars() 476 fromend = from + fromlen, \ in do_scrub_chars() 506 fromend = from + saved_input_len; in do_scrub_chars() 514 fromend = from + fromlen; in do_scrub_chars() 518 (const unsigned char* ) fromend, in do_scrub_chars() 612 for (s = from; s < fromend; s++) in do_scrub_chars() 642 from = fromend = one_char_buf + 1; in do_scrub_chars() 1433 for (s = from; s < fromend; s++) in do_scrub_chars() 1528 if (fromend > from) in do_scrub_chars() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | nm.c | 773 bfd_byte *from, *fromend, *to; in filter_symbols() local 781 fromend = from + symcount * size; in filter_symbols() 784 for (; from < fromend; from += size) in filter_symbols() 1049 bfd_byte *from, *fromend; in sort_symbols_by_size() local 1064 fromend = from + symcount * size; in sort_symbols_by_size() 1069 if (from < fromend) in sort_symbols_by_size() 1077 for (; from < fromend; from += size) in sort_symbols_by_size() 1084 if (from + size < fromend) in sort_symbols_by_size() 1109 if (from + size < fromend in sort_symbols_by_size() 1346 struct size_sym *fromend; in print_size_symbols() local [all …]
|
H A D | dlltool.c | 1433 bfd_byte *from, *fromend; in scan_filtered_symbols() local 1440 fromend = from + symcount * size; in scan_filtered_symbols() 1441 for (; from < fromend; from += size) in scan_filtered_symbols() 1529 bfd_byte *from, *fromend, *to; in filter_symbols() local 1537 fromend = from + symcount * size; in filter_symbols() 1540 for (; from < fromend; from += size) in filter_symbols()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | nm.c | 774 bfd_byte *from, *fromend, *to; in filter_symbols() local 782 fromend = from + symcount * size; in filter_symbols() 785 for (; from < fromend; from += size) in filter_symbols() 1048 bfd_byte *from, *fromend; in sort_symbols_by_size() local 1063 fromend = from + symcount * size; in sort_symbols_by_size() 1068 if (from < fromend) in sort_symbols_by_size() 1076 for (; from < fromend; from += size) in sort_symbols_by_size() 1083 if (from + size < fromend) in sort_symbols_by_size() 1108 if (from + size < fromend in sort_symbols_by_size() 1331 struct size_sym *fromend; in print_size_symbols() local [all …]
|
H A D | dlltool.c | 1485 bfd_byte *from, *fromend; in scan_filtered_symbols() local 1492 fromend = from + symcount * size; in scan_filtered_symbols() 1493 for (; from < fromend; from += size) in scan_filtered_symbols() 1582 bfd_byte *from, *fromend, *to; in filter_symbols() local 1590 fromend = from + symcount * size; in filter_symbols() 1593 for (; from < fromend; from += size) in filter_symbols()
|