Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_crt1.c323 #pragma weak __ghsbegin_staticinit macro
325 extern void (*__ghsbegin_staticinit)(void);
330 void (**cpp_staticinit)(void) = &__ghsbegin_staticinit; in __exec_staticinit()