Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_crt1.c23 #pragma weak __ghs_board_devices_init macro
24 extern void __ghs_board_devices_init(void);
106 __ghs_board_devices_init; in __ghs_ind_crt1()
109 if (__ghs_board_devices_init) in __ghs_ind_crt1()
111 __ghs_board_devices_init(); in __ghs_ind_crt1()
201 __ghs_board_devices_init;
204 if (__ghs_board_devices_init)
206 __ghs_board_devices_init();