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

12

/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dxtensa-dis.c449 vary bytes_per_chunk to determine how many bytes to print. (objdump
450 would apparently prefer that we set bytes_per_chunk to 1 and vary
519 info->bytes_per_chunk = size;
H A Dmcore-dis.c99 info->bytes_per_chunk = 2;
H A Darm-dis.c943 info->bytes_per_chunk = 4;
962 info->bytes_per_chunk = 2;
1286 info->bytes_per_chunk = 4;
1294 info->bytes_per_chunk = 2;
H A Dd30v-dis.c45 info->bytes_per_chunk = 4;
H A Dpdp11-dis.c222 info->bytes_per_chunk = 2;
H A Dmmix-dis.c294 info->bytes_per_chunk = 4;
H A Dsh64-dis.c550 info->bytes_per_chunk = 4;
H A Dz8k-dis.c157 info->bytes_per_chunk = 2;
H A Dtic4x-dis.c823 info->bytes_per_chunk = 4;
H A Dtic54x-dis.c65 info->bytes_per_chunk = 2;
H A Dmips-dis.c1092 info->bytes_per_chunk = INSNLEN;
1243 info->bytes_per_chunk = 2;
/openbsd-current/gnu/usr.bin/binutils/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
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Ddis-asm.h152 /* For example, if bytes_per_line is 8 and bytes_per_chunk is 4, the */
156 int bytes_per_chunk; member in struct:disassemble_info
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmcore-dis.c99 info->bytes_per_chunk = 2;
H A Dxtensa-dis.c157 vary bytes_per_chunk to determine how many bytes to print. (objdump
158 would apparently prefer that we set bytes_per_chunk to 1 and vary
262 info->bytes_per_chunk = size;
H A Dd30v-dis.c331 info->bytes_per_chunk = 4;
H A Dpdp11-dis.c198 info->bytes_per_chunk = 2;
H A Dmmix-dis.c288 info->bytes_per_chunk = 4;
H A Dsh64-dis.c532 info->bytes_per_chunk = 4;
H A Dtic4x-dis.c765 info->bytes_per_chunk = 4;
H A Dz8k-dis.c157 info->bytes_per_chunk = 2;
H A Dtic54x-dis.c65 info->bytes_per_chunk = 2;
H A Darm-dis.c2962 info->bytes_per_chunk = 4;
2978 info->bytes_per_chunk = 2;
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dobjdump.c1357 info->bytes_per_chunk = 0;
1414 if (info->bytes_per_chunk)
1415 bpc = info->bytes_per_chunk;
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dobjdump.c1380 info->bytes_per_chunk = 0;
1457 if (info->bytes_per_chunk)
1458 bpc = info->bytes_per_chunk;

Completed in 311 milliseconds

12