Searched refs:post_init (Results 1 – 10 of 10) sorted by relevance
1709 gdbarch_data_post_init_ftype *post_init;1731 gdbarch_data_post_init_ftype *post_init)1743 (*curr)->data->post_init = post_init;1755 gdbarch_data_register_post_init (gdbarch_data_post_init_ftype *post_init)1757 return gdbarch_data_register (NULL, post_init);1802 && data->post_init != NULL)1809 gdbarch->data[data->index] = data->post_init (gdbarch);
3698 gdbarch_data_post_init_ftype *post_init; member3720 gdbarch_data_post_init_ftype *post_init) in gdbarch_data_register() argument3732 (*curr)->data->post_init = post_init; in gdbarch_data_register()3744 gdbarch_data_register_post_init (gdbarch_data_post_init_ftype *post_init) in gdbarch_data_register_post_init() argument3746 return gdbarch_data_register (NULL, post_init); in gdbarch_data_register_post_init()3791 && data->post_init != NULL) in gdbarch_data()3798 gdbarch->data[data->index] = data->post_init (gdbarch); in gdbarch_data()
9042 "post_init".
94 #define smu_post_init(smu) smu_ppt_funcs(post_init, 0, smu)
1273 int (*post_init)(struct smu_context *smu); member
1355 .post_init = yellow_carp_post_smu_init,
2591 .post_init = vangogh_post_smu_init,
3575 .post_init = navi10_post_smu_init,
4742 …truct gdbarch_data *gdbarch_data_register_post_init (gdbarch_data_post_init_ftype *@var{post_init})4743 @var{post_init} is used to obtain an initial value for a4744 per-architecture data-pointer @emph{after}. Since @var{post_init} is4763 corresponding @var{pre_init} or @var{post_init} method.4801 using @code{post_init}.
286 describe pre_init and post_init.