Searched refs:ld (Results 126 - 150 of 445) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/binutils-2.17/
H A Dltcf-cxx.sh70 # Check if GNU C++ uses GNU ld as the underlying linker, since the
71 # archiving commands below assume that GNU ld is being used. The
75 # use GNU ld, we may lose. This is ok for the toolchain tree, since
92 # ancient GNU ld didn't support --whole-archive et. al.
93 if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
104 # linker, instead of GNU ld. If possible, this setting should
131 # When large executables or shared objects are built, AIX ld can
248 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
357 output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest.so 2>&1 | egrep "ld"`; rm -f libconftest.so; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
383 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templis
[all...]
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Ddarwin-asm.h45 #define lg MODE_CHOICE(lwz, ld)
/openbsd-current/gnu/usr.bin/gcc/contrib/regression/
H A Dobjs-gcc.sh106 make all-gdb all-dejagnu all-ld || exit 1
107 make install-gdb install-dejagnu install-ld || exit 1
/openbsd-current/sys/arch/amd64/stand/mbr/
H A DMakefile12 LD=ld
/openbsd-current/sys/arch/i386/stand/mbr/
H A DMakefile11 LD=ld
/openbsd-current/gnu/usr.bin/perl/hints/
H A Dposix-bc.sh115 case "$ld" in
116 '') ld=$bs2000_ld ;;
H A Dmirbsd.sh24 ld=$cc
28 # We need to force ld to export symbols on ELF platforms.
H A Dvos.sh50 ld=${CC-"gcc"}
90 # Flags passed to $ld to produce shared libraries.
/openbsd-current/lib/libelf/
H A Delf_flag.c59 struct _Libelf_Data *ld; local
70 ld = (struct _Libelf_Data *) d;
73 r = ld->d_flags |= flags;
75 r = ld->d_flags &= ~flags;
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/
H A D00-have-compiler.t88 $b->{config}{ld} = $bogus_path;
97 $b->{config}{ld} = $run_perl;
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/ppc/
H A DDD.h7 long double ld; member in union:__anon48
H A Dfixunstfdi.c11 const DD x = {.ld = input};
/openbsd-current/lib/libc/arch/riscv64/sys/
H A Dsbrk.S35 ld a2, 0(t1)
H A Dbrk.S32 ld t5, 0(t1)
/openbsd-current/sys/arch/octeon/conf/
H A DMakefile.octeon17 LD?= ld ${ENDIAN}
58 LINKFLAGS= -e start -T ld.script -Ttext=${LINK_ADDRESS} --warn-common -nopie
82 SYSTEM_DEP= Makefile ${SYSTEM_OBJ} ld.script
127 ld.script: ${_machdir}/conf/ld.script
135 ${_machdir}/conf/ld.script > $@.tmp
138 cp ${_machdir}/conf/ld.script $@
159 gap.link gapdummy.c ld.script lorder makegap.sh param.c
/openbsd-current/lib/libc/arch/powerpc64/sys/
H A Dsbrk.S49 ld %r5, 0(%r6) /* # %r5 = *%r6 (old_curbrk) */
/openbsd-current/lib/libc/arch/m88k/
H A DSYS.h63 ld reg, %r25, %r11
70 ld %r11, %r25, __CONCAT(sym,#got_rel); \
71 ld reg, %r11, %r0
73 ld %r11, %r25, __CONCAT(sym,#got_rel); \
/openbsd-current/gnu/usr.bin/texinfo/m4/
H A DMakefile.am13 lib-ld.m4 \
/openbsd-current/lib/libc/arch/mips64/sys/
H A Dcerror.S55 ld t9, 0(v0)
/openbsd-current/gnu/usr.bin/perl/plan9/
H A Dmyconfig.plan931 ld='$ld', ldflags ='$ldflags'
/openbsd-current/sys/arch/powerpc64/stand/
H A DMakefile.inc21 LD?= ld
/openbsd-current/sys/arch/loongson/stand/
H A DMakefile.inc15 LD?= ld
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/ve/
H A Dgrow_stack.S21 ld %s63, 0x18(,%tp) # load param area
H A Dgrow_stack_align.S21 ld %s63, 0x18(,%tp) # load param area
/openbsd-current/sys/arch/riscv64/stand/efiboot/
H A Dstart.S164 ld a0, 0(sp)
165 ld a1, 8(sp)

Completed in 160 milliseconds

1234567891011>>