HomeSort by relevance Sort by last modified time
    Searched defs:SET_ARCH_MACH (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
host-aout.c 73 #define SET_ARCH_MACH(abfd, execp) \
76 #define SET_ARCH_MACH(abfd, execp) \
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)); \
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
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
aoutf1.h 158 #define SET_ARCH_MACH(ABFD, EXECP) \
159 NAME(sunos,set_arch_mach) (ABFD, N_MACHTYPE (EXECP)); \

Completed in 2324 milliseconds