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

1234567891011>>

/freebsd-12-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-12-stable/crypto/openssl/crypto/bn/asm/
H A Dppc.pl113 $LD= "lwz"; # load
137 $LD= "ld"; # load
291 $LD r5,`0*$BNSZ`(r4)
300 $LD r6,`1*$BNSZ`(r4)
321 $LD r6,`2*$BNSZ`(r4)
334 $LD r6,`3*$BNSZ`(r4)
345 $LD r5,`1*$BNSZ`(r4)
346 $LD r6,`2*$BNSZ`(r4)
364 $LD r6,`3*$BNSZ`(r4)
376 $LD r
[all...]
H A Dppc-mont.pl52 $LD= "lwz"; # load
65 $POP= $LD;
73 $LD= "ld"; # load
86 $POP= $LD;
168 $LD $n0,0($n0) ; pull n0[0] value
172 $LD $m0,0($bp) ; m0=bp[0]
173 $LD $aj,0($ap) ; ap[0]
178 $LD $aj,$BNSZ($ap) ; ap[1]
179 $LD $nj,0($np) ; np[0]
188 $LD
[all...]
H A Dmips-mont.pl81 $LD="ld";
88 $LD="lw";
177 $LD $n0,0($n0)
178 $LD $bi,0($bp) # bp[0]
179 $LD $aj,0($ap) # ap[0]
180 $LD $nj,0($np) # np[0]
189 $LD $ahi,$BNSZ($ap)
190 $LD $nhi,$BNSZ($np)
217 $LD $aj,($aj)
218 $LD
[all...]
H A Dmips.pl63 $LD="ld";
78 $LD="lw";
169 $LD $t0,0($a1)
171 $LD $t1,0($a0)
172 $LD $t2,$BNSZ($a1)
173 $LD $t3,$BNSZ($a0)
174 $LD $ta0,2*$BNSZ($a1)
175 $LD $ta1,2*$BNSZ($a0)
189 $LD $ta2,3*$BNSZ($a1)
190 $LD
[all...]
/freebsd-12-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-12-stable/stand/i386/gptzfsboot/
H A DMakefile60 ${LD} ${LD_FLAGS} -e start --defsym ORG=${ORG1} -T ${LDSCRIPT} -o ${.TARGET} gptldr.o
70 ${LD} ${LD_FLAGS} --defsym ORG=${ORG2} -T ${LDSCRIPT} -o ${.TARGET} ${.ALLSRC} ${LIBSA32}
/freebsd-12-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-12-stable/stand/i386/zfsboot/
H A DMakefile52 ${LD} ${LD_FLAGS} -e start --defsym ORG=${ORG1} -T ${LDSCRIPT} -o ${.TARGET} zfsldr.o
78 ${LD} ${LD_FLAGS} --defsym ORG=${ORG2} -T ${LDSCRIPT} -o ${.TARGET} ${.ALLSRC} ${LIBSA32}
/freebsd-12-stable/sys/contrib/libsodium/dist-build/
H A Dnativeclient-pnacl.sh11 export LD=${LD-"pnacl-ld"}
/freebsd-12-stable/share/mk/
H A Dbsd.linker.mk29 .for ld X_ in LD $${_empty_var_} XLD X_
30 .if ${ld} == "LD" || !empty(XLD)
33 # LD and LINKER_* settings here.
53 .if ${ld} == "LD" || (${ld} == "XLD" && ${XLD} != ${LD})
96 # Use LD's values
101 .endif # ${ld} == "LD" || (${ld} == "XLD" && ${XLD} != ${LD})
111 .endif # ${ld} == "LD" || !empty(XLD)
112 .endfor # .for ld in LD XL
[all...]
/freebsd-12-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-mips.pl94 $LD="ld"; # load from memory
109 $LD="lw"; # load from memory
139 ${LD} @X[1],`($i+1)*$SZ`($inp)
141 ${LD}l @X[1],`($i+1)*$SZ+$MSB`($inp)
142 ${LD}r @X[1],`($i+1)*$SZ+$LSB`($inp)
201 $LD $tmp2,`$i*$SZ`($Ktbl) # K[$i]
227 $LD $tmp2,`$i*$SZ`($Ktbl) # K[$i]
251 $LD @X[3],`(($i+3)%16)*$SZ`($sp) # prefetch from ring buffer
355 $LD $A,0*$SZ($ctx) # load context
356 $LD
[all...]
H A Dsha512-s390x.pl80 $LD="lg"; # load from memory
94 $LD="llgf"; # load from memory
115 $LD $T1,`$i*$SZ`($inp) ### $i
153 $LD $T1,`$stdframe+$SZ*(($i+1)%16)`($sp) ### $i
154 $LD $t1,`$stdframe+$SZ*(($i+14)%16)`($sp)
271 $LD $A,`0*$SZ`($ctx)
272 $LD $B,`1*$SZ`($ctx)
273 $LD $C,`2*$SZ`($ctx)
274 $LD $D,`3*$SZ`($ctx)
275 $LD
[all...]
/freebsd-12-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-12-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-12-stable/crypto/openssh/openbsd-compat/regress/
H A DMakefile.in8 LD=@LD@
/freebsd-12-stable/contrib/pam_modules/pam_passwdqc/
H A DMakefile6 LD = ld macro
31 $(LD) $(LDFLAGS) $(OBJS) -o $(LIBSHARED)
/freebsd-12-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-12-stable/contrib/bearssl/conf/
H A DUnixClang.mk10 LD = clang macro
H A Dsamd20.mk14 LD = arm-none-eabi-gcc macro
/freebsd-12-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-12-stable/lib/csu/i386/
H A DMakefile34 ${LD} ${_LDFLAGS} -o gcrt1.o -r crt1_s.o gcrt1_c.o
44 ${LD} ${_LDFLAGS} -o crt1.o -r crt1_s.o crt1_c.o
55 ${LD} ${_LDFLAGS} -o Scrt1.o -r crt1_s.o Scrt1_c.o
/freebsd-12-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-12-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-12-stable/usr.bin/tip/tip/
H A Dremote.c130 if (!LD && (cgetnum(bp, "ld", &LD) == -1))
131 LD = TTYDISC;

Completed in 478 milliseconds

1234567891011>>