Home
last modified time | relevance | path

Searched defs:CANNOT_FETCH_REGISTER (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/config/mips/
Dnm-linux.h46 #define CANNOT_FETCH_REGISTER(regno) mips_linux_cannot_fetch_register (regno) macro
/openbsd/src/gnu/usr.bin/binutils/gdb/config/i386/
Dnm-linux.h74 #define CANNOT_FETCH_REGISTER(regno) cannot_fetch_register (regno) macro
/openbsd/src/gnu/usr.bin/binutils/gdb/config/ia64/
Dnm-linux.h38 #define CANNOT_FETCH_REGISTER(regno) ia64_cannot_fetch_register(regno) macro
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dgdbarch.h651 #define CANNOT_FETCH_REGISTER(regnum) (gdbarch_cannot_fetch_register (current_gdbarch, regnum)) macro