Home
last modified time | relevance | path

Searched refs:insn_bytes (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/binutils/opcodes/
Dcgen-dis.in195 ex_info->insn_bytes = buf;
230 ex_info.insn_bytes = buf;
Dmep-dis.c932 ex_info->insn_bytes = buf; in read_insn()
967 ex_info.insn_bytes = buf; in print_insn()
Dcgen-ibld.in354 (pc, ex_info->insn_bytes + offset, bytes, info);
469 unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
Dcgen-opc.c473 ex_info.insn_bytes = insn_bytes_value; in cgen_lookup_insn()
Dmep-ibld.c354 (pc, ex_info->insn_bytes + offset, bytes, info); in fill_cache()
469 unsigned char *bufp = ex_info->insn_bytes + word_offset / 8; in extract_normal()
/freebsd-12-stable/contrib/binutils/include/opcode/
Dcgen.h259 unsigned char *insn_bytes; member