Home
last modified time | relevance | path

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

12345

/toolchain/binutils/binutils-2.25/config/
Dlib-ld.m415 [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], acl_cv_prog_gnu_ld,
17 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
25 dnl From libtool-1.4. Sets the variable LD.
65 test -z "$LD" && LD="$ac_prog"
82 [if test -z "$LD"; then
100 acl_cv_path_LD="$LD" # Let the user override the test with a path.
102 LD="$acl_cv_path_LD"
103 if test -n "$LD"; then
104 AC_MSG_RESULT($LD)
108 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
Dld-symbolic.m411 [AC_CACHE_CHECK([if the GNU linker ($LD) supports -Bsymbolic-functions],
16 if $LD --help 2>&1 </dev/null | grep Bsymbolic-functions 1>&5; then
30 [AC_CACHE_CHECK([if the GNU linker ($LD) supports --dynamic-list-cpp-new],
36 if $LD --help 2>&1 </dev/null | grep dynamic-list-cpp-new 1>&5; then
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/z80/
Datend.s5 LD A, offsetAtStart
6 LD A, (IX + offsetAtStart)
8 LD A, offsetAtEnd
9 LD A, (IX + offsetAtEnd)
Dill_op.s2 LD HL,(SP+0)
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/arch/
Darch.exp74 global LD
85 send_log "$LD $flags -r -o ${rootname1}_${rootname2}.o $file1 $file2\n"
86 catch "exec $LD $flags -r -o ${rootname1}_${rootname2}.o $file1 $file2" ld_output
117 global link_output LD
126 send_log "$LD -r -o ${rootname1}_${rootname2}.o $file1 $file2\n"
127 catch "exec $LD -r -o ${rootname1}_${rootname2}.o $file1 $file2" ld_output
/toolchain/binutils/binutils-2.25/
Dconfig.rpath146 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
471 case $LD in
DMakefile.in161 LD="$(LD_FOR_BUILD)"; export LD; \
201 LD="$(LD)"; export LD; \
283 LD="$(COMPILER_LD_FOR_TARGET)"; export LD; \
396 LD = @LD@
3545 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
3570 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
3595 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
3620 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
3645 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
3671 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
[all …]
Dlibtool.m4218 test -z "$LD" && LD=ld
1197 LD="${LD-ld} -melf32bsmip"
1200 LD="${LD-ld} -melf32bmipn32"
1203 LD="${LD-ld} -melf64bmip"
1209 LD="${LD-ld} -32"
1212 LD="${LD-ld} -n32"
1215 LD="${LD-ld} -64"
1232 LD="${LD-ld} -m elf_i386_fbsd"
1237 LD="${LD-ld} -m elf32_x86_64"
1240 LD="${LD-ld} -m elf_i386"
[all …]
/toolchain/binutils/binutils-2.25/opcodes/
Dia64-opc-m.c1850 #define LD(a,b,c) M2, OpMXX6aHint (6, 1, 1, a, b), {F1, F2, MR3, c}, POSTINC, 0, NULL macro
1851 {"ldfps", LD (0x02, 0, C8)},
1852 {"ldfps.nt1", LD (0x02, 1, C8)},
1853 {"ldfps.nta", LD (0x02, 3, C8)},
1854 {"ldfpd", LD (0x03, 0, C16)},
1855 {"ldfpd.nt1", LD (0x03, 1, C16)},
1856 {"ldfpd.nta", LD (0x03, 3, C16)},
1857 {"ldfp8", LD (0x01, 0, C16)},
1858 {"ldfp8.nt1", LD (0x01, 1, C16)},
1859 {"ldfp8.nta", LD (0x01, 3, C16)},
[all …]
Dconfigure5396 test -z "$LD" && LD="$ac_prog"
5417 if test -z "$LD"; then
5439 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5443 LD="$lt_cv_path_LD"
5444 if test -n "$LD"; then
5445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5446 $as_echo "$LD" >&6; }
5451 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5453 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
[all …]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Darmv8-a-barrier.s11 dsb LD
15 dmb LD
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
Dtls32.s29 #LD
38 #LD
62 #LD
Dtls.s35 #LD
46 #LD
75 #LD
Dtlstoc.s39 #LD
59 #LD
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-spu/
Dspu.exp28 global AS ASFLAGS LD LDFLAGS READELF READELFFLAGS
41 set cmd "$LD $LDFLAGS -o tmpdir/ear tmpdir/ear.o"
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/
Dpe-compile.exp49 global LD
55 if ![ld_simple_link "$LD -e start \
/toolchain/binutils/binutils-2.25/binutils/
Dconfigure5207 test -z "$LD" && LD="$ac_prog"
5228 if test -z "$LD"; then
5250 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5254 LD="$lt_cv_path_LD"
5255 if test -n "$LD"; then
5256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5257 $as_echo "$LD" >&6; }
5262 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5264 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
[all …]
/toolchain/binutils/binutils-2.25/gprof/
Dconfigure5117 test -z "$LD" && LD="$ac_prog"
5138 if test -z "$LD"; then
5160 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5164 LD="$lt_cv_path_LD"
5165 if test -n "$LD"; then
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5167 $as_echo "$LD" >&6; }
5172 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5174 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
[all …]
/toolchain/binutils/binutils-2.25/ld/
Dconfigure5934 test -z "$LD" && LD="$ac_prog"
5955 if test -z "$LD"; then
5977 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5981 LD="$lt_cv_path_LD"
5982 if test -n "$LD"; then
5983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5984 $as_echo "$LD" >&6; }
5989 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5991 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
[all …]
/toolchain/binutils/binutils-2.25/gas/
Dconfigure5187 test -z "$LD" && LD="$ac_prog"
5208 if test -z "$LD"; then
5230 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5234 LD="$lt_cv_path_LD"
5235 if test -n "$LD"; then
5236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5237 $as_echo "$LD" >&6; }
5242 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5244 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
[all …]
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-d10v/
Dd10v.exp92 global AS LD
224 set cmd "$LD $LDFLAGS $opts(ld) -o $objfile $objfiles"
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-xtensa/
Dtlspic.dd46 # LD
54 # LD against hidden and local variables
59 # LD against hidden but not local variables
/toolchain/binutils/binutils-2.25/ld/testsuite/config/
Ddefault.exp274 if ![info exists LD] then {
275 set LD [findfile $base_dir/ld-new ./ld-new [transform ld]]
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
Dtlspic.dd99 # LD
114 # LD against hidden and local variables
129 # LD against hidden but not local variables
328 # -mcmodel=large LD
346 # -mcmodel=large LD against hidden and local variables
364 # -mcmodel=large LD against hidden but not local variables
/toolchain/binutils/binutils-2.25/bfd/
Dconfigure5672 test -z "$LD" && LD="$ac_prog"
5693 if test -z "$LD"; then
5715 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5719 LD="$lt_cv_path_LD"
5720 if test -n "$LD"; then
5721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5722 $as_echo "$LD" >&6; }
5727 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5729 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
[all …]

12345