Searched refs:LD (Results 1 - 25 of 333) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/unbound/contrib/android/
H A Dsetenv_android.sh77 LD="arm-linux-androideabi-ld"
90 LD="aarch64-linux-android-ld"
103 LD="i686-linux-android-ld"
116 LD="x86_64-linux-android-ld"
165 if [ ! -e "$ANDROID_TOOLCHAIN/$LD" ]; then
180 export CPP CC CXX LD AS AR RANLIB STRIP
193 echo "LD: $(command -v "$LD")"
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dppc.pl110 $LD= "lwz"; # load
134 $LD= "ld"; # load
287 $LD r5,`0*$BNSZ`(r4)
296 $LD r6,`1*$BNSZ`(r4)
317 $LD r6,`2*$BNSZ`(r4)
330 $LD r6,`3*$BNSZ`(r4)
341 $LD r5,`1*$BNSZ`(r4)
342 $LD r6,`2*$BNSZ`(r4)
360 $LD r6,`3*$BNSZ`(r4)
372 $LD r
[all...]
H A Dmips-mont.pl74 $LD="ld";
81 $LD="lw";
168 $LD $n0,0($n0)
169 $LD $bi,0($bp) # bp[0]
170 $LD $aj,0($ap) # ap[0]
171 $LD $nj,0($np) # np[0]
180 $LD $alo,$BNSZ($ap)
181 $LD $nlo,$BNSZ($np)
208 $LD $aj,($aj)
209 $LD
[all...]
H A Dppc-mont.pl35 $LD= "lwz"; # load
47 $POP= $LD;
55 $LD= "ld"; # load
67 $POP= $LD;
148 $LD $n0,0($n0) ; pull n0[0] value
152 $LD $m0,0($bp) ; m0=bp[0]
153 $LD $aj,0($ap) ; ap[0]
158 $LD $aj,$BNSZ($ap) ; ap[1]
159 $LD $nj,0($np) ; np[0]
168 $LD
[all...]
H A Dmips.pl56 $LD="ld";
71 $LD="lw";
146 $LD $t0,0($a1)
148 $LD $t1,0($a0)
149 $LD $t2,$BNSZ($a1)
150 $LD $t3,$BNSZ($a0)
151 $LD $ta0,2*$BNSZ($a1)
152 $LD $ta1,2*$BNSZ($a0)
166 $LD $ta2,3*$BNSZ($a1)
167 $LD
[all...]
/freebsd-11-stable/stand/i386/gptboot/
H A DMakefile54 ${LD} ${LD_FLAGS} -e start --defsym ORG=${ORG1} -T ${LDSCRIPT} -o ${.TARGET} gptldr.o
63 ${LD} ${LD_FLAGS} --defsym ORG=${ORG2} -T ${LDSCRIPT} -o ${.TARGET} ${.ALLSRC} ${LIBSA32}
/freebsd-11-stable/stand/i386/isoboot/
H A DMakefile56 ${LD} ${LD_FLAGS} -e start --defsym ORG=${ORG1} -T ${LDSCRIPT} -o ${.TARGET} gptldr.o
65 ${LD} ${LD_FLAGS} --defsym ORG=${ORG2} -T ${LDSCRIPT} -o ${.TARGET} ${.ALLSRC} ${LIBSA32}
/freebsd-11-stable/stand/i386/zfsboot/
H A DMakefile50 ${LD} ${LD_FLAGS} -e start --defsym ORG=${ORG1} -T ${LDSCRIPT} -o ${.TARGET} zfsldr.o
76 ${LD} ${LD_FLAGS} --defsym ORG=${ORG2} -T ${LDSCRIPT} -o ${.TARGET} ${.ALLSRC} ${LIBSA32}
/freebsd-11-stable/stand/i386/gptzfsboot/
H A DMakefile58 ${LD} ${LD_FLAGS} -e start --defsym ORG=${ORG1} -T ${LDSCRIPT} -o ${.TARGET} gptldr.o
68 ${LD} ${LD_FLAGS} --defsym ORG=${ORG2} -T ${LDSCRIPT} -o ${.TARGET} ${.ALLSRC} ${LIBSA32}
/freebsd-11-stable/share/mk/
H A Dbsd.linker.mk27 .for ld X_ in LD $${_empty_var_} XLD X_
28 .if ${ld} == "LD" || !empty(XLD)
31 # LD and LINKER_* settings here.
50 .if ${ld} == "LD" || (${ld} == "XLD" && ${XLD} != ${LD})
83 # Use LD's values
87 .endif # ${ld} == "LD" || (${ld} == "XLD" && ${XLD} != ${LD})
97 .endif # ${ld} == "LD" || !empty(XLD)
98 .endfor # .for ld in LD XL
[all...]
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-mips.pl85 $LD="ld"; # load from memory
100 $LD="lw"; # load from memory
129 ${LD}l @X[1],`($i+1)*$SZ+$MSB`($inp)
130 ${LD}r @X[1],`($i+1)*$SZ+$LSB`($inp)
188 $LD $tmp2,`$i*$SZ`($Ktbl) # K[$i]
214 $LD $tmp2,`$i*$SZ`($Ktbl) # K[$i]
238 $LD @X[3],`(($i+3)%16)*$SZ`($sp) # prefetch from ring buffer
348 $LD $A,0*$SZ($ctx) # load context
349 $LD $B,1*$SZ($ctx)
350 $LD
[all...]
H A Dsha512-s390x.pl73 $LD="lg"; # load from memory
87 $LD="llgf"; # load from memory
108 $LD $T1,`$i*$SZ`($inp) ### $i
146 $LD $T1,`$stdframe+$SZ*(($i+1)%16)`($sp) ### $i
147 $LD $t1,`$stdframe+$SZ*(($i+14)%16)`($sp)
265 $LD $A,`0*$SZ`($ctx)
266 $LD $B,`1*$SZ`($ctx)
267 $LD $C,`2*$SZ`($ctx)
268 $LD $D,`3*$SZ`($ctx)
269 $LD
[all...]
H A Dsha512-ppc.pl75 $LD="ld";
87 $LD="lwz";
153 $LD $t1,`($i+1)*$SZ`($Tbl)
177 $LD $t1,`$i*$SZ`($Tbl)
220 $LD $A,`0*$SZ`($ctx)
222 $LD $B,`1*$SZ`($ctx)
223 $LD $C,`2*$SZ`($ctx)
224 $LD $D,`3*$SZ`($ctx)
225 $LD $E,`4*$SZ`($ctx)
226 $LD
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/regress/
H A DMakefile.in10 LD=@LD@
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp298 static bool isValidIndexedLoad(const LoadSDNode *LD) { argument
299 ISD::MemIndexedMode AM = LD->getAddressingMode();
300 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD)
303 EVT VT = LD->getMemoryVT();
308 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 1)
314 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 2)
326 LoadSDNode *LD = cast<LoadSDNode>(N); local
327 if (!isValidIndexedLoad(LD))
330 MVT VT = LD->getMemoryVT().getSimpleVT();
346 LD
355 LoadSDNode *LD = cast<LoadSDNode>(N1); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h383 Error addLogicalModule(LogicalDylib &LD, std::unique_ptr<Module> SrcMPtr) { argument
387 LD.PromoteSymbols(*SrcMPtr);
391 auto LMId = LD.addSourceModule(std::move(SrcMPtr));
405 if (auto Sym = LD.findSymbol(BaseLayer, MangledName, false))
413 LD.getStubsToClone(LMId).insert(&F);
418 auto CompileAction = [this, &LD, LMId, &F]() -> JITTargetAddress {
419 if (auto FnImplAddrOrErr = this->extractAndCompile(LD, LMId, F))
435 if (auto Err = LD.StubsMgr->createStubs(StubInits))
471 [&LD, &GVsM](Value *V) -> Value* {
484 LD
580 extractAndCompile(LogicalDylib &LD, typename LogicalDylib::SourceModuleHandle LMId, Function &F) argument
628 emitPartition(LogicalDylib &LD, typename LogicalDylib::SourceModuleHandle LMId, const PartitionT &Part) argument
[all...]
/freebsd-11-stable/contrib/pam_modules/pam_passwdqc/
H A DMakefile6 LD = ld macro
31 $(LD) $(LDFLAGS) $(OBJS) -o $(LIBSHARED)
/freebsd-11-stable/contrib/unbound/contrib/ios/
H A Dsetenv_ios.sh203 CPP=cpp; CC=clang; CXX=clang++; LD=ld
237 if [ ! -e "$XCODE_TOOLCHAIN/$LD" ]; then
252 export CPP CC CXX LD AS AR RANLIB STRIP
264 echo "LD: $(command -v "$LD")"
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp41 unsigned selectIndexedProgMemLoad(const LoadSDNode *LD, MVT VT);
122 const LoadSDNode *LD = cast<LoadSDNode>(N); local
123 ISD::MemIndexedMode AM = LD->getAddressingMode();
124 MVT VT = LD->getMemoryVT().getSimpleVT();
128 if ((LD->getExtensionType() != ISD::NON_EXTLOAD) ||
136 int Offs = cast<ConstantSDNode>(LD->getOffset())->getSExtValue();
161 LD->getBasePtr(), LD->getChain());
168 unsigned AVRDAGToDAGISel::selectIndexedProgMemLoad(const LoadSDNode *LD, argument
170 ISD::MemIndexedMode AM = LD
361 const LoadSDNode *LD = cast<LoadSDNode>(N); local
[all...]
/freebsd-11-stable/lib/csu/i386/
H A DMakefile33 ${LD} ${_LDFLAGS} -o gcrt1.o -r crt1_s.o gcrt1_c.o
43 ${LD} ${_LDFLAGS} -o crt1.o -r crt1_s.o crt1_c.o
54 ${LD} ${_LDFLAGS} -o Scrt1.o -r crt1_s.o Scrt1_c.o
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-opc-m.c874 #define LD(a,b,c) M2, OpMXX6aHint (6, 1, 1, a, b), {F1, F2, MR3, c}, POSTINC, 0, NULL macro
875 {"ldfps", LD (0x02, 0, C8)},
876 {"ldfps.nt1", LD (0x02, 1, C8)},
877 {"ldfps.nta", LD (0x02, 3, C8)},
878 {"ldfpd", LD (0x03, 0, C16)},
879 {"ldfpd.nt1", LD (0x03, 1, C16)},
880 {"ldfpd.nta", LD (0x03, 3, C16)},
881 {"ldfp8", LD (0x01, 0, C16)},
882 {"ldfp8.nt1", LD (0x01, 1, C16)},
883 {"ldfp8.nta", LD (
929 #undef LD macro
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dconfig.rpath17 # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
149 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
159 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
168 if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
170 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
180 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
187 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
497 case $LD in
/freebsd-11-stable/contrib/binutils/
H A Dconfig.rpath32 # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
146 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
156 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
165 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
167 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
177 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
476 case $LD in
/freebsd-11-stable/contrib/libreadline/support/
H A Dconfig.rpath32 # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
146 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
156 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
165 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
167 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
177 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
476 case $LD in
/freebsd-11-stable/usr.bin/tip/tip/
H A Dremote.c128 if (!LD && (cgetnum(bp, "ld", &LD) == -1))
129 LD = TTYDISC;

Completed in 318 milliseconds

1234567891011>>