Home
last modified time | relevance | path

Searched defs:crtbegin (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DRISCVToolchain.cpp166 const char *crtbegin, *crtend; in ConstructJob() local
H A DNaCl.cpp113 const char *crtbegin; in ConstructJob() local
H A DOpenBSD.cpp147 const char *crtbegin = nullptr; in ConstructJob() local
H A DMSP430.cpp187 const char *crtbegin = UseExceptions ? "crtbegin.o" : "crtbegin_no_eh.o"; in AddStartFiles() local
H A DFreeBSD.cpp265 const char *crtbegin = nullptr; in ConstructJob() local
H A DGnu.cpp530 std::string crtbegin = ToolChain.getCompilerRT(Args, "crtbegin", in ConstructJob() local
536 const char *crtbegin; in ConstructJob() local
/netbsd-src/external/bsd/pcc/dist/pcc/driver/
H A Dplatform.c51 int crtbegin; member