Searched refs:gdbarch_char_signed (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/gdb/gdb/
H A Dgdbarch.h220 extern int gdbarch_char_signed (struct gdbarch *gdbarch);
226 #define TARGET_CHAR_SIGNED (gdbarch_char_signed (current_gdbarch))
H A Dgdbarch.c2652 gdbarch_char_signed (struct gdbarch *gdbarch) function
2658 fprintf_unfiltered (gdb_stdlog, "gdbarch_char_signed called\n");

Completed in 114 milliseconds