Searched refs:_start_crt_compiler (Results 1 – 1 of 1) sorted by relevance
38 #pragma weak _start_crt_compiler macro39 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()