Searched refs:ends (Results 1 – 25 of 54) sorted by relevance
123
/toolchain/binutils/binutils-2.25/bfd/doc/ |
D | bfd.texinfo | 86 * BFD back ends:: BFD back ends 100 BFD is split into two parts: the front end, and the back ends (one for 106 @item The back ends provide BFD its view of the real world. Each back 108 its canonical form. The back ends also may keep around information for 195 @node BFD front end, BFD back ends, Overview, Top 287 @node BFD back ends, GNU Free Documentation License, BFD front end, Top 288 @chapter BFD back ends 301 @node What to Put Where, aout, BFD back ends, BFD back ends 305 @node aout, coff, What to Put Where, BFD back ends 308 @node coff, elf, aout, BFD back ends [all …]
|
D | bfdsumm.texi | 52 representation internally. This means that the BFD back ends 60 and exported only to the back ends. When a file is read in one format, 66 there is a great deal of commonality between back ends,
|
D | ChangeLog-9103 | 110 * bfd.texinfo (BFD back ends): Add entry for mmo.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
D | b-twoinsn.s | 3 % ends before the LOP_STAB.
|
D | bspec802.s | 3 ESPEC % Everything ends here. The next thing is a LOP_LOC for .data, or
|
D | b-loc64k.s | 3 % This file ends before the LOP_STAB.
|
D | bspec804.s | 5 ESPEC % Everything ends here. The next thing is a LOP_LOC for .data, or
|
D | bspec803.s | 5 ESPEC % Everything ends here. The next thing is a LOP_LOC for .data, or
|
D | bspec806.s | 6 ESPEC % Everything ends here. The next thing is a LOP_LOC for .data, or
|
D | bspec805.s | 6 ESPEC % Everything ends here. The next thing is a LOP_LOC for .data, or
|
/toolchain/binutils/binutils-2.25/gas/ |
D | read.c | 1164 char *ends; in read_a_source_file() local 1180 ends = strstr (s, "#NO_APP\n"); in read_a_source_file() 1182 if (!ends) in read_a_source_file() 1202 ends = strstr (buffer, "#NO_APP\n"); in read_a_source_file() 1203 if (ends) in read_a_source_file() 1204 num = ends - buffer; in read_a_source_file() 1212 while (!ends); in read_a_source_file() 1214 input_line_pointer = ends ? ends + 8 : NULL; in read_a_source_file() 1217 ends = s + tmp_len; in read_a_source_file() 1222 input_line_pointer = ends + 8; in read_a_source_file() [all …]
|
D | ChangeLog-2008 | 385 Manually process line ends.
|
/toolchain/binutils/binutils-2.25/include/ |
D | xregex2.h | 502 regoff_t *ends);
|
/toolchain/binutils/binutils-2.25/config/ |
D | proginstall.m4 | 88 # It thinks the first close brace ends the variable substitution.
|
D | ChangeLog | 1602 * mpw-mh-mpw (CFLAGS): Add -b option to put strings at the ends of
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-i386.texi | 604 the 8 16-bit low-ends of these: @samp{%ax}, @samp{%bx}, @samp{%cx}, 655 the 8 32-bit low ends of the extended registers: @samp{%r8d}--@samp{%r15d} 658 the 8 16-bit low ends of the extended registers: @samp{%r8w}--@samp{%r15w} 661 the 8 8-bit low ends of the extended registers: @samp{%r8b}--@samp{%r15b}
|
D | c-xtensa.texi | 77 unnecessary overhead when a call ends up within range. The default is 793 If the current section name (or @code{literal_prefix} value) ends with
|
D | c-mips.texi | 617 The directive @code{.set nosym32} ends a @code{.set sym32} block and
|
/toolchain/binutils/binutils-2.25/texinfo/ |
D | texinfo.tex | 352 % take effect in \write's, yet the group defined by the \vbox ends 493 % either the null string, or it ends with \^^M---thus there is no danger 793 % message, so this ends up printing `@group can only ...'. 3781 % box from the multistrut, so the strut ends up on a line by itself. 3907 % If we're here, #1 ends with ^^M\ifinfo (for example). 4425 % makeinfo does not expand macros in the argument to @deffn, which ends up 4785 \pdfgettoks#2.\ \the\toksA % The page number ends the paragraph. 4918 % invocation ends. Having called \balancecolumns once, we do not 6382 % the (first) argument ends when '@end verbatim' is reached, ie:
|
/toolchain/binutils/binutils-2.25/ |
D | configure.ac | 1339 # check for this first so it ends up on the link line before mpfr. 1373 # check for this first so it ends up on the link line before gmp. 1798 # front ends it requires, even if some are required indirectly.
|
D | libtool.m4 | 574 # the child script. The macro ends with non-zero status if the 5955 # ends with ".so" (or ".sl" for HP-UX), so rename the library 6159 # ends with ".so" (or ".sl" for HP-UX), so rename the library
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | regex.c | 4892 regoff_t *starts, regoff_t *ends) in weak_alias() 4899 regs->end = ends; in weak_alias()
|
D | functions.texi | 48 Behavior is undefined if the pathname ends in a directory separator. 727 character @var{c}. The search only ends with the first occurrence of
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldint.texinfo | 541 ends up in the output sections.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | ChangeLog-2010 | 3463 Set TARGET_ARCHITECTURE for the generic back-ends.
|
123