Home
last modified time | relevance | path

Searched refs:bits_per_byte (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/binutils/bfd/
H A Darchures.c838 return abfd->arch_info->bits_per_byte; in bfd_arch_bits_per_byte()
1230 return ap->bits_per_byte / 8; in bfd_arch_mach_octets_per_byte()
H A Dbfd-in2.h2072 int bits_per_byte; member
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dbitmap_allocator.h248 bits_per_byte = 8,
249 bits_per_block = sizeof(size_t) * size_t(bits_per_byte)
/freebsd-12.1/contrib/gdb/gdb/
H A Ddwarf2read.c532 static int bits_per_byte = 8; variable
2626 decode_locdesc (DW_BLOCK (attr), cu) * bits_per_byte; in dwarf2_add_field()
2669 FIELD_BITPOS (*fp) += anonymous_size * bits_per_byte in dwarf2_add_field()
2722 * bits_per_byte); in dwarf2_add_field()
H A Drs6000-tdep.c2664 info.bfd_arch_info->bits_per_byte; in rs6000_gdbarch_init()
H A Dmips-tdep.c239 / gdbarch_bfd_arch_info (gdbarch)->bits_per_byte); in mips_regsize()
/freebsd-12.1/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h2079 int bits_per_byte; member
/freebsd-12.1/contrib/gcc/
H A DFSFChangeLog2070 and char_max when bits_per_byte > 16.