/toolchain/binutils/binutils-2.25/libiberty/ |
D | cplus-dem.c | 61 #define CURRENT_DEMANGLING_STYLE work->options 142 #define PRINT_ANSI_QUALIFIERS (work -> options & DMGL_ANSI) 143 #define PRINT_ARG_TYPES (work -> options & DMGL_PARAMS) 326 #define SCOPE_STRING(work) ((work->options & DMGL_JAVA) ? "." : "::") argument 352 demangle_template_template_parm (struct work_stuff *work, 356 demangle_template (struct work_stuff *work, const char **, string *, 642 struct work_stuff work[1]; in cplus_demangle_opname() local 648 memset ((char *) work, 0, sizeof (work)); in cplus_demangle_opname() 649 work->options = options; in cplus_demangle_opname() 657 if (do_type (work, &tem, &type)) in cplus_demangle_opname() [all …]
|
D | sort.c | 47 void sort_pointers (size_t n, void **pointers, void **work) in sort_pointers() argument 123 work[--count[((digit_t *) pointerp)[j]]] = *pointerp; in sort_pointers() 128 pointers = work; in sort_pointers() 129 work = pointerp; in sort_pointers() 151 void **work; in main() local 159 work = XNEWVEC (void*, k); in main() 167 sort_pointers (k, pointers, work); in main() 181 free (work); in main()
|
D | copying-lib.texi | 81 combined work, a derivative of the original library. The ordinary 117 ``work based on the library'' and a ``work that uses the library''. The 141 The ``Library'', below, refers to any such software library or work 142 which has been distributed under these terms. A ``work based on the 143 Library'' means either the Library or any derivative work under 144 copyright law: that is to say, a work containing the Library or a 149 ``Source code'' for a work means the preferred form of the work for 158 such a program is covered only if its contents constitute a work based 178 of it, thus forming a work based on the Library, and copy and 179 distribute such modifications or work under the terms of Section 1 [all …]
|
D | README | 42 are never executed; they are there to make autoheader work 57 The optional file you've added (e.g. getcwd.c) should compile and work 58 on all hosts where it is needed. It does not have to work or even 68 If the fully automatic scheme doesn't work, you may be able to get
|
/toolchain/binutils/binutils-2.25/gas/ |
D | flonum-mult.c | 81 unsigned long work; in flonum_multip() local 119 work = carry; in flonum_multip() 128 A, a->low[A], B, b->low[B], work); in flonum_multip() 134 work += (unsigned long) a->low[A] * (unsigned long) b->low[B]; in flonum_multip() 135 carry += work >> LITTLENUM_NUMBER_OF_BITS; in flonum_multip() 136 work &= LITTLENUM_MASK; in flonum_multip() 138 printf ("work=%08x carry=%04x\n", work, carry); in flonum_multip() 142 significant |= work; in flonum_multip() 147 product->low[P] = work; in flonum_multip() 149 printf ("P=%d. work[p]:=%04x\n", P, work); in flonum_multip() [all …]
|
D | COPYING | 19 any other work released this way by its authors. You can apply it to 80 "The Program" refers to any copyrightable work licensed under this 84 To "modify" a work means to copy from or adapt all or part of the work 86 exact copy. The resulting work is called a "modified version" of the 87 earlier work or a work "based on" the earlier work. 89 A "covered work" means either the unmodified Program or a work based 92 To "propagate" a work means to do anything with it that, without 99 To "convey" a work means any kind of propagation that enables other 106 tells the user that there is no warranty for the work (except to the 108 work under this License, and how to view a copy of this License. If [all …]
|
D | CONTRIBUTORS | 27 support for m680[34]0 & cpu32, considerable work on i960 including a 30 ports, updated "know" assertions and made them work, much other 37 Eric Youngdale and Pat Rankin have done much work with it since. 90 University. Additional work was done by Ken Raeburn of Cygnus 105 patches from the work of Martynas Kunigelis and H.J. Lu. 108 you've contributed significant work and are not mentioned on this list, and
|
D | atof-generic.c | 403 long work; in atof_generic() local 405 work = carry + 10 * (long) (*littlenum_pointer); in atof_generic() 406 *littlenum_pointer = work & LITTLENUM_MASK; in atof_generic() 407 carry = work >> LITTLENUM_NUMBER_OF_BITS; in atof_generic()
|
/toolchain/binutils/binutils-2.25/ |
D | COPYING3 | 19 any other work released this way by its authors. You can apply it to 80 "The Program" refers to any copyrightable work licensed under this 84 To "modify" a work means to copy from or adapt all or part of the work 86 exact copy. The resulting work is called a "modified version" of the 87 earlier work or a work "based on" the earlier work. 89 A "covered work" means either the unmodified Program or a work based 92 To "propagate" a work means to do anything with it that, without 99 To "convey" a work means any kind of propagation that enables other 106 tells the user that there is no warranty for the work (except to the 108 work under this License, and how to view a copy of this License. If [all …]
|
D | COPYING | 62 0. This License applies to any program or other work which contains 65 refers to any such program or work, and a "work based on the Program" 66 means either the Program or any derivative work under copyright law: 67 that is to say, a work containing the Program or a portion of it, 75 is covered only if its contents constitute a work based on the 91 of it, thus forming a work based on the Program, and copy and 92 distribute such modifications or work under the terms of Section 1 98 b) You must cause any work that you distribute or publish, that in 111 does not normally print such an announcement, your work based on 114 These requirements apply to the modified work as a whole. If [all …]
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | COPYING | 19 any other work released this way by its authors. You can apply it to 80 "The Program" refers to any copyrightable work licensed under this 84 To "modify" a work means to copy from or adapt all or part of the work 86 exact copy. The resulting work is called a "modified version" of the 87 earlier work or a work "based on" the earlier work. 89 A "covered work" means either the unmodified Program or a work based 92 To "propagate" a work means to do anything with it that, without 99 To "convey" a work means any kind of propagation that enables other 106 tells the user that there is no warranty for the work (except to the 108 work under this License, and how to view a copy of this License. If [all …]
|
/toolchain/binutils/binutils-2.25/include/ |
D | COPYING3 | 19 any other work released this way by its authors. You can apply it to 80 "The Program" refers to any copyrightable work licensed under this 84 To "modify" a work means to copy from or adapt all or part of the work 86 exact copy. The resulting work is called a "modified version" of the 87 earlier work or a work "based on" the earlier work. 89 A "covered work" means either the unmodified Program or a work based 92 To "propagate" a work means to do anything with it that, without 99 To "convey" a work means any kind of propagation that enables other 106 tells the user that there is no warranty for the work (except to the 108 work under this License, and how to view a copy of this License. If [all …]
|
D | COPYING | 62 0. This License applies to any program or other work which contains 65 refers to any such program or work, and a "work based on the Program" 66 means either the Program or any derivative work under copyright law: 67 that is to say, a work containing the Program or a portion of it, 75 is covered only if its contents constitute a work based on the 91 of it, thus forming a work based on the Program, and copy and 92 distribute such modifications or work under the terms of Section 1 98 b) You must cause any work that you distribute or publish, that in 111 does not normally print such an announcement, your work based on 114 These requirements apply to the modified work as a whole. If [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/ |
D | bittest.l | 3 .*: Warning: Executing btst in IU in reverse serial may not work 4 .*: Warning: Executing bclr in IU may not work in parallel execution 5 .*: Warning: Executing bset in IU may not work 28 .* Warning: Executing btst in IU in reverse serial may not work 31 .* Warning: Executing bclr in IU may not work in parallel execution 39 .* Warning: Executing bset in IU may not work
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/xstormy16/ |
D | reloc-2.s | 2 ; check that forward references work for all operands. 18 ; check that global references work for those operands that support them
|
/toolchain/binutils/binutils-2.25/config/ |
D | weakref.m4 | 17 dnl Check whether weak refs work like the ELF ones. 23 AC_CACHE_CHECK([whether weak refs work like ELF],
|
/toolchain/binutils/binutils-2.25/gold/ |
D | README | 46 of work. Task objects are stored on a single Workqueue object. Tasks 56 recent version of g++. g++ 4.0.3 and 4.1.3 are known to work. g++ 60 versions of bison. bison 2.3 is known to work. bison 1.26 is known
|
/toolchain/binutils/binutils-2.25/ld/ |
D | fdl.texi | 24 to get credit for their work, while not being considered responsible 36 it can be used for any textual work, regardless of subject matter or 43 This License applies to any manual or other work, in any medium, that 47 work under the conditions stated herein. The ``Document'', below, 48 refers to any such manual or work. Any member of the public is a 50 copy, modify or distribute the work in a way requiring permission 53 A ``Modified Version'' of the Document means any work containing the 111 the text near the most prominent appearance of the work's title, 248 You may omit a network location for a work that was published at 309 list them all as Invariant Sections of your combined work in its [all …]
|
/toolchain/binutils/binutils-2.25/bfd/doc/ |
D | fdl.texi | 24 to get credit for their work, while not being considered responsible 36 it can be used for any textual work, regardless of subject matter or 43 This License applies to any manual or other work, in any medium, that 47 work under the conditions stated herein. The ``Document'', below, 48 refers to any such manual or work. Any member of the public is a 50 copy, modify or distribute the work in a way requiring permission 53 A ``Modified Version'' of the Document means any work containing the 111 the text near the most prominent appearance of the work's title, 248 You may omit a network location for a work that was published at 309 list them all as Invariant Sections of your combined work in its [all …]
|
/toolchain/binutils/binutils-2.25/binutils/doc/ |
D | fdl.texi | 24 to get credit for their work, while not being considered responsible 36 it can be used for any textual work, regardless of subject matter or 43 This License applies to any manual or other work, in any medium, that 47 work under the conditions stated herein. The ``Document'', below, 48 refers to any such manual or work. Any member of the public is a 50 copy, modify or distribute the work in a way requiring permission 53 A ``Modified Version'' of the Document means any work containing the 111 the text near the most prominent appearance of the work's title, 248 You may omit a network location for a work that was published at 309 list them all as Invariant Sections of your combined work in its [all …]
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | fdl.texi | 24 to get credit for their work, while not being considered responsible 36 it can be used for any textual work, regardless of subject matter or 43 This License applies to any manual or other work, in any medium, that 47 work under the conditions stated herein. The ``Document'', below, 48 refers to any such manual or work. Any member of the public is a 50 copy, modify or distribute the work in a way requiring permission 53 A ``Modified Version'' of the Document means any work containing the 111 the text near the most prominent appearance of the work's title, 248 You may omit a network location for a work that was published at 309 list them all as Invariant Sections of your combined work in its [all …]
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | fdl.texi | 24 to get credit for their work, while not being considered responsible 36 it can be used for any textual work, regardless of subject matter or 43 This License applies to any manual or other work, in any medium, that 47 work under the conditions stated herein. The ``Document'', below, 48 refers to any such manual or work. Any member of the public is a 50 copy, modify or distribute the work in a way requiring permission 53 A ``Modified Version'' of the Document means any work containing the 111 the text near the most prominent appearance of the work's title, 248 You may omit a network location for a work that was published at 309 list them all as Invariant Sections of your combined work in its [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mt/ |
D | misc.s | 1 ; Check that register names, both upper and lower case work and that
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/ |
D | movem-offset.s | 2 | Check that non-zero displacements work for movem.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
D | loongson-2f-2.s | 1 # Test the work around of the NOP issue of loongson2F
|