Home
last modified time | relevance | path

Searched defs:crtend (Results 1 – 6 of 6) 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.cpp184 const char *crtend; in ConstructJob() local
H A DOpenBSD.cpp215 const char *crtend = nullptr; in ConstructJob() local
H A DMSP430.cpp223 const char *crtend = UseExceptions ? "crtend.o" : "crtend_no_eh.o"; in AddEndFiles() local
H A DGnu.cpp651 std::string crtend = ToolChain.getCompilerRT(Args, "crtend", in ConstructJob() local
657 const char *crtend; in ConstructJob() local
/netbsd-src/external/bsd/pcc/dist/pcc/driver/
H A Dplatform.c54 int crtend; member