Searched refs:bytes_per_chunk (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dscore-dis.c255 info->bytes_per_chunk = 2;
406 info->bytes_per_chunk = 2;
413 info->bytes_per_chunk = 4;
417 info->bytes_per_chunk = 2;
479 info->bytes_per_chunk = 4;
H A Darm-dis.c1747 /* FIXME: Unsure if info->bytes_per_chunk is the
1750 + info->bytes_per_chunk * 2, info);
3762 switch (info->bytes_per_chunk)
4112 info->bytes_per_chunk = size;
4129 info->bytes_per_chunk = 4;
4145 info->bytes_per_chunk = 2;
H A Dmips-dis.c1328 info->bytes_per_chunk = INSNLEN;
1932 info->bytes_per_chunk = 2;
/freebsd-10.0-release/contrib/binutils/include/
H A Ddis-asm.h160 /* For example, if bytes_per_line is 8 and bytes_per_chunk is 4, the */
164 int bytes_per_chunk; member in struct:disassemble_info
/freebsd-10.0-release/contrib/gdb/include/
H A Ddis-asm.h151 /* For example, if bytes_per_line is 8 and bytes_per_chunk is 4, the */
155 int bytes_per_chunk; member in struct:disassemble_info
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dobjdump.c1437 info->bytes_per_chunk = 0;
1516 if (info->bytes_per_chunk)
1517 bpc = info->bytes_per_chunk;

Completed in 229 milliseconds