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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dhppa-tdep.h82 #define HPPA_INSN_SIZE 4 macro
H A Dhppa-tdep.c2863 gdb_byte buf[HPPA_INSN_SIZE];
2865 target_read_memory (npc, buf, HPPA_INSN_SIZE);
2866 insn[i] = extract_unsigned_integer (buf, HPPA_INSN_SIZE, byte_order);
2890 if (hppa_match_insns (gdbarch, pc - offset * HPPA_INSN_SIZE,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dhppa-tdep.h84 #define HPPA_INSN_SIZE 4 macro
H A Dhppa-tdep.c2817 gdb_byte buf[HPPA_INSN_SIZE];
2819 target_read_memory (npc, buf, HPPA_INSN_SIZE);
2820 insn[i] = extract_unsigned_integer (buf, HPPA_INSN_SIZE, byte_order);
2844 if (hppa_match_insns (gdbarch, pc - offset * HPPA_INSN_SIZE,

Completed in 190 milliseconds