Home
last modified time | relevance | path

Searched refs:__gh_iob_init (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/libsys/
Dind_crt1.c25 #pragma weak __gh_iob_init macro
26 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();
Dind_thrd.h268 #pragma weak __gh_iob_init macro
269 extern void __gh_iob_init(void);
Dind_iob.c65 void __gh_iob_init(void) in __gh_iob_init() function