Home
last modified time | relevance | path

Searched refs:nl (Results 1 – 25 of 78) sorted by relevance

1234

/toolchain/binutils/binutils-2.25/binutils/
Dcoffdump.c39 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 …]
Dwindmc.c370 …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 …]
DMAINTAINERS145 z80 Arnold Metselaar <arnold.metselaar@planet.nl>
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
Dtest1elf.asm10 define(`nl',`
11 ') nl nl nl nl nl nl
Dtest1xcoff.asm10 define(`nl',`
11 ') nl nl nl nl nl nl
/toolchain/binutils/binutils-2.25/
Dmkinstalldirs14 nl='
16 IFS=" "" $nl"
Ddepcomp110 nl='
241 tr ' ' "$nl" < "$tmpdepfile" \
577 tr ' ' "$nl" < "$tmpdepfile" \
635 | tr ' ' "$nl" \
Dinstall-sh45 nl='
47 IFS=" $tab$nl"
131 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
Dcompile31 nl='
36 IFS=" "" $nl"
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dticoff.em50 (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));
Dvms.em133 int nl,
145 = xrealloc (*longopts, nl * sizeof (struct option) + sizeof (xtra_long));
146 memcpy (*longopts + nl, &xtra_long, sizeof (xtra_long));
Darmcoff.em54 (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));
Dbeos.em90 (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));
Daix.em190 (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));
Dpep.em258 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/
Dldemul.c129 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/
DChangeLog-200886 * po/nl.po: New file: Dutch translation.
87 * configure.in (ALL_LINGUAS): Add nl.
Dconfigure.ac45 ALL_LINGUAS="fr tr sv es id da pt_BR de vi rw ga ms fi nl bg eo ja sr hu"
DChangeLog-200949 * po/nl.po: Update Dutch translation.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/v850/
Dcompare.s12 setf nl,r5
/toolchain/binutils/binutils-2.25/include/
Dlonglong.h833 # 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/
DChangeLog142 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/
Dvms-lib.c2077 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/
DChangeLog-2005336 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/
Dconfigure.ac79 ALL_LINGUAS="fr sv tr es da de id pt_BR ro nl fi vi ga zh_CN it uk"

1234