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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.h446 typedef void (gdbarch_print_vector_info_ftype) (struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, const char *args); typedef
448 extern void set_gdbarch_print_vector_info (struct gdbarch *gdbarch, gdbarch_print_vector_info_ftype *print_vector_info);
H A Dgdbarch.c215 gdbarch_print_vector_info_ftype *print_vector_info;
2513 gdbarch_print_vector_info_ftype print_vector_info)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch-gen.h359 typedef void (gdbarch_print_vector_info_ftype) (struct gdbarch *gdbarch, struct ui_file *file, frame_info_ptr frame, const char *args); typedef
361 extern void set_gdbarch_print_vector_info (struct gdbarch *gdbarch, gdbarch_print_vector_info_ftype *print_vector_info);
H A Dgdbarch.c105 gdbarch_print_vector_info_ftype *print_vector_info = nullptr;
2348 gdbarch_print_vector_info_ftype print_vector_info)

Completed in 372 milliseconds