Home
last modified time | relevance | path

Searched refs:From (Results 1 – 25 of 92) sorted by relevance

1234

/toolchain/binutils/binutils-2.25/gold/
Ddwp.h107 template<typename To, typename From>
109 convert_types(const From from) in convert_types()
112 gold_assert(static_cast<From>(to) == from); in convert_types()
117 template<typename From>
119 convert_to_section_size_type(const From from) in convert_to_section_size_type()
120 { return convert_types<section_size_type, From>(from); } in convert_to_section_size_type()
Dgold.h187 template<typename To, typename From>
189 convert_types(const From from) in convert_types()
192 gold_assert(static_cast<From>(to) == from); in convert_types()
197 template<typename From>
199 convert_to_section_size_type(const From from) in convert_to_section_size_type()
200 { return convert_types<section_size_type, From>(from); } in convert_to_section_size_type()
/toolchain/binutils/binutils-2.25/include/
Dobstack.h148 # define _obstack_memcpy(To, From, N) memcpy ((To), (From), (N)) argument
151 # define _obstack_memcpy(To, From, N) memcpy ((To), (char *)(From), (N))
153 # define _obstack_memcpy(To, From, N) bcopy ((char *)(From), (To), (N))
/toolchain/binutils/binutils-2.25/intl/
Dplural.c427 # define YYCOPY(To, From, Count) \ argument
428 __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
430 # define YYCOPY(To, From, Count) \ argument
435 (To)[yyi] = (From)[yyi]; \
/toolchain/binutils/binutils-2.25/config/
Dlib-ld.m413 dnl From libtool-1.4. Sets the variable with_gnu_ld to yes or no.
25 dnl From libtool-1.4. Sets the variable LD.
Dcodeset.m49 dnl From Bruno Haible.
Delf.m48 dnl From Paolo Bonzini.
Dglibc21.m410 # From Bruno Haible.
Dulonglong.m49 dnl From Paul Eggert.
Dinttypes.m49 dnl From Paul Eggert.
Dstdint_h.m49 dnl From Paul Eggert.
Dinttypes_h.m49 dnl From Paul Eggert.
Dgc++filt.m411 dnl From Rainer Orth.
Dinttypes-pri.m49 dnl From Bruno Haible.
Duintmax_t.m49 dnl From Paul Eggert.
Dintdiv0.m49 dnl From Bruno Haible.
Diconv.m49 dnl From Bruno Haible.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Dvfp1.s74 @ VFP From ARM operations
275 @ VFP From ARM operations
Dvfp1_t2.s77 @ VFP From ARM operations
289 @ VFP From ARM operations
Dvfp1xD_t2.s92 @ VFP From ARM operations
351 @ VFP From ARM operations
Dvfp1xD.s89 @ VFP From ARM operations
335 @ VFP From ARM operations
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-9899329 From Eli Zaretskii <eliz@gnu.org>:
362 From Mark Elbrecht:
492 error, print out anything it may have printed to the buffer. From
498 From Kai-Uwe Rommel <rommel@ars.de>:
943 * objdump.1: Fix typo (-d to -D). From Nokubi Hirotaka
955 * strip.1: Fix typo (-V to -v). From Issei Hirayama
1096 From Mumit Khan <khan@xraylith.wisc.edu>:
1107 From Mumit Khan <khan@xraylith.wisc.edu>:
1122 From Anders Norlander <anorland@hem2.passagen.se>.
1137 From Nokubi Hirotaka <hnokubi@yyy.or.jp>:
[all …]
/toolchain/binutils/binutils-2.25/opcodes/
DChangeLog-929776 * m68k-opc.c: Add argument for lpstop. From Olivier Carmona
473 as a destination, not a floating point register. From Christian
479 syntax. From Roman Hodek
562 From Thomas Graichen <graichen@rzpd.de>:
647 * mips-opc.c: Add "wait". From Ralf Baechle
659 * ppc-opc.c: Add PPC 403 instructions and extended opcodes. From
1748 * m68k-opc.c: Add cpushl for the mcf5200. From Ken Rose
1800 operands for fexpand and fpmerge. From Christian Kuehnke
1872 * alpha-opc.c: Add new case of "mov". From Klaus Kaempf
1933 * ppc-opc.c: Fix fcmpo opcode. From Sergei Steshenko
[all …]
/toolchain/binutils/binutils-2.25/ld/
DChangeLog-9899328 From a patch submitted by Roland McGrath <roland@baalperazim.frob.com>
359 From Wally Iimura <iimura@microunity.com>:
630 From Thomas Zenker <thz@lennartz-electronic.de>:
641 link. From <jeffdb@goodnet.com>.
1038 * configure.tgt (i[3456]86-*-solaris2*): New target. From Pavel
1108 * configure.tgt (m68*-*-gnu*): New target. From Aymeric Vincent
1416 checking whether $(bindir) == $(tooldir)/bin. From Maciej
1541 From Peter Jordan <pjordan@chla.usc.edu>:
1623 From Jason Merrill <jason@cygnus.com>:
1918 format size. From Gordon W. Ross <gwr@mc.com>.
[all …]
/toolchain/binutils/binutils-2.25/bfd/
DChangeLog-969712 From Jonathan Stone <jonathan@DSG.Stanford.EDU>:
542 unrecognized section. From Jon Thackray <jont@harlequin.co.uk>.
891 From Jan Hoogenraad <hoogenrd@natlab.research.philips.com>.
1632 relocs. From Jamie Lokier <jamie@rebellion.co.uk>.
1663 From Gordon W. Ross <gwr@mc.com>:
1674 From Gordon W. Ross <gwr@mc.com>:
1683 to sizeof Rela structure, not sizeof Rel structure. From Gary
1690 pages. From Gordon W. Ross <gwr@mc.com>.
1706 From Thomas Graichen <graichen@rzpd.de>:
1716 * targets.c (netbsd_core_vec): Declare. From Gordon W. Ross
[all …]

1234