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

1 2

  /toolchain/binutils/binutils-2.25/bfd/
sparclynx.c 132 switch (bfd_get_arch (abfd))
154 switch (bfd_get_arch (abfd))
193 switch (bfd_get_arch (abfd))
netbsd.h 97 switch (bfd_get_arch(abfd))
pc532-mach.c 88 BFD_ASSERT (bfd_get_arch (abfd) == bfd_arch_ns32k);
freebsd.h 81 switch (bfd_get_arch(abfd))
mipsbsd.c 111 switch (bfd_get_arch (abfd))
134 switch (bfd_get_arch (abfd))
295 if (bfd_get_arch (abfd) != bfd_arch_mips)
aout-cris.c 131 if (bfd_get_arch (abfd) == bfd_arch_cris)
aoutf1.h 84 if (bfd_get_arch (obfd) == bfd_arch_sparc)
167 switch (bfd_get_arch (abfd))
191 switch (bfd_get_arch (abfd))
716 switch (bfd_get_arch (abfd))
archures.c 933 bfd_get_arch
936 enum bfd_architecture bfd_get_arch (bfd *abfd);
944 bfd_get_arch (bfd *abfd) function
    [all...]
elf32-v850.c     [all...]
elf32-h8300.c 656 if (bfd_get_arch (obfd) == bfd_get_arch (ibfd)
659 if (! bfd_set_arch_mach (obfd, bfd_get_arch (ibfd),
    [all...]
elf32-m68hc1x.c     [all...]
sunos.c     [all...]
elf32-cr16.c     [all...]
elf32-m32r.c     [all...]
elf-m10300.c     [all...]
elf32-score.c     [all...]
elf32-score7.c     [all...]
elf64-ia64-vms.c     [all...]
elfnn-ia64.c     [all...]
  /toolchain/binutils/binutils-2.25/gprof/
corefile.c 246 switch (bfd_get_arch (core_bfd))
300 switch (bfd_get_arch (core_bfd))
  /toolchain/binutils/binutils-2.25/opcodes/
disassemble.c 110 enum bfd_architecture a = bfd_get_arch (abfd);
  /toolchain/binutils/binutils-2.25/binutils/
nlmconv.c 349 output_format = select_output_format (bfd_get_arch (inbfd),
421 if (bfd_get_arch (inbfd) == bfd_arch_powerpc)
544 if (bfd_get_arch (inbfd) == bfd_arch_powerpc
888 if (bfd_get_arch (inbfd) == bfd_arch_powerpc)
    [all...]
objdump.c 487 if (bfd_get_arch (abfd) == bfd_arch_tic54x)
    [all...]
objcopy.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
obj-coff-seh.c 206 switch (bfd_get_arch (stdoutput))

Completed in 851 milliseconds

1 2