/toolchain/binutils/binutils-2.25/binutils/ |
D | coffdump.c | 39 static void nl (void); 94 nl (void) in nl() function 116 nl (); in dump_coff_lines() 121 nl (); in dump_coff_lines() 137 nl (); in dump_coff_type() 141 nl (); in dump_coff_type() 146 nl (); in dump_coff_type() 151 nl (); in dump_coff_type() 155 nl (); in dump_coff_type() 159 nl (); in dump_coff_type() [all …]
|
D | windmc.c | 370 …ne (FILE *fp, const unichar *sym_name, rc_uint_type vid, const unichar *typecast, mc_node_lang *nl) in write_header_define() argument 377 if (nl != NULL) in write_header_define() 523 mc_get_block_count (mc_node_lang **nl, int elems) in mc_get_block_count() argument 528 if (! nl) in mc_get_block_count() 535 exid = nl[i++]->vid; in mc_get_block_count() 536 while (i < elems && nl[i]->vid == exid + 1) in mc_get_block_count() 537 exid = nl[i++]->vid; in mc_get_block_count() 633 mc_write_blocks (struct bin_messagetable *mtbl, mc_node_lang **nl, mc_msg_item *ml, int elems) in mc_write_blocks() argument 638 if (! nl) in mc_write_blocks() 643 target_put_32 (mtbl->items[idx].lowid, nl[i]->vid); in mc_write_blocks() [all …]
|
D | MAINTAINERS | 145 z80 Arnold Metselaar <arnold.metselaar@planet.nl>
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
D | test1elf.asm | 10 define(`nl',` 11 ') nl nl nl nl nl nl
|
D | test1xcoff.asm | 10 define(`nl',` 11 ') nl nl nl nl nl nl
|
/toolchain/binutils/binutils-2.25/ |
D | mkinstalldirs | 14 nl=' 16 IFS=" "" $nl"
|
D | depcomp | 110 nl=' 241 tr ' ' "$nl" < "$tmpdepfile" \ 577 tr ' ' "$nl" < "$tmpdepfile" \ 635 | tr ' ' "$nl" \
|
D | install-sh | 45 nl=' 47 IFS=" $tab$nl" 131 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
|
D | compile | 31 nl=' 36 IFS=" "" $nl"
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | ticoff.em | 50 (int ns ATTRIBUTE_UNUSED, char **shortopts ATTRIBUTE_UNUSED, int nl, 61 xrealloc (*longopts, nl * sizeof (struct option) + sizeof (xtra_long)); 62 memcpy (*longopts + nl, &xtra_long, sizeof (xtra_long));
|
D | vms.em | 133 int nl, 145 = xrealloc (*longopts, nl * sizeof (struct option) + sizeof (xtra_long)); 146 memcpy (*longopts + nl, &xtra_long, sizeof (xtra_long));
|
D | armcoff.em | 54 (int ns ATTRIBUTE_UNUSED, char **shortopts ATTRIBUTE_UNUSED, int nl, 65 nl * sizeof (struct option) + sizeof (xtra_long)); 66 memcpy (*longopts + nl, &xtra_long, sizeof (xtra_long));
|
D | beos.em | 90 (int ns ATTRIBUTE_UNUSED, char **shortopts ATTRIBUTE_UNUSED, int nl, 114 xrealloc (*longopts, nl * sizeof (struct option) + sizeof (xtra_long)); 115 memcpy (*longopts + nl, &xtra_long, sizeof (xtra_long));
|
D | aix.em | 190 (int ns, char **shortopts, int nl, struct option **longopts, 272 nl * sizeof (struct option) + sizeof (xtra_long)); 273 memcpy (*longopts + nl, &xtra_long, sizeof (xtra_long));
|
D | pep.em | 258 int nl, 334 = xrealloc (*longopts, nl * sizeof (struct option) + sizeof (xtra_long)); 335 memcpy (*longopts + nl, &xtra_long, sizeof (xtra_long));
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldemul.c | 129 ldemul_add_options (int ns, char **shortopts, int nl, in ldemul_add_options() argument 134 (*ld_emulation->add_options) (ns, shortopts, nl, longopts, in ldemul_add_options()
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | ChangeLog-2008 | 86 * po/nl.po: New file: Dutch translation. 87 * configure.in (ALL_LINGUAS): Add nl.
|
D | configure.ac | 45 ALL_LINGUAS="fr tr sv es id da pt_BR de vi rw ga ms fi nl bg eo ja sr hu"
|
D | ChangeLog-2009 | 49 * po/nl.po: Update Dutch translation.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/v850/ |
D | compare.s | 12 setf nl,r5
|
/toolchain/binutils/binutils-2.25/include/ |
D | longlong.h | 833 # define udiv_qrnnd(q, r, nh, nl, d) \ argument 834 asm("divu %2,%0" : "=D"(q), "=z"(r) : "D"(d), "0"(nl), "1"(nh)) 835 # define sdiv_qrnnd(q, r, nh, nl, d) \ argument 836 asm("div %2,%0" : "=D"(q), "=z"(r) : "D"(d), "0"(nl), "1"(nh)) 1688 #define udiv_qrnnd(q, r, nh, nl, d) \ argument 1692 (q) = __udiv_w_sdiv (&__r, nh, nl, d); \
|
/toolchain/binutils/binutils-2.25/include/coff/ |
D | ChangeLog | 142 2009-10-17 Arnold Metselaar <arnold.metselaar@planet.nl> 334 2006-02-05 Arnold Metselaar <arnold.metselaar@planet.nl> 338 2005-10-25 Arnold Metselaar <arnold.metselaar@planet.nl>
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | vms-lib.c | 2077 unsigned int nl; in _bfd_vms_lib_write_archive_contents() local 2084 nl = strlen (modules[i].name); in _bfd_vms_lib_write_archive_contents() 2085 modules[i].namlen = (nl > max_keylen ? max_keylen : nl); in _bfd_vms_lib_write_archive_contents()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2005 | 336 2005-11-08 Arnold Metselaar <arnold.metselaar@planet.nl> 389 2005-11-07 Arnold Metselaar <arnold.metselaar@planet.nl> 399 2005-11-07 Arnold Metselaar <arnold.metselaar@planet.nl> 490 2005-10-25 Arnold Metselaar <arnold.metselaar@planet.nl> 619 2005-10-18 Arnold Metselaar <arnold.metselaar@planet.nl> 730 2005-10-10 Arnold Metselaar <arnold.metselaar@planet.nl> 767 2005-10-03 Arnold Metselaar <arnold.metselaar@planet.nl> 832 2005-09-29 Arnold Metselaar <arnold.metselaar@planet.nl> 865 2005-09-28 Arnold Metselaar <arnold.metselaar@planet.nl>
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | configure.ac | 79 ALL_LINGUAS="fr sv tr es da de id pt_BR ro nl fi vi ga zh_CN it uk"
|