| /freebsd-13-stable/lib/csu/ |
| HD | Makefile.inc | 11 OBJS+= crtend.o crtendS.o 64 crtend.o: crtend.c 65 crtendS.o: crtend.c 67 crtbegin.o crtend.o crtbeginT.o:
|
| /freebsd-13-stable/sys/conf/ |
| HD | ldscript.i386 | 117 the crtend.o file until after the sorted ctors. 118 The .ctor section from the crtend file contains the 120 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors)) 130 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .dtors))
|
| HD | ldscript.amd64 | 123 the crtend.o file until after the sorted ctors. 124 The .ctor section from the crtend file contains the 126 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors)) 136 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .dtors))
|
| HD | ldscript.mips.mips64 | 209 from the crtend.o file until after the sorted ctors. 210 The .ctor section from the crtend file contains the 212 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors)) 219 KEEP (*(EXCLUDE_FILE (*crtend.o ) .dtors))
|
| HD | ldscript.mips | 208 from the crtend.o file until after the sorted ctors. 209 The .ctor section from the crtend file contains the 211 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors)) 218 KEEP (*(EXCLUDE_FILE (*crtend.o ) .dtors))
|
| HD | ldscript.mips.cfe | 225 from the crtend.o file until after the sorted ctors. 226 The .ctor section from the crtend file contains the 228 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors)) 235 KEEP (*(EXCLUDE_FILE (*crtend.o ) .dtors))
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| HD | CSKYToolChain.cpp | 151 const char *crtbegin, *crtend; in ConstructJob() local 155 crtend = "crtend.o"; in ConstructJob() 160 crtend = in ConstructJob() 194 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath(crtend))); in ConstructJob()
|
| HD | DragonFly.cpp | 185 const char *crtend = nullptr; in ConstructJob() local 187 crtend ="crtendS.o"; in ConstructJob() 189 crtend = "crtend.o"; in ConstructJob() 191 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath(crtend))); in ConstructJob()
|
| HD | RISCVToolchain.cpp | 181 const char *crtbegin, *crtend; in ConstructJob() local 185 crtend = "crtend.o"; in ConstructJob() 190 crtend = ToolChain.getCompilerRTArgString(Args, "crtend", in ConstructJob() 224 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath(crtend))); in ConstructJob()
|
| HD | NaCl.cpp | 181 const char *crtend; in ConstructJob() local 183 crtend = "crtendS.o"; in ConstructJob() 185 crtend = "crtend.o"; in ConstructJob() 187 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath(crtend))); in ConstructJob()
|
| HD | Solaris.cpp | 277 const char *crtend = nullptr; in ConstructJob() local 279 crtend = "crtendS.o"; in ConstructJob() 281 crtend = "crtend.o"; in ConstructJob() 282 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath(crtend))); in ConstructJob()
|
| HD | OpenBSD.cpp | 282 const char *crtend = nullptr; in ConstructJob() local 284 crtend = "crtend.o"; in ConstructJob() 286 crtend = "crtendS.o"; in ConstructJob() 288 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath(crtend))); in ConstructJob()
|
| HD | FreeBSD.cpp | 376 const char *crtend = nullptr; in ConstructJob() local 378 crtend = "crtendS.o"; in ConstructJob() 380 crtend = "crtend.o"; in ConstructJob() 381 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath(crtend))); in ConstructJob()
|
| HD | NetBSD.cpp | 362 const char *crtend = nullptr; in ConstructJob() local 364 crtend = "crtendS.o"; in ConstructJob() 366 crtend = "crtend.o"; in ConstructJob() 368 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath(crtend))); in ConstructJob()
|
| HD | MSP430.cpp | 223 const char *crtend = UseExceptions ? "crtend.o" : "crtend_no_eh.o"; in AddEndFiles() local 224 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath(crtend))); in AddEndFiles()
|
| HD | Gnu.cpp | 653 std::string crtend = ToolChain.getCompilerRT(Args, "crtend", in ConstructJob() local 655 if (ToolChain.getVFS().exists(crtend)) in ConstructJob() 656 P = crtend; in ConstructJob() 659 const char *crtend; in ConstructJob() local 661 crtend = isAndroid ? "crtend_so.o" : "crtendS.o"; in ConstructJob() 663 crtend = isAndroid ? "crtend_android.o" : "crtendS.o"; in ConstructJob() 665 crtend = isAndroid ? "crtend_android.o" : "crtend.o"; in ConstructJob() 666 P = ToolChain.GetFilePath(crtend); in ConstructJob()
|
| /freebsd-13-stable/sys/mips/nlm/dev/net/ucore/ |
| HD | ld.ucore.S | 66 KEEP (*(EXCLUDE_FILE (*crtend.o) .ctors)) 73 KEEP (*(EXCLUDE_FILE (*crtend.o) .dtors))
|
| /freebsd-13-stable/sys/contrib/octeon-sdk/ |
| HD | cvmx-shared-linux-n32.ld | 190 the crtend.o file until after the sorted ctors. 191 The .ctor section from the crtend file contains the 193 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors)) 201 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .dtors))
|
| HD | cvmx-shared-linux.ld | 189 the crtend.o file until after the sorted ctors. 190 The .ctor section from the crtend file contains the 192 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors)) 200 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .dtors))
|
| HD | cvmx-shared-linux-o32.ld | 180 from the crtend.o file until after the sorted ctors. 181 The .ctor section from the crtend file contains the 183 KEEP (*(EXCLUDE_FILE (*crtend*.o ) .ctors)) 190 KEEP (*(EXCLUDE_FILE (*crtend*.o ) .dtors))
|
| /freebsd-13-stable/contrib/bmake/mk/ |
| HD | prog.mk | 30 LIBCRTEND= ${DESTDIR}/usr/lib/crtend.o
|
| /freebsd-13-stable/ |
| HD | UPDATING | 719 The BSD crtbegin and crtend code has been enabled by default. It has
|