Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/crt/common/
H A Dcommon-crt.c38 #pragma weak _start_crt_compiler macro
39 extern void _start_crt_compiler(int argc, char **argv);
83 if (&_start_crt_compiler != NULL) in _start_crt()
84 _start_crt_compiler(argc, argv); in _start_crt()