/toolchain/binutils/binutils-2.25/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, EXEC) \ 124 NAME(lynx,set_arch_mach) (ABFD, N_MACHTYPE (EXEC)); \
|
mipsbsd.c | 48 #define SET_ARCH_MACH(ABFD, EXEC) \ 49 MY(set_arch_mach) (ABFD, N_MACHTYPE (EXEC)); \ 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, EXEC) \ 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 466 #define MY_set_arch_mach NAME (aout, set_arch_mach)
|
aoutf1.h | 158 #define SET_ARCH_MACH(ABFD, EXEC) \ 159 NAME(sunos,set_arch_mach) (ABFD, N_MACHTYPE (EXEC)); \
|
libaout.h | 489 extern bfd_boolean NAME (aout, set_arch_mach)
|
elfcode.h | 116 #define elf_set_arch_mach NAME(bfd_elf,set_arch_mach) [all...] |
pdp11.c | 785 NAME (aout, set_arch_mach) (bfd *abfd, [all...] |
aoutx.h | 864 NAME (aout, set_arch_mach) (bfd *abfd, [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-mn10300.c | 2438 set_arch_mach (int mach) function [all...] |