Searched refs:gdbarch_data_pre_init_ftype (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.h1849 typedef void *(gdbarch_data_pre_init_ftype) (struct obstack *obstack); typedef
1850 extern struct gdbarch_data *gdbarch_data_register_pre_init (gdbarch_data_pre_init_ftype *init);
H A Dgdbarch.sh1633 typedef void *(gdbarch_data_pre_init_ftype) (struct obstack *obstack);
1634 extern struct gdbarch_data *gdbarch_data_register_pre_init (gdbarch_data_pre_init_ftype *init);
2178 gdbarch_data_pre_init_ftype *pre_init;
2200 gdbarch_data_register (gdbarch_data_pre_init_ftype *pre_init,
2220 gdbarch_data_register_pre_init (gdbarch_data_pre_init_ftype *pre_init)
H A Dgdbarch.c5216 gdbarch_data_pre_init_ftype *pre_init;
5238 gdbarch_data_register (gdbarch_data_pre_init_ftype *pre_init,
5258 gdbarch_data_register_pre_init (gdbarch_data_pre_init_ftype *pre_init)

Completed in 159 milliseconds