Home
last modified time | relevance | path

Searched refs:gdbarch_init_ftype (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsh-tdep.h86 extern gdbarch_init_ftype sh64_gdbarch_init;
H A Dgdbarch.sh993 typedef struct gdbarch *(gdbarch_init_ftype) (struct gdbarch_info info, struct gdbarch_list *arches…
997 extern void register_gdbarch_init (enum bfd_architecture architecture, gdbarch_init_ftype *);
1000 gdbarch_init_ftype *,
2017 gdbarch_init_ftype *init)
H A Dgdbarch.h1517 typedef struct gdbarch *(gdbarch_init_ftype) (struct gdbarch_info info, struct gdbarch_list *arches… typedef
1521 extern void register_gdbarch_init (enum bfd_architecture architecture, gdbarch_init_ftype *);
1524 gdbarch_init_ftype *,
H A Dm32r-tdep.c903 static gdbarch_init_ftype m32r_gdbarch_init;
H A Dgdbarch.c3919 gdbarch_init_ftype *init;
3967 gdbarch_init_ftype *init, in gdbarch_register()
4006 gdbarch_init_ftype *init) in register_gdbarch_init()
H A Dfrv-tdep.c45 static gdbarch_init_ftype frv_gdbarch_init;
H A Dd10v-tdep.c1421 static gdbarch_init_ftype d10v_gdbarch_init;
H A Dsh64-tdep.c2780 gdbarch_init_ftype sh64_gdbarch_init;
H A Dsh-tdep.c2522 static gdbarch_init_ftype sh_gdbarch_init;
H A Dia64-tdep.c95 static gdbarch_init_ftype ia64_gdbarch_init;
H A DChangeLog-19983364 * gdbarch.h (gdbarch_init_ftype): Pass struct gdbarch_info
3409 gdbarch_init_ftype), gdbarch.c (register_gdbarch_init): Mechanism