Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDi386-tdep.c1133 #define I386_MAX_MATCHED_INSN_LEN 6 macro
1139 gdb_byte insn[I386_MAX_MATCHED_INSN_LEN];
1140 gdb_byte mask[I386_MAX_MATCHED_INSN_LEN];
1155 gdb_byte buf[I386_MAX_MATCHED_INSN_LEN - 1]; in i386_match_pattern()
1160 gdb_assert (pattern.len <= I386_MAX_MATCHED_INSN_LEN); in i386_match_pattern()