Home
last modified time | relevance | path

Searched refs:LD (Results 1 – 17 of 17) sorted by relevance

/f-stack/app/redis-5.0.5/src/modules/
H A DMakefile24 $(LD) -o $@ $< $(SHOBJ_LDFLAGS) $(LIBS) -lc
29 $(LD) -o $@ $< $(SHOBJ_LDFLAGS) $(LIBS) -lc
34 $(LD) -o $@ $< $(SHOBJ_LDFLAGS) $(LIBS) -lpthread -lc
39 $(LD) -o $@ $< $(SHOBJ_LDFLAGS) $(LIBS) -lc
44 $(LD) -o $@ $< $(SHOBJ_LDFLAGS) $(LIBS) -lc
53 $(LD) -o $@ $< $(SHOBJ_LDFLAGS) $(LIBS) -lc
/f-stack/freebsd/contrib/openzfs/config/
H A Dconfig.rpath195 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 in
H A Dlib-ld.m413 [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], [acl_cv_prog_gnu_ld],
15 case `$LD -v 2>&1 </dev/null` in
26 dnl From libtool-2.4. Sets the variable LD.
50 if test -n "$LD"; then
59 if test -n "$LD"; then
159 LD="$acl_cv_path_LD"
161 if test -n "$LD"; then
162 AC_MSG_RESULT([$LD])
H A Dlib-link.m4130 AC_REQUIRE([AC_LIB_PROG_LD]) dnl we use $LD, $with_gnu_ld
134 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
/f-stack/freebsd/contrib/libsodium/dist-build/
H A Dnativeclient-pnacl.sh11 export LD=${LD-"pnacl-ld"}
/f-stack/app/redis-5.0.5/tests/modules/
H A DMakefile24 $(LD) -o $@ $< $(SHOBJ_LDFLAGS) $(LIBS) -lc
/f-stack/freebsd/contrib/device-tree/Bindings/display/panel/
H A Dsharp,ld-d5116z01b.yaml7 title: Sharp LD-D5116Z01B 12.3" WUXGA+ eDP panel
/f-stack/freebsd/mips/nlm/
H A Dfiles.xlp26 …M/nlm/dev/net/ucore/crt0_basic.S $S/$M/nlm/dev/net/ucore/ucore_app.c && ${LD} -melf32btsmip_fbsd …
/f-stack/freebsd/arm/freescale/imx/
H A Dfiles.imx657 …compile-with "${LD} -m ${LD_EMULATION} -b binary -d -warn-common -r -d -o ${.TARGET} sdma-imx6q.bi…
/f-stack/mk/
H A Dkern.pre.mk96 SYSTEM_LD= @${LD} -Bdynamic -T ${LDSCRIPT} ${LDFLAGS} --no-warn-mismatch \
/f-stack/app/nginx-1.16.1/auto/cc/
H A Dmsvc138 #MODULE_LINK="-LD $NGX_OBJS/nginx.lib"
/f-stack/freebsd/kern/
H A Dkern_ubsan.c1407 long double LD; local
1420 ASSERT(sizeof(LD) > sizeof(uint64_t));
1428 memcpy(&LD, pNumber, sizeof(long double));
1429 snprintf(pBuffer, zBUfferLength, "%Lg", LD);
/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_rxtx.c380 RX_NORMAL_DESC3, LD)) { in eth_axgbe_recv_scattered_pkts()
737 AXGMAC_SET_BITS_LE(desc->desc3, TX_NORMAL_DESC3, LD, 1); in axgbe_xmit_hw()
/f-stack/freebsd/contrib/device-tree/scripts/
H A DKbuild.include151 $(CC) /dev/null -c -o "$$TMPO" ; $(LD) $(1) "$$TMPO" -o "$$TMP",$(1),$(2))
/f-stack/lib/
H A DMakefile630 ${LD} -d -r -o $*.ro ${ASM_OBJS} ${OBJS}
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A Dconfigure8619 case $LD in
8621 ac_cv_path_LD="$LD" # Let the user override the test with a path.
8643 LD=$ac_cv_path_LD
8644 if test -n "$LD"; then
8645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8646 $as_echo "$LD" >&6; }
H A Dconfigure.ac652 DSO_LDFLAGS="-LD"
816 AC_PATH_PROG([LD], [ld], [false], [$PATH])