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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.h1626 typedef ULONGEST (gdbarch_type_align_ftype) (struct gdbarch *gdbarch, struct type *type); typedef
1628 extern void set_gdbarch_type_align (struct gdbarch *gdbarch, gdbarch_type_align_ftype *type_align);
H A Dgdbarch.c351 gdbarch_type_align_ftype *type_align;
5169 gdbarch_type_align_ftype type_align)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch-gen.h1644 typedef ULONGEST (gdbarch_type_align_ftype) (struct gdbarch *gdbarch, struct type *type); typedef
1646 extern void set_gdbarch_type_align (struct gdbarch *gdbarch, gdbarch_type_align_ftype *type_align);
H A Dgdbarch.c255 gdbarch_type_align_ftype *type_align = default_type_align;
5279 gdbarch_type_align_ftype type_align)

Completed in 335 milliseconds