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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.h504 typedef void (gdbarch_address_to_pointer_ftype) (struct gdbarch *gdbarch, struct type *type, gdb_byte *buf, CORE_ADDR addr); typedef
506 extern void set_gdbarch_address_to_pointer (struct gdbarch *gdbarch, gdbarch_address_to_pointer_ftype *address_to_pointer);
H A Dgdbarch.c226 gdbarch_address_to_pointer_ftype *address_to_pointer;
2706 gdbarch_address_to_pointer_ftype address_to_pointer)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch-gen.h417 typedef void (gdbarch_address_to_pointer_ftype) (struct gdbarch *gdbarch, struct type *type, gdb_byte *buf, CORE_ADDR addr); typedef
419 extern void set_gdbarch_address_to_pointer (struct gdbarch *gdbarch, gdbarch_address_to_pointer_ftype *address_to_pointer);
H A Dgdbarch.c116 gdbarch_address_to_pointer_ftype *address_to_pointer = unsigned_address_to_pointer;
2542 gdbarch_address_to_pointer_ftype address_to_pointer)

Completed in 230 milliseconds