HomeSort by relevance Sort by last modified time
    Searched refs:LD (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/clearsilver/util/test/
Makefile 60 $(LD) $@ $(ULISTTEST_OBJ) $(LDFLAGS) $(LIBS)
63 $(LD) $@ $(HDFTEST_OBJ) $(LDFLAGS) $(LIBS)
66 $(LD) $@ $(HDFSORTTEST_OBJ) $(LDFLAGS) $(LIBS)
69 $(LD) $@ $(HDFDEALLOCTEST_OBJ) $(LDFLAGS) $(LIBS)
72 $(LD) $@ $(HDFLOADTEST_OBJ) $(LDFLAGS) $(LIBS) # -lefence
75 $(LD) $@ $(LISTDIRTEST_OBJ) $(LDFLAGS) $(LIBS)
78 $(LD) $@ $(HDFCOPYTEST_OBJ) $(LDFLAGS) $(LIBS) # -lefence
81 $(LD) $@ $(NETTEST_OBJ) $(LDFLAGS) $(LIBS)
84 $(LD) $@ $(DATETEST_OBJ) $(LDFLAGS) $(LIBS)
87 $(LD) $@ $(HASHTEST_OBJ) $(LDFLAGS) $(LIBS) # -lefenc
    [all...]
  /external/openssl/crypto/bn/asm/
ppc.pl 110 $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)
    [all...]
ppc-mont.pl 36 $LD= "lwz"; # load
48 $POP= $LD;
57 $LD= "ld"; # load
69 $POP= $LD;
141 $LD $n0,0($n0) ; pull n0[0] value
145 $LD $m0,0($bp) ; m0=bp[0]
146 $LD $aj,0($ap) ; ap[0]
151 $LD $aj,$BNSZ($ap) ; ap[1]
152 $LD $nj,0($np) ; np[0
    [all...]
  /external/bison/djgpp/
config.site 75 LD=${LD='ld'}
  /external/sonivox/arm-fm-22k/host_src/
arm-fm-22k.mak 5 # Set the paths to the tools (CC, AR, LD, etc.)
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
24 $(LD) -o $@ $(OBJS) libarm-fm-22k.a -lm
  /external/sonivox/arm-hybrid-22k/host_src/
arm-hybrid-22k.mak 5 # Set the paths to the tools (CC, AR, LD, etc.)
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
24 $(LD) -o $@ $(OBJS) libarm-hybrid-22k.a -lm
  /external/sonivox/arm-wt-22k/host_src/
arm-wt-22k.mak 5 # Set the paths to the tools (CC, AR, LD, etc.)
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
24 $(LD) -o $@ $(OBJS) libarm-wt-22k.a -lm
  /external/qemu/android/build/
common.sh 216 LD=$MINGW32_CC
279 if [ -z "$LD" ] ; then
280 LD=$CC
284 OLD_LD=$LD
285 LD=gcc
289 LD=$OLD_LD
295 log "LD : linker check ok ($LD)"
316 log2 "Link : $LD -o $TMPE $TMPO $LDFLAGS"
317 $LD -o $TMPE $TMPO $LDFLAGS 2> $TMP
    [all...]
  /external/clearsilver/imd/
Makefile 22 $(LD) $@ $(IMD_OBJ) $(LIBS)
  /ndk/build/core/
ndk-common.sh 356 if [ -z "$LD" ] ; then
357 LD="$CC"
370 LD="$LD -m32"
392 OLD_LD="$LD"
393 LD="$CC"
397 LD="$OLD_LD"
403 log2 "Using '$LD' as the linker"
404 log "LD : linker check ok ($LD)"
    [all...]
  /external/libpng/contrib/pngminim/decoder/
makefile 6 LD=$(CC)
36 $(LD) -o pngm2pnm$(E) $(OBJS)
  /external/libpng/contrib/pngminim/encoder/
makefile 6 LD=$(CC)
35 $(LD) -o pnm2pngm$(E) $(OBJS)
  /sdk/emulator/qtools/tests/
common_head.mk 2 LD := arm-elf-ld
13 $(CC) $(CFLAGS) -Xlinker --script ../tests.ld -o $@ $< -nostdlib
19 $(CC) $(CFLAGS) -Xlinker --script ../tests.ld -nostdlib -o $@ $<
  /external/openssl/crypto/sha/asm/
sha512-ppc.pl 46 $POP="ld";
72 $LD="ld";
84 $LD="lwz";
123 $LD $T,`$i*$SZ`($Tbl)
210 $LD $A,`0*$SZ`($ctx)
212 $LD $B,`1*$SZ`($ctx)
213 $LD $C,`2*$SZ`($ctx)
214 $LD $D,`3*$SZ`($ctx)
215 $LD $E,`4*$SZ`($ctx
    [all...]
sha512-s390x.pl 53 $LD="lg"; # load from memory
67 $LD="llgf"; # load from memory
87 $LD $T1,`$i*$SZ`($inp) ### $i
125 $LD $T1,`160+$SZ*(($i+1)%16)`($sp) ### $i
126 $LD $t1,`160+$SZ*(($i+14)%16)`($sp)
247 $LD $A,`0*$SZ`($ctx)
248 $LD $B,`1*$SZ`($ctx)
249 $LD $C,`2*$SZ`($ctx)
250 $LD $D,`3*$SZ`($ctx)
251 $LD $E,`4*$SZ`($ctx
    [all...]
sha512-sparcv9.pl 56 $LD="ldx"; # load from memory
82 $LD="ld"; # load from memory
166 ld [$inp+0],%l0
167 ld [$inp+4],%l1
168 ld [$inp+8],%l2
169 ld [$inp+12],%l3
170 ld [$inp+16],%l4
171 ld [$inp+20],%l5
172 ld [$inp+24],%l
    [all...]
  /external/bison/build-aux/
config.rpath 17 # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
109 wl='-Qoption ld '
151 # Set some defaults for GNU ld with shared library support. These
155 # option of GNU ld is called -rpath, not --rpath.
176 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
186 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
197 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
206 if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
208 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
215 case `$LD -v 2>&1` i
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
arm-fm-22k_lib.mak 5 # Set the paths to the tools (CC, AR, LD, etc.)
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
  /external/sonivox/arm-hybrid-22k/lib_src/
arm-hybrid-22k_lib.mak 5 # Set the paths to the tools (CC, AR, LD, etc.)
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
  /external/sonivox/arm-wt-22k/lib_src/
arm-wt-22k_lib.mak 5 # Set the paths to the tools (CC, AR, LD, etc.)
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
  /external/clearsilver/cgi/
Makefile 33 $(LD) $@ $(STATIC_OBJ) $(LDFLAGS) $(DLIBS) $(LIBS)
39 $(LD) $@ $(CGICSTEST_OBJ) $(LDFLAGS) $(DLIBS) $(LIBS)
  /external/libpng/contrib/pngminim/preader/
makefile 6 LD=$(CC)
52 $(LD) -o rpng2-x$(E) $(OBJS) $(LIBS)
  /external/jpeg/
ltconfig 96 old_LD="$LD"
133 --with-gnu-ld assume that the C compiler uses the GNU linker
157 --with-gnu-ld) with_gnu_ld=yes ;;
518 wl='-Qoption ld '
618 # Make sure LD is an absolute path.
619 if test -z "$LD"; then
620 ac_prog=ld
622 # Check if gcc -print-prog-name=ld gives a path.
623 echo $ac_n "checking for ld used by GCC... $ac_c" 1>&6
624 echo "$progname:624: checking for ld used by GCC" >&
    [all...]
  /external/clearsilver/cs/
Makefile 46 $(LD) $@ $(CSTEST_OBJ) $(LDFLAGS) $(LIBS) # -lefence
49 $(LD) $@ $(CSR_OBJ) $(LDFLAGS) $(LIBS) # -lefence
52 $(LD) $@ $(CSDUMP_OBJ) $(LDFLAGS) $(LIBS)
  /external/zlib/contrib/delphi/
zlibd32.mak 11 LD = bcc32
85 $(LD) $(LDFLAGS) example.obj $(ZLIB_LIB)
88 $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB)

Completed in 501 milliseconds

1 2 3