Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/crt/common/
H A Dcommon-crt.c39 #pragma weak __start_crt_compiler macro
40 extern int __start_crt_compiler(int argc, char **argv);
95 if (&__start_crt_compiler != NULL) in _start_crt()
96 ret = __start_crt_compiler(argc, argv); in _start_crt()