HomeSort by relevance Sort by last modified time
    Searched refs:bfd_get_mach (Results 1 - 25 of 54) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/opcodes/
disassemble.c 183 if (bfd_get_mach (abfd) == bfd_mach_h8300h
184 || bfd_get_mach (abfd) == bfd_mach_h8300hn)
186 else if (bfd_get_mach (abfd) == bfd_mach_h8300s
187 || bfd_get_mach (abfd) == bfd_mach_h8300sn
188 || bfd_get_mach (abfd) == bfd_mach_h8300sx
189 || bfd_get_mach (abfd) == bfd_mach_h8300sxn)
378 if (bfd_get_mach (abfd) == bfd_mach_ppc_620)
485 if (bfd_get_mach(abfd) == bfd_mach_z8001)
cris-dis.c     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
pc532-mach.c 89 switch (bfd_get_mach (abfd))
cpu-arm.c 159 unsigned int in = bfd_get_mach (ibfd);
160 unsigned int out = bfd_get_mach (obfd);
304 switch (bfd_get_mach (abfd))
elf32-sparc.c 83 ibfd_mach = bfd_get_mach (ibfd);
92 if (bfd_get_mach (obfd) < ibfd_mach)
122 switch (bfd_get_mach (abfd))
cpu-h8300.c 244 switch (bfd_get_mach (abfd))
elf32-arc.c 219 switch (bfd_get_mach (abfd))
sparclynx.c 157 switch (bfd_get_mach (abfd))
cpu-sh.c 516 old_arch = sh_get_arch_up_from_bfd_mach (bfd_get_mach (obfd));
517 new_arch = sh_get_arch_up_from_bfd_mach (bfd_get_mach (ibfd));
aoutf1.h 86 if (bfd_get_mach (obfd) < bfd_get_mach (ibfd))
87 bfd_set_arch_mach (obfd, bfd_arch_sparc, bfd_get_mach (ibfd));
194 switch (bfd_get_mach (abfd))
209 switch (bfd_get_mach (abfd))
elf32-score.c     [all...]
mipsbsd.c 137 switch (bfd_get_mach (abfd))
155 switch (bfd_get_mach (abfd))
archures.c 951 bfd_get_mach
954 unsigned long bfd_get_mach (bfd *abfd);
962 bfd_get_mach (bfd *abfd) function
    [all...]
elf32-cris.c 507 if (bfd_get_mach (abfd) == bfd_mach_cris_v32)
554 if (bfd_get_mach (abfd) == bfd_mach_cris_v32)
    [all...]
elf32-xc16x.c 415 switch (bfd_get_mach (abfd))
elf32-msp430.c 554 return bfd_get_mach (abfd) == bfd_mach_msp430x
    [all...]
elf32-h8300.c 598 switch (bfd_get_mach (abfd))
657 && bfd_get_mach (obfd) < bfd_get_mach (ibfd))
660 bfd_get_mach (ibfd)))
    [all...]
coff-h8300.c 127 switch (bfd_get_mach (table->abfd))
    [all...]
coffcode.h     [all...]
elf32-cr16.c     [all...]
elf-hppa.h     [all...]
elf-m10300.c     [all...]
coff64-rs6000.c 1009 if (bfd_get_mach (abfd) == bfd_mach_ppc)
1011 else if (bfd_get_mach (abfd) == bfd_mach_ppc_620)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
obj-coff-seh.c 213 switch (bfd_get_mach (stdoutput))
  /toolchain/binutils/binutils-2.25/binutils/
objdump.c     [all...]

Completed in 1365 milliseconds

1 2 3