Home
last modified time | relevance | path

Searched refs:send (Results 1 – 25 of 29) sorted by relevance

12

/toolchain/binutils/binutils-2.25/binutils/
Drclex.c144 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()
Dnlmheader.y857 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()
DMAINTAINERS157 If you have CGEN related problems you can send email to;
/toolchain/binutils/binutils-2.25/ld/
Dldemul.c214 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()
DREADME5 more general notes, including where to send bug reports.
Dldlang.c5765 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()
Dld.texinfo7869 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
DChangeLog-98991593 of 'send'.
/toolchain/binutils/binutils-2.25/bfd/
DREADME39 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
Delfxx-mips.c15913 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/
Dcp-demangle.h98 const char *send; member
DREADME18 Please report bugs to "gcc-bugs@gcc.gnu.org" and send fixes to
Dcp-demangle.c1665 if (di->send - name < len) in d_identifier()
5804 di->send = mangled + len; in cplus_demangle_init_info()
DChangeLog3205 (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/
Dtc-i370.c1827 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()
Dtc-ppc.c3474 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/
DREADME6 general notes, including where to send bug reports.
/toolchain/binutils/binutils-2.25/
DMakefile.tpl856 echo If you really want to send e-mail, run ./$@ now
864 echo If you really want to send e-mail, run ./$@ now
Dconfig.guess1387 send the following data and any information you think might be
Dconfig-ml.in28 # and send patches to <gcc-patches@gnu.org>.
DChangeLog1023 (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/
DREADME5 more general notes, including where to send bug reports.
/toolchain/binutils/binutils-2.25/binutils/doc/
Dbinutils.texi4791 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/
Das.texinfo7606 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/
Depiphany.cpu1610 ;;no double mode support, since we have to send the src address, data

12