Searched refs:commands (Results 1 – 25 of 98) sorted by relevance
1234
/toolchain/binutils/binutils-2.25/binutils/testsuite/config/ |
D | hppa.sed | 2 s/# Avoid it by putting the comments within real sed commands.//
|
/toolchain/binutils/binutils-2.25/ld/emulparams/ |
D | README | 1 The files in this directory are read by genscripts.sh as shell commands.
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | nlmheader.y | 143 commands 148 commands: 150 | command commands
|
D | README | 270 Define the programs as foreign commands by adding these lines to your 283 and define all programs as foreign commands.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | mach-o.c | 2917 bfd_mach_o_load_command *commands; in bfd_mach_o_build_commands() local 3014 commands = bfd_zalloc (abfd, nbr_commands * sizeof (bfd_mach_o_load_command)); in bfd_mach_o_build_commands() 3015 if (commands == NULL) in bfd_mach_o_build_commands() 3018 commands[i].next = &commands[i + 1]; in bfd_mach_o_build_commands() 3019 commands[nbr_commands - 1].next = mdata->first_command; in bfd_mach_o_build_commands() 3021 mdata->last_command = &commands[nbr_commands - 1]; in bfd_mach_o_build_commands() 3022 mdata->first_command = &commands[0]; in bfd_mach_o_build_commands() 3027 bfd_mach_o_init_segment (mdata, &commands[0], "", mdata->nsects); in bfd_mach_o_build_commands() 3036 cmd = &commands[0]; in bfd_mach_o_build_commands() 3064 bfd_mach_o_load_command *cmd = &commands[symtab_idx]; in bfd_mach_o_build_commands() [all …]
|
D | COPYING | 109 the interface presents a list of user commands or options, such as a 660 The hypothetical commands `show w' and `show c' should show the appropriate 661 parts of the General Public License. Of course, your program's commands
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/windres/ |
D | README | 17 parse-only must preceed any xfail commands, and indicates that a
|
/toolchain/binutils/binutils-2.25/include/vms/ |
D | ChangeLog | 70 Indent and order pcline commands.
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | gld960.em | 80 # sed commands to quote an ld script as a C string.
|
D | gld960c.em | 93 # sed commands to quote an ld script as a C string.
|
D | generic.em | 87 # sed commands to quote an ld script as a C string.
|
D | ticoff.em | 112 # sed commands to quote an ld script as a C string.
|
D | linux.em | 137 # sed commands to quote an ld script as a C string.
|
D | lnk960.em | 216 # sed commands to quote an ld script as a C string.
|
D | m68kcoff.em | 171 # sed commands to quote an ld script as a C string.
|
D | armcoff.em | 211 # sed commands to quote an ld script as a C string.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/ |
D | allopcodes.S | 15 ;;; TEST_LPWR Enable testing of LOPOWER commands
|
/toolchain/binutils/binutils-2.25/texinfo/ |
D | texinfo.tex | 236 % some effort to order the tracing commands to reduce output in the log 355 \indexdummies % don't expand commands in the output. 602 %% Simple single-character @ commands 621 % Definitions to produce \{ and \} commands for indices, 837 % sight. (If the user is using lots of big @group commands, which 1051 % \suppressfirstparagraphindent, which the sectioning commands do. 1128 % make the texinfo accent commands work in math mode 1430 % We have to set dummies so commands such as @code, and characters 2282 % The font-changing commands redefine the meanings of \tenSTYLE, instead 2284 % current \fam for math mode. Our \STYLE (e.g., \rm) commands hardwire [all …]
|
/toolchain/binutils/binutils-2.25/include/ |
D | COPYING | 103 c) If the modified program normally reads commands interactively 321 The hypothetical commands `show w' and `show c' should show the appropriate 322 parts of the General Public License. Of course, the commands you use may
|
/toolchain/binutils/binutils-2.25/ |
D | COPYING | 103 c) If the modified program normally reads commands interactively 321 The hypothetical commands `show w' and `show c' should show the appropriate 322 parts of the General Public License. Of course, the commands you use may
|
D | COPYING3 | 109 the interface presents a list of user commands or options, such as a 660 The hypothetical commands `show w' and `show c' should show the appropriate 661 parts of the General Public License. Of course, your program's commands
|
/toolchain/binutils/binutils-2.25/gas/ |
D | README | 22 The DVI form is suitable for printing or displaying; the commands for doing
|
D | COPYING | 109 the interface presents a list of user commands or options, such as a 660 The hypothetical commands `show w' and `show c' should show the appropriate 661 parts of the General Public License. Of course, your program's commands
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ld.texinfo | 309 extra commands placed after the main script; use the @samp{-T} option 2913 direct the linker to perform many other operations, using the commands 3000 You write a linker script as a series of commands. Each command is 3002 symbol. You may separate commands using semicolons. Whitespace is 3088 @cindex linker script simple commands 3089 In this section we describe the simple linker script commands. 3099 * Miscellaneous Commands:: Other linker script commands 3135 @cindex linker script file commands 3136 Several linker script commands deal with files. 3148 @code{SECTIONS} commands, or in output section descriptions. [all …]
|
/toolchain/binutils/binutils-2.25/etc/ |
D | ChangeLog | 434 * subst-strings: change du commands to $BINDIR/. & $SRCDIR/. just 450 Changed so that tape commands are not run when extracting
|
1234