Searched refs:bits_per_word (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Darchures.c414 . int bits_per_word;
878 if (a->bits_per_word != b->bits_per_word)
H A Delf32-ppc.c1762 if (abfd->arch_info->the_default && abfd->arch_info->bits_per_word == 64)
1770 BFD_ASSERT (abfd->arch_info->bits_per_word == 32);
H A Dbfd-in2.h2074 int bits_per_word;
2067 int bits_per_word; member in struct:bfd_arch_info
H A Delf64-ppc.c2456 if (abfd->arch_info->the_default && abfd->arch_info->bits_per_word == 32)
2464 BFD_ASSERT (abfd->arch_info->bits_per_word == 64);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Drs6000-tdep.c2665 if (info.bfd_arch_info != NULL && info.bfd_arch_info->bits_per_word != 0)
2666 wordsize = info.bfd_arch_info->bits_per_word /
H A Dmips-tdep.c238 return (gdbarch_bfd_arch_info (gdbarch)->bits_per_word
/freebsd-10.0-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h2081 int bits_per_word;
2074 int bits_per_word; member in struct:bfd_arch_info

Completed in 254 milliseconds