Searched refs:doing (Results 1 – 25 of 86) sorted by relevance
1234
/toolchain/binutils/binutils-2.25/gprof/ |
D | cg_print.c | 166 Sym *todo, *doing, *prev; in sort_members() local 173 for (doing = todo; doing != NULL; doing = todo) in sort_members() 175 todo = doing->cg.cyc.next; in sort_members() 179 if (cmp_member (doing, prev->cg.cyc.next) == GREATERTHAN) in sort_members() 183 doing->cg.cyc.next = prev->cg.cyc.next; in sort_members() 184 prev->cg.cyc.next = doing; in sort_members()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
D | break.s | 1 ; No-brainer doing an exhaustive test for this one, I guess.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/ |
D | bug-1403.s | 1 ;;; Bug #1403: Branch adjustment to another section not correct when doing linker relaxation
|
/toolchain/binutils/binutils-2.25/config/ |
D | unwind_ipinfo.m4 | 2 dnl Check whether _Unwind_GetIPInfo is available without doing a link
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | needrelax.em | 35 /* Force -relax on if not doing a relocatable link. */
|
D | mmix-elfnmmo.em | 42 /* Force -relax on (regardless of whether we're doing a relocatable
|
D | sunos.em | 370 /* We only need to worry about this when doing a final link. */ 380 doing the link. Note that the needed list can actually grow 804 not doing a dynamic link, or the start of the .dynamic section if 805 we are doing one. */
|
D | ppc64elf.em | 564 The reason for doing this is that many shared library version
|
D | beos.em | 673 /* Don't process grouped sections unless doing a final link.
|
/toolchain/binutils/binutils-2.25/ |
D | ltgcc.m4 | 46 ## what you are doing...
|
D | configure.ac | 114 ### (library or tools, host or target), doing a dependency sort. 1315 # what he's doing. 1602 # trust that they are doing what they want. 1632 # use, trust that they are doing what they want.
|
/toolchain/binutils/binutils-2.25/bfd/doc/ |
D | proto.str | 119 - discard it if we're doing internal mode
|
D | bfdint.texi | 1192 When doing a relocatable link, the linker may or may not have to do 1279 you write to handle the assembler will also work correctly when doing a 1311 doing a link in which the output object file format is S-records. 1600 This makes linking awkward, particularly when doing a relocatable link
|
/toolchain/binutils/binutils-2.25/ld/scripttempl/ |
D | tic80coff.sc | 13 # RELOCATING: Set to a non-empty string when the linker is going to be doing
|
D | elfm68hc11.sc | 125 By doing so, this should bring the code that copies the .data section
|
D | elfm68hc12.sc | 125 By doing so, this should bring the code that copies the .data section
|
D | elfxgate.sc | 125 By doing so, this should bring the code that copies the .data section
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldint.texinfo | 305 This will be set to a non-empty string when the linker is doing a final 333 be run when doing a final relocation, they should be enclosed within a 335 targets special symbols such as @code{_end} should be defined when doing 336 a final link. Naturally, those symbols should not be defined when doing 353 doing a final relocation. This will typically be done like this: 690 require more work on behalf of loader than not doing it.
|
D | ChangeLog-9899 | 640 entry_symbol as an undefined symbol when doing a relocateable 2044 * emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): When doing 2049 .data comes first. If doing a relocateable link, use
|
D | ChangeLog-2004 | 842 sections when doing a final link. Clear SEC_EXCLUDE when doing
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | README | 57 which they are built. When doing cross development, use the --target 138 into a directory on your PATH. After doing this, you can run make as
|
/toolchain/binutils/binutils-2.25/gas/ |
D | README | 22 The DVI form is suitable for printing or displaying; the commands for doing
|
D | NEWS | 403 maximum number of bytes to skip. If doing the alignment would require 533 gas/Makefile.in, so people not doing development work shouldn't get the
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | cgen-asm.in | 325 At this point in time doing so would be more of a curiosity than useful
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-m68hc11.texi | 97 This option prevents @code{@value{AS}} from doing this, and the wrong
|
1234