Searched refs:ld (Results 176 - 200 of 445) sorted by relevance

1234567891011>>

/openbsd-current/gnu/lib/libreadline/examples/
H A Drlfe.c857 char *ldirname, cwd[PATH_MAX], *retdir, *ld; local
876 for (ld = ldirname; *ld; )
878 if (ISDIRSEP (ld[0]))
879 ld++;
880 else if (ld[0] == '.' && PATHSEP(ld[1]))
881 ld++;
885 ldlen = (ld && *ld)
[all...]
/openbsd-current/sys/arch/hppa/conf/
H A DMakefile.hppa43 LINKFLAGS= -X -T ld.script -Ttext 80000 --warn-common -nopie
82 SYSTEM_DEP= Makefile ${SYSTEM_OBJ} ld.script
127 ld.script: ${_machdir}/conf/ld.script
128 cp ${_machdir}/conf/ld.script $@
144 gap.link ld.script lorder makegap.sh param.c
/openbsd-current/sys/arch/alpha/conf/
H A DMakefile.alpha47 LINKFLAGS= -T ld.script -X -N -G 4 --warn-common -nopie
71 SYSTEM_DEP= Makefile ${SYSTEM_OBJ} ld.script
116 ld.script: ${_machdir}/conf/ld.script
117 cp ${_machdir}/conf/ld.script $@
133 gap.link ld.script lorder makegap.sh param.c
/openbsd-current/sys/arch/i386/conf/
H A DMakefile.i38655 LINKFLAGS= -T ld.script -X --warn-common -nopie
86 SYSTEM_DEP= Makefile ${SYSTEM_OBJ} ld.script
135 ld.script: ${_machdir}/conf/ld.script
136 cp ${_machdir}/conf/ld.script $@
161 gap.link gapdummy.c ld.script lorder makegap.sh param.c
/openbsd-current/sys/arch/macppc/conf/
H A DMakefile.macppc55 LINKFLAGS= -N -T ld.script --warn-common -nopie
86 SYSTEM_DEP= Makefile ${SYSTEM_OBJ} ld.script
131 ld.script: ${_machdir}/conf/ld.script
132 cp ${_machdir}/conf/ld.script $@
152 gap.link gapdummy.c ld.script lorder makegap.sh param.c
/openbsd-current/sys/arch/luna88k/conf/
H A DMakefile.luna88k47 LINKFLAGS= -T ld.script -Ttext 0x80000 -e __start -X -N --warn-common -nopie
75 SYSTEM_DEP= Makefile ${SYSTEM_OBJ} ld.script
120 ld.script: ${_machdir}/conf/ld.script
121 cp ${_machdir}/conf/ld.script $@
137 gap.link ld.script lorder makegap.sh param.c
/openbsd-current/sys/arch/sparc64/conf/
H A DMakefile.sparc6453 LINKFLAGS= -n -T ld.script --warn-common -nopie
77 SYSTEM_DEP= Makefile ${SYSTEM_OBJ} ld.script
122 ld.script: ${_machdir}/conf/ld.script
123 cp ${_machdir}/conf/ld.script $@
139 gap.link ld.script lorder makegap.sh param.c
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/
H A Dfrv.inc13 ld @(fp,gr0), fp
/openbsd-current/sys/arch/octeon/stand/
H A DMakefile.inc22 LD?= ld
/openbsd-current/gnu/usr.bin/perl/hints/
H A Dbitrig.sh34 ld=${cc:-cc}
40 # We need to force ld to export symbols on ELF platforms.
H A Dsco.sh48 # -I use ld to link which is distributed with the core OS distribution, so you
132 # We use ld to build shared libraries as it is always available
143 ld='ld'
176 # We need to remove libdl, as libdl.so exists, but ld complains
H A Dminix.sh17 if test -f /usr/libexec/ld.elf_so; then
25 elif test -f /usr/libexec/ld.so; then
/openbsd-current/gnu/usr.bin/perl/vms/
H A Dmyconfig.com144 $ if (p8.nes."").and.($ld.nes."") then $ld = $ld + " DBG='"+p8+"'"
154 $ ECHO " cc=''$cc', optimize=''$optimize', ld=''$ld'"
/openbsd-current/sys/arch/hppa/stand/cdboot/
H A DMakefile24 LD?= ld
26 LDFLAGS+=-T ${.CURDIR}/ld.script -Map cdboot.map
/openbsd-current/sys/arch/loongson/loongson/
H A Dlocore.S109 ld a0, 0(t0)
111 ld sp, 0(t0)
/openbsd-current/sys/arch/hppa/stand/boot/
H A DMakefile23 LD?= ld
25 LDFLAGS+=-T ${.CURDIR}/ld.script -Map boot.map
/openbsd-current/libexec/login_ldap/
H A Dutil.c365 ctx->ld = aldap_init(fd);
366 if (ctx->ld == NULL) {
375 if (aldap_req_starttls(ctx->ld) == -1) {
380 if ((m = aldap_parse(ctx->ld)) == NULL) {
385 if (ctx->ld->msgid != m->msgid ||
413 if (aldap_tls(ctx->ld, tls_config, url->host) < 0) {
414 aldap_get_errno(ctx->ld, &errstr);
421 aldap_close(ctx->ld);
/openbsd-current/lib/libc/arch/powerpc64/sys/
H A Dbrk.S40 ld %r5, .LC0@toc@l(%r5) /* # %r5 = &_end */
/openbsd-current/lib/libc/arch/sparc64/gen/
H A Dsigsetjmp.S59 ld [%i0 + 8*14], %g1
/openbsd-current/gnu/usr.bin/binutils/include/aout/
H A Dsun4.h69 The contents are filled in at run time by ld.so. */
73 bfd_byte ld[4]; member in struct:external_sun4_dynamic
87 ld.so and probably by dlopen. */
104 the man page, ld.so implicitly adds ${LD_LIBRARY_PATH} to the
127 These instructions are changed by ld.so into a jump directly into
128 ld.so itself. Each subsequent entry is
135 defined in a shared object (if it is not, ld.so will report a
141 ld.so. ld.so looks at the reloc number, available via the return
147 called. The relocation is expensive because ld
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixinc.dgux96 dest=`ls -ld $file | sed -n 's/.*-> //p'`
212 dest=`ls -ld $file | sed -n 's/.*-> //p'`
/openbsd-current/gnu/usr.bin/binutils-2.17/include/aout/
H A Dsun4.h69 The contents are filled in at run time by ld.so. */
73 bfd_byte ld[4]; member in struct:external_sun4_dynamic
87 ld.so and probably by dlopen. */
104 the man page, ld.so implicitly adds ${LD_LIBRARY_PATH} to the
127 These instructions are changed by ld.so into a jump directly into
128 ld.so itself. Each subsequent entry is
135 defined in a shared object (if it is not, ld.so will report a
141 ld.so. ld.so looks at the reloc number, available via the return
147 called. The relocation is expensive because ld
[all...]
/openbsd-current/sys/lib/libkern/arch/sparc64/
H A DSYS.h58 ld [%g1+cerror],%g2; jmp %g2; nop
/openbsd-current/sys/arch/powerpc64/powerpc64/
H A Dlocore0.S57 ld %r4, -0x8000(%r2)
/openbsd-current/gnu/llvm/lld/MachO/
H A DOutputSegment.h29 constexpr const char ld[] = "__LD"; // output only with -r member in namespace:lld::macho::segment_names

Completed in 663 milliseconds

1234567891011>>