/toolchain/binutils/binutils-2.25/binutils/ |
D | rclex.c | 144 char *send, *fn; in cpp_line() local 203 line = strtol (s, &send, 0); in cpp_line() 204 if (*send != '\0' && ! ISSPACE (*send)) in cpp_line() 210 s = send; in cpp_line() 218 send = strchr (s, '"'); in cpp_line() 219 if (send == NULL) in cpp_line() 222 fn = xmalloc (send - s + 1); in cpp_line() 223 strncpy (fn, s, send - s); in cpp_line() 224 fn[send - s] = '\0'; in cpp_line()
|
D | nlmheader.y | 857 char *send; in nlmlex_get_number() local 859 ret = strtol (s, &send, 10); in nlmlex_get_number() 860 if (*send != '\0') in nlmlex_get_number()
|
D | MAINTAINERS | 157 If you have CGEN related problems you can send email to;
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldemul.c | 214 const char *send; in after_parse_default() local 216 bfd_scan_vma (entry_symbol.name, &send, 0); in after_parse_default() 217 is_vma = *send == '\0'; in after_parse_default()
|
D | README | 5 more general notes, including where to send bug reports.
|
D | ldlang.c | 5765 const char *send; in lang_end() local 5769 val = bfd_scan_vma (entry_symbol.name, &send, 0); in lang_end() 5770 if (*send == '\0') in lang_end()
|
D | ld.texinfo | 7869 Otherwise, send bug reports for @command{ld} to 7930 bug. It is generally most helpful to send the actual object files 7933 state that you are willing to send the object file(s) to whomever 7939 @code{gcc}, then it may be OK to send the source files rather than the 7963 If you wish to suggest changes to the @command{ld} source, send us context 7965 @samp{-p} option. Always send diffs from the old file to the new file. 7994 report the bug anyway and send us the entire test case you used. 8006 through the code. If you do not send us the example, we will not be
|
D | ChangeLog-9899 | 1593 of 'send'.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | README | 39 Patches are encouraged. When sending patches, always send the output 41 send default diff output. Do not make the diff from the new file to
|
D | elfxx-mips.c | 15913 asymbol *send; in _bfd_mips_elf_get_synthetic_symtab() local 15970 send = s + 2 * count + 1; in _bfd_mips_elf_get_synthetic_symtab() 15972 names = (char *) send; in _bfd_mips_elf_get_synthetic_symtab() 16009 plt_offset + 8 <= plt->size && s < send; in _bfd_mips_elf_get_synthetic_symtab()
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | cp-demangle.h | 98 const char *send; member
|
D | README | 18 Please report bugs to "gcc-bugs@gcc.gnu.org" and send fixes to
|
D | cp-demangle.c | 1665 if (di->send - name < len) in d_identifier() 5804 di->send = mangled + len; in cplus_demangle_init_info()
|
D | ChangeLog | 3205 (struct d_info): Add send, did_subs, and expansion fields. 3236 Initialize send, did_subs, and expansion fields. Do not
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-i370.c | 1827 char *send; in i370_macro() local 1863 arg = strtol (format + 1, &send, 10); in i370_macro() 1864 know (send != format && arg >= 0 && (unsigned) arg < count); in i370_macro() 1866 format = send; in i370_macro() 1879 arg = strtol (format + 1, &send, 10); in i370_macro() 1882 format = send; in i370_macro()
|
D | tc-ppc.c | 3474 char *send; in ppc_macro() local 3510 arg = strtol (format + 1, &send, 10); in ppc_macro() 3511 know (send != format && arg < count); in ppc_macro() 3513 format = send; in ppc_macro() 3526 arg = strtol (format + 1, &send, 10); in ppc_macro() 3529 format = send; in ppc_macro()
|
/toolchain/binutils/binutils-2.25/gold/ |
D | README | 6 general notes, including where to send bug reports.
|
/toolchain/binutils/binutils-2.25/ |
D | Makefile.tpl | 856 echo If you really want to send e-mail, run ./$@ now 864 echo If you really want to send e-mail, run ./$@ now
|
D | config.guess | 1387 send the following data and any information you think might be
|
D | config-ml.in | 28 # and send patches to <gcc-patches@gnu.org>.
|
D | ChangeLog | 1023 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2 1034 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr, 1132 send-pr uudecode guile gnuserv on host. 1134 send-pr rcs guile perl texinfo libtool on host. 1136 automake send-pr rcs guile perl texinfo libtool on host. 1141 texinfo send-pr expect dejagnu on target. 11153 (all-inet): Depend on all-send-pr. 13547 * Makefile.in (all-send-pr): depends on all-prms 14176 * Makefile.in: Change send_pr to send-pr. 14178 * send_pr: Renamed directory to send-pr.
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | README | 5 more general notes, including where to send bug reports.
|
/toolchain/binutils/binutils-2.25/binutils/doc/ |
D | binutils.texi | 4791 In any event, we also recommend that you send bug reports for the binary 4852 generally most helpful to send the actual object files. 4856 may be OK to send the source files rather than the object files. In 4880 If you wish to suggest changes to the source, send us context diffs, as 4882 option. Always send diffs from the old file to the new file. If you 4911 report the bug anyway and send us the entire test case you used. 4923 certain path through the code. If you do not send us the example, we
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | as.texinfo | 7606 In any event, we also recommend that you send bug reports for @command{@value{AS}} 7664 the assembler is invoked via a compiler, send the assembler source, not the 7690 If you wish to suggest changes to the @command{@value{AS}} source, send us context 7692 option. Always send diffs from the old file to the new file. If you even 7721 report the bug anyway and send us the entire test case you used. 7733 the code. If you do not send us the example, we will not be able to construct
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | epiphany.cpu | 1610 ;;no double mode support, since we have to send the src address, data
|