Home
last modified time | relevance | path

Searched refs:gdbarch_data_post_init_ftype (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dgdbarch.h1432 typedef void *(gdbarch_data_post_init_ftype) (struct gdbarch *gdbarch); typedef
1433 extern struct gdbarch_data *gdbarch_data_register_post_init (gdbarch_data_post_init_ftype *init);
H A Dgdbarch.c4368 gdbarch_data_post_init_ftype *post_init;
4390 gdbarch_data_post_init_ftype *post_init) in gdbarch_data_register()
4415 gdbarch_data_register_post_init (gdbarch_data_post_init_ftype *post_init) in gdbarch_data_register_post_init()