Searched refs:LD (Results 26 - 50 of 334) sorted by relevance

1234567891011>>

/freebsd-13-stable/usr.bin/tip/tip/
H A Dremote.c130 if (!LD && (cgetnum(bp, "ld", &LD) == -1))
131 LD = TTYDISC;
/freebsd-13-stable/contrib/bearssl/conf/
H A Dsamd20.mk14 LD = arm-none-eabi-gcc macro
H A DWin.mk52 LDDLLFLAGS = -nologo -LD -MT
56 LD = cl macro
/freebsd-13-stable/contrib/kyua/utils/
H A Dpasswd.cpp106 LD(F("Current user is fake: %s") % format_user(u));
110 LD(F("Current user is: %s") % format_user(u));
H A Dsanity.cpp123 LD(F("Installed crash handler for signal %s") % signo);
/freebsd-13-stable/contrib/kyua/utils/process/
H A Doperations.cpp77 LD("Waiting for any child process");
99 LD(F("Waiting for pid=%s") % pid);
/freebsd-13-stable/sys/contrib/openzfs/config/
H A Dconfig.rpath17 # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
195 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
205 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
218 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
227 if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
229 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
236 case `$LD -v 2>&1` in
241 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
253 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
583 case $LD i
[all...]
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-ppc.pl82 $LD="ld";
94 $LD="lwz";
160 $LD $t1,`($i+1)*$SZ`($Tbl)
184 $LD $t1,`$i*$SZ`($Tbl)
227 $LD $A,`0*$SZ`($ctx)
229 $LD $B,`1*$SZ`($ctx)
230 $LD $C,`2*$SZ`($ctx)
231 $LD $D,`3*$SZ`($ctx)
232 $LD $E,`4*$SZ`($ctx)
233 $LD
[all...]
H A Dsha512-parisc.pl68 $LD="ldd";
80 $LD="ldw";
282 $LD `0*$SZ`($ctx),$A ; load context
283 $LD `1*$SZ`($ctx),$B
284 $LD `2*$SZ`($ctx),$C
285 $LD `3*$SZ`($ctx),$D
286 $LD `4*$SZ`($ctx),$E
287 $LD `5*$SZ`($ctx),$F
288 $LD `6*$SZ`($ctx),$G
289 $LD `
[all...]
H A Dsha512-sparcv9.pl65 $LD="ldx"; # load from memory
91 $LD="ld"; # load from memory
249 $LD [$Ktbl+`$i*$SZ`],$tmp2 ! K[$i]
684 $LD [$ctx+`0*$SZ`],$A
685 $LD [$ctx+`1*$SZ`],$B
686 $LD [$ctx+`2*$SZ`],$C
687 $LD [$ctx+`3*$SZ`],$D
688 $LD [$ctx+`4*$SZ`],$E
689 $LD [$ctx+`5*$SZ`],$F
690 $LD [
[all...]
/freebsd-13-stable/contrib/bearssl/mk/
H A Dmkrules.sh536 \$(LD) \$(LDFLAGS) \$(LDOUT)\$(BRSSL) \$(OBJBRSSL) \$(BEARSSLLIB)
539 \$(LD) \$(LDFLAGS) \$(LDOUT)\$(TESTCRYPTO) \$(OBJTESTCRYPTO) \$(BEARSSLLIB)
542 \$(LD) \$(LDFLAGS) \$(LDOUT)\$(TESTSPEED) \$(OBJTESTSPEED) \$(BEARSSLLIB)
545 \$(LD) \$(LDFLAGS) \$(LDOUT)\$(TESTX509) \$(OBJTESTX509) \$(BEARSSLLIB)
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.h39 void readLinkData(Object &O, Optional<size_t> LCIndex, LinkData &LD) const;
H A DMachOWriter.h48 void writeLinkData(Optional<size_t> LCIndex, const LinkData &LD);
/freebsd-13-stable/contrib/ncurses/form/
H A DMakefile.in85 LD = @LD@
/freebsd-13-stable/contrib/ncurses/menu/
H A DMakefile.in85 LD = @LD@
/freebsd-13-stable/contrib/ncurses/panel/
H A DMakefile.in87 LD = @LD@
/freebsd-13-stable/lib/msun/ld128/
H A De_powl.c106 static const long double LD[] = variable
334 v = LD[0] + s2 * (LD[1] + s2 * (LD[2] + s2 * (LD[3] + s2 * (LD[4] + s2))));
/freebsd-13-stable/contrib/apr-util/test/
H A DMakefile.win82 LD = link.exe
133 $(LD) $(LDFLAGS) /out:"$@" $** $(LD_LIBS)
140 $(LD) $(LDFLAGS) /out:"$@" $** $(LD_LIBS)
/freebsd-13-stable/share/mk/
H A Dbsd.compat.mk41 LD="${XLD} -m elf_i386_fbsd"
60 LD="${XLD} -m elf32ppc_fbsd"
85 LIB32WMAKEFLAGS= LD="${XLD} -m ${_EMULATION}"
H A Dbsd.sys.mk296 .if ${LD} != "ld" && (${CC:[1]:H} != ${LD:[1]:H} || ${LD:[1]:T} != "ld")
297 # Add -fuse-ld=${LD} if $LD is in a different directory or not called "ld".
301 LDFLAGS+= --ld-path=${LD:[1]:S/^ld.//1W}
303 LDFLAGS+= -fuse-ld=${LD:[1]:S/^ld.//1W}
310 .if !(${LD:[1]:T} == "ld" && ${CC:tw:M-B${LD:[1]:H}/})
311 .warning LD (
[all...]
/freebsd-13-stable/stand/i386/boot2/
H A DMakefile55 ${LD} ${LD_FLAGS} -e start --defsym ORG=${ORG1} -T ${LDSCRIPT} -o ${.TARGET} boot1.o
83 ${LD} ${LD_FLAGS} --defsym ORG=${ORG2} -T ${LDSCRIPT} -o ${.TARGET} ${.ALLSRC}
/freebsd-13-stable/sys/conf/
H A Dkern.mk280 .if ${LD} != "ld" && (${CC:[1]:H} != ${LD:[1]:H} || ${LD:[1]:T} != "ld")
281 # Add -fuse-ld=${LD} if $LD is in a different directory or not called "ld".
285 CCLDFLAGS+= --ld-path=${LD:[1]:S/^ld.//1W}
287 CCLDFLAGS+= -fuse-ld=${LD:[1]:S/^ld.//1W}
294 .if !(${LD:[1]:T} == "ld" && ${CC:tw:M-B${LD:[1]:H}/})
295 .warning LD (
[all...]
/freebsd-13-stable/contrib/kyua/utils/logging/
H A Dmacros_test.cpp50 LD("Debug message");
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A DMakefile.in8 LD=@LD@
/freebsd-13-stable/contrib/kyua/store/
H A Dwrite_transaction.cpp167 LD(F("Cannot determine if file is empty: %s") % e.what());
373 LD(F("Storing %s (%s) of test case %s") % name % path % test_case_id);
377 LD("Not storing empty file");

Completed in 379 milliseconds

1234567891011>>