Home | History | Annotate | Download | only in bfd

Lines Matching defs:in

12    This program is distributed in the hope that it will be useful,
159 unsigned int in = bfd_get_mach (ibfd);
164 bfd_set_arch_mach (obfd, bfd_arch_arm, in);
168 else if (in == bfd_mach_arm_unknown)
174 else if (out == in)
184 else if (in == bfd_mach_arm_ep9312
196 && (in == bfd_mach_arm_XScale
197 || in == bfd_mach_arm_iWMMXt
198 || in == bfd_mach_arm_iWMMXt2))
206 else if (in > out)
207 bfd_set_arch_mach (obfd, bfd_arch_arm, in);
285 string encoded in it, and set it to the current architecture if it is
303 /* Check the architecture in the note against the architecture of the bfd. */
333 (_("warning: unable to update contents of %s section in %s"),
371 /* Extract the machine number stored in a note section. */
382 string encoded in it, and set it to the current architecture if it is
418 in addition to the standard $a, $t and $d. We are somewhat loose
419 in what we accept here, since the full set is not documented. */