Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Di386-tdep.c476 #define I386_MAX_INSN_LEN 6 macro
482 gdb_byte insn[I386_MAX_INSN_LEN];
483 gdb_byte mask[I386_MAX_INSN_LEN];
502 unsigned char buf[I386_MAX_INSN_LEN - 1]; in i386_match_insn()
506 gdb_assert (insn->len <= I386_MAX_INSN_LEN); in i386_match_insn()