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

/freebsd-11-stable/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.c1792 if (abfd->arch_info->the_default && abfd->arch_info->bits_per_word == 64)
1800 BFD_ASSERT (abfd->arch_info->bits_per_word == 32);
H A Dbfd-in2.h2077 int bits_per_word;
2070 int bits_per_word; member in struct:bfd_arch_info
H A Delf64-ppc.c2492 if (abfd->arch_info->the_default && abfd->arch_info->bits_per_word == 32)
2500 BFD_ASSERT (abfd->arch_info->bits_per_word == 64);
/freebsd-11-stable/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-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h2084 int bits_per_word;
2077 int bits_per_word; member in struct:bfd_arch_info

Completed in 314 milliseconds