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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Di386-tdep.h394 #define I386_MAX_INSN_LEN (16) macro
H A Di386-tdep.c769 gdb_byte buf[I386_MAX_INSN_LEN], *insn;
771 read_code (addr, buf, I386_MAX_INSN_LEN);
772 insn = i386_skip_prefixes (buf, I386_MAX_INSN_LEN);
782 gdb_byte buf[I386_MAX_INSN_LEN], *insn;
784 read_code (addr, buf, I386_MAX_INSN_LEN);
785 insn = i386_skip_prefixes (buf, I386_MAX_INSN_LEN);
795 gdb_byte buf[I386_MAX_INSN_LEN], *insn;
797 read_code (addr, buf, I386_MAX_INSN_LEN);
798 insn = i386_skip_prefixes (buf, I386_MAX_INSN_LEN);
989 gdb_byte buf[I386_MAX_INSN_LEN];
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Di386-tdep.h395 #define I386_MAX_INSN_LEN (16) macro
H A Di386-tdep.c772 gdb_byte buf[I386_MAX_INSN_LEN], *insn;
774 read_code (addr, buf, I386_MAX_INSN_LEN);
775 insn = i386_skip_prefixes (buf, I386_MAX_INSN_LEN);
785 gdb_byte buf[I386_MAX_INSN_LEN], *insn;
787 read_code (addr, buf, I386_MAX_INSN_LEN);
788 insn = i386_skip_prefixes (buf, I386_MAX_INSN_LEN);
798 gdb_byte buf[I386_MAX_INSN_LEN], *insn;
800 read_code (addr, buf, I386_MAX_INSN_LEN);
801 insn = i386_skip_prefixes (buf, I386_MAX_INSN_LEN);
976 gdb_byte buf[I386_MAX_INSN_LEN];
[all...]

Completed in 306 milliseconds