Searched refs:__gh_iob_init (Results 1 – 3 of 3) sorted by relevance
25 #pragma weak __gh_iob_init macro26 extern void __gh_iob_init(void);133 static void (CONST_FUNCP iob_init_funcp)(void) = __gh_iob_init; in __ghs_ind_crt1()137 if (__gh_iob_init) in __ghs_ind_crt1()139 __gh_iob_init(); in __ghs_ind_crt1()228 static void (CONST_FUNCP iob_init_funcp)(void) = __gh_iob_init;232 if (__gh_iob_init)234 __gh_iob_init();
268 #pragma weak __gh_iob_init macro269 extern void __gh_iob_init(void);
65 void __gh_iob_init(void) in __gh_iob_init() function