Home
last modified time | relevance | path

Searched refs:crtend (Results 1 – 25 of 70) sorted by relevance

123

/freebsd-12-stable/contrib/binutils/ld/
Dconfigure.host23 …o\`` '"$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; else ${CC} --print-f…
32 …f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; elif [ -f /usr/lib/crtend.o ]; then echo /usr/lib/
37 …o\`` '"$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; else ${CC} --print-f…
59 HOSTING_LIBS="$HOSTING_LIBS ../gcc/crtend.o"
61 HOSTING_LIBS="$HOSTING_LIBS `${CC} --print-file-name=crtend.o`"
66 HOSTING_LIBS="$HOSTING_LIBS `${CC} --print-file-name=crtend.o`"
73 HOSTING_LIBS="$HOSTING_LIBS /usr/lib/crtend.o"
108 …G_LIBS="$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; else ${CC} -print-f…
113 …G_LIBS="$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; else ${CC} -print-f…
118 …HOSTING_LIBS="$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; fi` /lib/crtn…
[all …]
/freebsd-12-stable/lib/csu/
DMakefile.inc13 OBJS+= crtend.o crtendS.o
23 crtend.o: crtend.c
24 crtendS.o: crtend.c
26 crtbegin.o crtend.o crtbeginT.o:
/freebsd-12-stable/contrib/gcc/config/ia64/
Dt-ia6430 crtend.o: $(srcdir)/config/ia64/crtend.asm $(GCC_PASSES)
31 $(GCC_FOR_TARGET) -I. -c -o crtend.o -x assembler-with-cpp \
32 $(srcdir)/config/ia64/crtend.asm
37 crtendS.o: $(srcdir)/config/ia64/crtend.asm $(GCC_PASSES)
39 $(srcdir)/config/ia64/crtend.asm
/freebsd-12-stable/contrib/gcc/config/i386/
Dt-i386elf1 # For svr4 we build crtbegin.o and crtend.o which serve to add begin and
4 EXTRA_PARTS=crtbegin.o crtend.o
Dt-linux6414 EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o \
18 # crtend*.o cannot be compiled without -fno-asynchronous-unwind-tables,
Dt-sol2-1011 EXTRA_MULTILIB_PARTS=gmon.o crtbegin.o crtend.o
/freebsd-12-stable/sys/conf/
Dldscript.i386118 the crtend.o file until after the sorted ctors.
119 The .ctor section from the crtend file contains the
121 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors))
131 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .dtors))
Dldscript.amd64131 the crtend.o file until after the sorted ctors.
132 The .ctor section from the crtend file contains the
134 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors))
144 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .dtors))
Dldscript.sparc64179 from the crtend.o file until after the sorted ctors.
180 The .ctor section from the crtend file contains the
182 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))
189 KEEP (*(EXCLUDE_FILE (*crtend.o ) .dtors))
Dldscript.mips.mips64210 from the crtend.o file until after the sorted ctors.
211 The .ctor section from the crtend file contains the
213 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))
220 KEEP (*(EXCLUDE_FILE (*crtend.o ) .dtors))
Dldscript.mips209 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))
Dldscript.mips.cfe226 from the crtend.o file until after the sorted ctors.
227 The .ctor section from the crtend file contains the
229 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))
236 KEEP (*(EXCLUDE_FILE (*crtend.o ) .dtors))
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
DRISCVToolchain.cpp166 const char *crtbegin, *crtend; in ConstructJob() local
170 crtend = "crtend.o"; in ConstructJob()
175 crtend = ToolChain.getCompilerRTArgString(Args, "crtend", in ConstructJob()
207 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath(crtend))); in ConstructJob()
DOpenBSD.cpp220 const char *crtend = nullptr; in ConstructJob() local
222 crtend = "crtend.o"; in ConstructJob()
224 crtend = "crtendS.o"; in ConstructJob()
226 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath(crtend))); in ConstructJob()
DNaCl.cpp184 const char *crtend; in ConstructJob() local
186 crtend = "crtendS.o"; in ConstructJob()
188 crtend = "crtend.o"; in ConstructJob()
190 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath(crtend))); in ConstructJob()
/freebsd-12-stable/contrib/binutils/ld/scripttempl/
Delf32cr16.sc96 the crtend.o file until after the sorted ctors.
97 The .ctor section from the crtend file contains the
100 KEEP (*(EXCLUDE_FILE (*crtend*.o) .ctors))
110 KEEP (*(EXCLUDE_FILE (*crtend*.o) .dtors))
/freebsd-12-stable/sys/mips/nlm/dev/net/ucore/
Dld.ucore.S68 KEEP (*(EXCLUDE_FILE (*crtend.o) .ctors))
75 KEEP (*(EXCLUDE_FILE (*crtend.o) .dtors))
/freebsd-12-stable/gnu/lib/csu/
DMakefile15 OBJS= crtbegin.o crtend.o crtbeginT.o
62 crtend.o: ${ENDSRC}
/freebsd-12-stable/sys/contrib/octeon-sdk/
Dcvmx-shared-linux.ld189 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))
Dcvmx-shared-linux-n32.ld190 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))
/freebsd-12-stable/contrib/gcc/config/s390/
Dt-linux648 EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o
Dt-crtstuff1 # crtend*.o cannot be compiled without -fno-asynchronous-unwind-tables,
/freebsd-12-stable/contrib/gcc/config/arm/
Dt-arm-elf59 EXTRA_MULTILIB_PARTS = crtbegin.o crtend.o crti.o crtn.o
62 # EXTRA_PARTS = crtbegin.o crtend.o crti.o crtn.o
/freebsd-12-stable/contrib/gcc/config/sparc/
Dt-sol2-649 EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o gmon.o crt1.o crti.o crtn.o gcrt1.o \
Dt-linux648 EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \

123