Searched refs:bits_per_byte (Results 1 – 14 of 14) sorted by relevance
750 return abfd->arch_info->bits_per_byte; in bfd_arch_bits_per_byte()1142 return ap->bits_per_byte / 8; in bfd_arch_mach_octets_per_byte()
1742 int bits_per_byte; member
821 return abfd->arch_info->bits_per_byte; in bfd_arch_bits_per_byte()1213 return ap->bits_per_byte / 8; in bfd_arch_mach_octets_per_byte()
1998 int bits_per_byte; member
248 bits_per_byte = 8,249 bits_per_block = sizeof(size_t) * size_t(bits_per_byte)
1372 int bits_per_byte = (OCTETS_PER_BYTE * 8); local1412 int spare_bits = bits_per_byte - bit_offset;1438 words = ((exp.X_add_number + bits_per_byte - 1) / bits_per_byte);1440 bit_offset = exp.X_add_number % bits_per_byte;
1367 int bits_per_byte = (OCTETS_PER_BYTE * 8); local1407 int spare_bits = bits_per_byte - bit_offset;1433 words = ((exp.X_add_number + bits_per_byte - 1) / bits_per_byte);1435 bit_offset = exp.X_add_number % bits_per_byte;
315 int bits_per_byte;
366 int bits_per_byte;
595 static int bits_per_byte = 8; variable3303 decode_locdesc (DW_BLOCK (attr), cu) * bits_per_byte; in dwarf2_add_field()3346 FIELD_BITPOS (*fp) += anonymous_size * bits_per_byte in dwarf2_add_field()3401 * bits_per_byte); in dwarf2_add_field()
2474 info.bfd_arch_info->bits_per_address / info.bfd_arch_info->bits_per_byte; in hppa_gdbarch_init()
3027 info.bfd_arch_info->bits_per_byte; in rs6000_gdbarch_init()
249 / gdbarch_bfd_arch_info (gdbarch)->bits_per_byte); in mips_isa_regsize()
2070 and char_max when bits_per_byte > 16.