Searched refs:ld (Results 1 - 25 of 271) sorted by path

1234567891011

/freebsd-9.3-release/
H A DMakefile.inc1565 cd ${.CURDIR}/libexec/rtld-elf; PROG=ld-elf32.so.1 ${LIB32WMAKE} \
584 PROG=ld-elf32.so.1 ${LIB32IMAKE} ${.TARGET:S/32$//}
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Docs/Examples/
H A Doneliners_examples.txt28 0 14 open:entry man /var/ld/ld.config
35 0 14 open:entry sh /var/ld/ld.config
37 0 14 open:entry neqn /var/ld/ld.config
40 0 14 open:entry tbl /var/ld/ld.config
43 0 14 open:entry nroff /var/ld/ld
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Examples/
H A Doneliners_examples.txt28 0 14 open:entry man /var/ld/ld.config
35 0 14 open:entry sh /var/ld/ld.config
37 0 14 open:entry neqn /var/ld/ld.config
40 0 14 open:entry tbl /var/ld/ld.config
43 0 14 open:entry nroff /var/ld/ld
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/
H A Dinstall79 ls -ld "$basename" | awk '{ print ".\t\t",$1,$2,$3,$4,"..." }'
80 owner=`ls -ld "$basename" | awk '{ print $3 }'`
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.manypids.ksh37 for lib in `ls -1 /lib/lib*.so.1 | grep -v ld.so.1`; do
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/typedef/
H A Dtst.TypedefDataAssign.d96 new_long_double ld;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/vars/
H A Dtst.ucaller.ksh29 # This test is a bit naughty; it's assuming that ld.so.1 has an implementation
30 # of calloc(3C), and that it's implemented in terms of the ld.so.1
42 pid\$target:ld.so.1:calloc:entry
47 pid\$target:ld.so.1:malloc:entry
53 pid\$target:ld.so.1:calloc:return
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/sgs/messages/
H A Dsgs.ident47 MSG_ID_LD 20 SUNW_OST_SGS /* sgs/ld */
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c298 "\tallow [-ld] -e <perm|@setname>[,...] "
4740 char ld[2] = { '\0', '\0' }; local
4758 ld[0] = ZFS_DELEG_NA;
4764 ld[0] = ZFS_DELEG_NA;
4771 ld[0] = ZFS_DELEG_LOCAL;
4773 ld[1] = ZFS_DELEG_DESCENDENT;
4780 ld[0] = ZFS_DELEG_LOCAL;
4782 ld[1] = ZFS_DELEG_DESCENDENT;
4789 ld[0] = ZFS_DELEG_LOCAL;
4791 ld[
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_options.c267 char *ld; local
275 if ((ld = strdup(arg)) == NULL)
279 dtp->dt_ld_path = ld;
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py43 __slots__ = "create", "sets", "local", "descend", "ld"
59 self.ld = dict()
99 # move them to ld.
104 self.ld[nwho] = self.local[nwho] & self.descend[nwho]
105 self.local[nwho] -= self.ld[nwho]
106 self.descend[nwho] -= self.ld[nwho]
114 # permissions into ld
131 s += self.__ldstr(self.ld, _("Local+Descendent permissions:\n"))
152 assert inheritchr in "ld-"
296 allow [-ld]
[all...]
/freebsd-9.3-release/contrib/amd/amd/
H A Dinfo_ldap.c189 amu_ldap_unbind(LDAP *ld) argument
210 e = ldap_unbind(ld);
281 dlog("Got timestamp for map %s: %ld\n", map, (u_long) *ts);
290 LDAP *ld; local
313 if ((ld = ldap_open(h->host, h->port)) == NULL) {
320 if (!ldap_set_option(ld, LDAP_OPT_PROTOCOL_VERSION, &gopt.ldap_proto_version)) {
321 dlog("amu_ldap_rebind: LDAP protocol version set to %ld\n",
324 plog(XLOG_WARNING, "Unable to set ldap protocol version to %ld\n",
330 if (ldap_bind_s(ld, c->who, c->pw, c->method) != LDAP_SUCCESS) {
337 ldap_enable_cache(ld, gop
[all...]
/freebsd-9.3-release/contrib/bind9/
H A Dconfig.guess903 objdump --private-headers /bin/sh | grep -q ld.so.1
H A Dltmain.sh2775 if test -f /etc/ld.so.conf; then
2776 echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
2783 echo "more information, such as the ld(1), crle(1) and ld.so(8) manual"
2787 echo "more information, such as the ld(1) and ld.so(8) manual pages."
3310 relocations are performed -- see ld's documentation on pseudo-relocs. */
4043 file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
4056 file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
7455 # Darwin ld does
[all...]
/freebsd-9.3-release/contrib/binutils/
H A DMakefile.def80 host_modules= { module= ld; bootstrap=true; };
285 dependencies = { module=configure-gcc; on=all-ld; };
365 dependencies = { module=configure-ld; on=configure-intl; };
366 dependencies = { module=all-ld; on=all-libiberty; };
367 dependencies = { module=all-ld; on=all-bfd; };
368 dependencies = { module=all-ld; on=all-opcodes; };
369 dependencies = { module=all-ld; on=all-build-bison; };
370 dependencies = { module=all-ld; on=all-build-byacc; };
371 dependencies = { module=all-ld; on=all-build-flex; };
372 dependencies = { module=all-ld; o
[all...]
H A Dconfig.guess924 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
963 # problems with other programs or directories called `ld' in the path.
964 # Set LC_ALL=C to ensure ld outputs messages in English.
965 ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \
H A Dconfigure1835 # binutils, gas and ld appear in that order because it makes sense to run
1837 host_tools="texinfo byacc flex bison binutils gas ld fixincludes gcc sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar gnattools"
1935 # Make sure we don't let GNU ld be added if we didn't want it.
1938 noconfigdirs="$noconfigdirs ld"
2115 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
2119 noconfigdirs="$noconfigdirs ld gas gdb gprof"
2179 # ld works, but does not support shared libraries.
2182 noconfigdirs="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
2185 noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss ${libgcj}"
2250 noconfigdirs="$noconfigdirs ld targe
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dconfigure1027 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
4393 # Check whether --with-gnu-ld or --without-gnu-ld was given.
4400 ac_prog=ld
4402 # Check if gcc -print-prog-name=ld gives a path.
4403 echo "$as_me:$LINENO: checking for ld used by $CC" >&5
4404 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
4408 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4410 ac_prog=`($CC -print-prog-name=ld)
[all...]
H A Dsunos.c161 dynoff = GET_WORD (abfd, dyninfo.ld);
2774 esd.ld);
/freebsd-9.3-release/contrib/binutils/binutils/
H A DMakefile.am341 ldname=`echo ld | sed '$(transform)'`; \
H A Dconfigure1025 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1026 --with-gnu-ld assume the C compiler uses GNU ld default=no
4224 # Check whether --with-gnu-ld or --without-gnu-ld was given.
4231 ac_prog=ld
4233 # Check if gcc -print-prog-name=ld gives a path.
4234 echo "$as_me:$LINENO: checking for ld used by $CC" >&5
4235 echo $ECHO_N "checking for ld use
[all...]
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c15011 tCM(ld,sh, 01000f0, ldrsh, 2, (RR, ADDRGLDRS), ldstv4, t_ldst),
15012 tCM(ld,sb, 01000d0, ldrsb, 2, (RR, ADDRGLDRS), ldstv4, t_ldst),
17982 _("bad immediate value for offset (%ld)"),
18006 as_bad (_("bad immediate value for 8-bit offset (%ld)"),
18020 _("bad immediate value for offset (%ld)"), (long) value);
18688 _("invalid immediate: %ld is too large"),
18700 _("invalid shift value: %ld"), (long) value);
H A Dtc-mips.c431 (HAVE_32BIT_ADDRESSES ? "lw" : "ld")
4550 * constant expression in the first 64k of memory (ie ld $2,0x4000c) we
6095 goto ld;
6098 goto ld;
6101 goto ld;
6104 goto ld;
6107 goto ld;
6112 goto ld;
6117 goto ld;
6122 goto ld;
[all...]
/freebsd-9.3-release/contrib/binutils/gas/
H A Dconfigure1025 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
3486 # Check whether --with-gnu-ld or --without-gnu-ld was given.
3493 ac_prog=ld
3495 # Check if gcc -print-prog-name=ld gives a path.
3496 echo "$as_me:$LINENO: checking for ld used by $CC" >&5
3497 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
3501 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3503 ac_prog=`($CC -print-prog-name=ld)
[all...]
H A Dread.c1468 as_warn (_("size (%ld) out of range, ignored"), (long) temp);
1497 as_warn (_("size of \"%s\" is already %ld; not changing to %ld"),
1899 as_warn (_(".fail %ld encountered"), (long) temp);
1901 as_bad (_(".fail %ld encountered"), (long) temp);
5443 as_bad (_("skip (%ld) or count (%ld) invalid for file size (%ld)"),
5450 as_bad (_("could not skip to %ld in file `%s'"), skip, path);
5459 as_warn (_("truncated file `%s', %ld o
[all...]

Completed in 411 milliseconds

1234567891011