Searched refs:rpath (Results 1 - 25 of 108) sorted by relevance

12345

/freebsd-11-stable/tools/regression/tls/ttls1/
H A DMakefile4 LDFLAGS+= -L../libxx -lxx -Wl,--rpath=${.OBJDIR}/../libxx
5 LDFLAGS+= -L../libyy -lyy -Wl,--rpath=${.OBJDIR}/../libyy
/freebsd-11-stable/lib/libc/tests/tls/
H A DMakefile27 LDFLAGS.tls_dynamic_test+= -Wl,-rpath,${TESTSDIR} -L${DSODIR}
31 LDFLAGS.tls_dlopen_test+= -Wl,-rpath,${TESTSDIR} -Wl,-export-dynamic
/freebsd-11-stable/tools/regression/tls/ttls3/
H A DMakefile7 CFLAGS+= -Wl,--rpath=${.OBJDIR}
16 ld $(LDFLAGS) tls-test.o libtls.so.1 -rpath=${.OBJDIR} -soname libtls-test.so.1 -o libtls-test.so.1
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_emul.c187 char *rpath; local
203 imgp->interpreter_name, UIO_SYSSPACE, &rpath, 0, local
205 if (rpath != NULL)
207 imgp->interpreter_name = rpath;
/freebsd-11-stable/crypto/openssl/
H A DMakefile.shared156 DO_GNU_APP=LDFLAGS="$(CFLAGS) -Wl,-rpath,$(LIBRPATH)"
206 LDFLAGS="$(CFLAGS) -Wl,-rpath,$(LIBPATH)"; \
360 LDFLAGS="$(CFLAGS) -rpath $(LIBRPATH)"; \
491 @LDFLAGS="$(CFLAGS) -Wl,-rpath,$(LIBRPATH)"; \
594 symlink.cygwin symlink.alpha-osf1 symlink.tru64 symlink.tru64-rpath symlink.beos:
620 link_o.tru64-shared-rpath: link_o.tru64-rpath
621 link_a.tru64-shared-rpath: link_a.tru64-rpath
622 link_app.tru64-shared-rpath
[all...]
/freebsd-11-stable/kerberos5/
H A DMakefile.inc16 LDAPLDFLAGS= -L${OPENLDAPBASE}/lib -rpath ${OPENLDAPBASE}/lib
/freebsd-11-stable/contrib/dialog/package/debian/
H A Drules41 --disable-rpath-hack
/freebsd-11-stable/lib/libfigpar/
H A Dfigpar.c116 char rpath[PATH_MAX]; local
138 if (realpath(path, rpath) == 0)
142 if ((fd = open(rpath, O_RDONLY)) < 0)
/freebsd-11-stable/bin/cat/
H A Dcat.c332 char rpath[PATH_MAX]; local
341 if (realpath(path, rpath) == NULL)
343 error = getaddrinfo(rpath, NULL, &hints, &res0);
/freebsd-11-stable/sys/fs/smbfs/
H A Dsmbfs_node.c111 char *p, *rpath; local
180 rpath = malloc(rplen + 1, M_SMBNODENAME, M_WAITOK);
181 p = rpath;
191 MPASS(p == rpath + rplen);
198 np->n_rpath = rpath;
/freebsd-11-stable/contrib/ldns/packaging/fedora/
H A Dldns.spec58 %configure --disable-rpath --disable-static --with-sha2 --disable-gost \
63 (cd drill ; %configure --disable-rpath --disable-static --with-sha2 --disable-gost --with-ldns=%{buildroot}/lib/ )
64 (cd examples ; %configure --disable-rpath --disable-static --with-sha2 --disable-gost --with-ldns=%{buildroot}/lib/ )
153 - Patch for rpath in ldns-python
/freebsd-11-stable/contrib/binutils/
H A Dltmain.sh758 -rpath LIBDIR the created library will eventually be installed in LIBDIR
776 only library objects (\`.lo' files) may be specified, and \`-rpath' is
2655 rpath=
2907 rpath | xrpath)
2915 if test "$prev" = rpath; then
2916 case "$rpath " in
2918 *) rpath="$rpath $arg" ;;
3187 -rpath)
3188 prev=rpath
[all...]
/freebsd-11-stable/contrib/gdb/
H A Dltmain.sh852 rpath=
1076 rpath | xrpath)
1085 if test "$prev" = rpath; then
1086 case "$rpath " in
1088 *) rpath="$rpath $arg" ;;
1274 -rpath)
1275 prev=rpath
2030 # Make sure the rpath contains only unique directories.
2418 if test -n "$rpath"; the
[all...]
/freebsd-11-stable/usr.bin/dpv/
H A Ddpv.c63 static char rpath[PATH_MAX]; variable
86 if (realpath(file->path, rpath) == 0 ||
87 (fd = open(rpath, O_RDONLY)) < 0) {
/freebsd-11-stable/contrib/binutils/ld/
H A Dld.h205 /* Runtime library search path from the -rpath argument. */
206 char *rpath; member in struct:__anon601
208 /* Link time runtime library search path from the -rpath-link
282 /* The rpath separation character. Usually ':'. */
H A Dlexsup.c275 'R', N_("FILE"), N_("Just link symbols (if directory, same as --rpath)"),
464 { {"rpath", required_argument, NULL, OPTION_RPATH},
466 { {"rpath-link", required_argument, NULL, OPTION_RPATH_LINK},
1010 /* This can happen if the user put "-rpath,a" on the command
1018 einfo(_("%P%F: bad -rpath option\n"));
1030 libraries. This is the GNU linker -rpath argument. We
1033 we assume -rpath was meant. */
1048 if (command_line.rpath == NULL)
1049 command_line.rpath = xstrdup (optarg);
1052 size_t rpath_len = strlen (command_line.rpath);
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dprog.mk99 _PROGLDOPTS+= -Wl,-rpath-link,${DESTDIR}${SHLIBDIR}:${DESTDIR}/usr/lib \
102 _PROGLDOPTS+= -Wl,-rpath,${SHLIBDIR}:/usr/lib
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_sm_mad_ctrl.c563 char ipath[BUF_SIZE], rpath[BUF_SIZE]; local
565 int nr = sprintf(rpath, "%d", p_smp->return_path[0]);
568 nr += sprintf(rpath + nr, ",%d", p_smp->return_path[i]);
572 ipath, rpath);
/freebsd-11-stable/contrib/dialog/package/
H A Ddialog.spec50 --disable-rpath-hack
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh3745 -rpath LIBDIR the created library will eventually be installed in LIBDIR
3768 only library objects ('.lo' files) may be specified, and '-rpath' is
6555 rpath=
6820 rpath | xrpath)
6828 if test rpath = "$prev"; then
6829 case "$rpath " in
6831 *) func_append rpath " $arg" ;;
7136 -rpath)
7137 prev=rpath
8088 # Make sure the rpath contain
[all...]
/freebsd-11-stable/contrib/openpam/
H A Dltmain.sh3745 -rpath LIBDIR the created library will eventually be installed in LIBDIR
3768 only library objects ('.lo' files) may be specified, and '-rpath' is
6555 rpath=
6820 rpath | xrpath)
6828 if test rpath = "$prev"; then
6829 case "$rpath " in
6831 *) func_append rpath " $arg" ;;
7136 -rpath)
7137 prev=rpath
8088 # Make sure the rpath contain
[all...]
/freebsd-11-stable/contrib/file/
H A Dltmain.sh3748 -rpath LIBDIR the created library will eventually be installed in LIBDIR
3771 only library objects ('.lo' files) may be specified, and '-rpath' is
6558 rpath=
6823 rpath | xrpath)
6831 if test rpath = "$prev"; then
6832 case "$rpath " in
6834 *) func_append rpath " $arg" ;;
7139 -rpath)
7140 prev=rpath
8091 # Make sure the rpath contain
[all...]
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh3745 -rpath LIBDIR the created library will eventually be installed in LIBDIR
3768 only library objects ('.lo' files) may be specified, and '-rpath' is
6555 rpath=
6820 rpath | xrpath)
6828 if test rpath = "$prev"; then
6829 case "$rpath " in
6831 *) func_append rpath " $arg" ;;
7136 -rpath)
7137 prev=rpath
8090 # Make sure the rpath contain
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dltmain.sh3745 -rpath LIBDIR the created library will eventually be installed in LIBDIR
3768 only library objects ('.lo' files) may be specified, and '-rpath' is
6555 rpath=
6820 rpath | xrpath)
6828 if test rpath = "$prev"; then
6829 case "$rpath " in
6831 *) func_append rpath " $arg" ;;
7136 -rpath)
7137 prev=rpath
8094 # Make sure the rpath contain
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dltmain.sh2428 -rpath LIBDIR the created library will eventually be installed in LIBDIR
2451 only library objects (\`.lo' files) may be specified, and \`-rpath' is
5156 rpath=
5410 rpath | xrpath)
5418 if test "$prev" = rpath; then
5419 case "$rpath " in
5421 *) func_append rpath " $arg" ;;
5716 -rpath)
5717 prev=rpath
6648 # Make sure the rpath contain
[all...]

Completed in 268 milliseconds

12345