HomeSort by relevance Sort by last modified time
    Searched refs:set_arch_mach (Results 1 - 11 of 11) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
sparclynx.c 39 void NAME (lynx,set_arch_mach) (bfd *, unsigned long);
72 NAME(lynx,set_arch_mach) (bfd *abfd, unsigned long machtype)
123 #define SET_ARCH_MACH(ABFD, EXECP) \
124 NAME(lynx,set_arch_mach) (ABFD, N_MACHTYPE (EXECP)); \
mipsbsd.c 48 #define SET_ARCH_MACH(ABFD, EXECP) \
49 MY(set_arch_mach) (ABFD, N_MACHTYPE (EXECP)); \
51 static void MY(set_arch_mach) (bfd *, unsigned long);
80 MY(set_arch_mach) (bfd *abfd, unsigned long machtype) function
aout-cris.c 92 through SET_ARCH_MACH. The default bfd_default_set_arch_mach will
95 #define MY_set_arch_mach NAME (aout, set_arch_mach)
96 #define SET_ARCH_MACH(BFD, EXECP) \
269 NAME (aout, set_arch_mach) in aoutx. */
283 set_arch_mach) in aoutx.h, but I don't want to do that since
libnlm.h 66 extern bfd_boolean nlmNAME (set_arch_mach) (bfd *, enum bfd_architecture, unsigned long);
aout-target.h 54 FIXME: Do this with a macro like SET_ARCH_MACH instead? */
86 #ifdef SET_ARCH_MACH
87 SET_ARCH_MACH (abfd, execp);
93 SET_ARCH_MACH. It assumes that SET_ARCH_MACH will set
470 #define MY_set_arch_mach NAME (aout, set_arch_mach)
aoutf1.h 158 #define SET_ARCH_MACH(ABFD, EXECP) \
159 NAME(sunos,set_arch_mach) (ABFD, N_MACHTYPE (EXECP)); \
libaout.h 489 extern bfd_boolean NAME (aout, set_arch_mach)
elfcode.h 117 #define elf_set_arch_mach NAME(bfd_elf,set_arch_mach)
    [all...]
pdp11.c 778 NAME (aout, set_arch_mach) (bfd *abfd,
    [all...]
aoutx.h 874 NAME (aout, set_arch_mach) (bfd *abfd,
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-mn10300.c 2437 set_arch_mach (int mach) function
    [all...]

Completed in 317 milliseconds