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

1234

/freebsd-10-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-10-stable/lib/libc/tests/tls/
H A DMakefile28 LDFLAGS.tls_dynamic_test+= -Wl,-rpath,${TESTSDIR} -L${DSODIR}
32 LDFLAGS.tls_dlopen_test+= -Wl,-rpath,${TESTSDIR} -Wl,-export-dynamic
/freebsd-10-stable/libexec/rtld-elf/
H A Dlibmap.c110 char *rpath; local
113 rpath = realpath(path, NULL);
114 if (rpath == NULL)
118 if (strcmp(p->path, rpath) == 0) {
119 free(rpath);
124 fd = open(rpath, O_RDONLY | O_CLOEXEC);
126 dbg("lm_parse_file: open(\"%s\") failed, %s", rpath,
128 free(rpath);
133 dbg("lm_parse_file: fstat(\"%s\") failed, %s", rpath,
135 free(rpath);
162 char *rpath; local
[all...]
/freebsd-10-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-10-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-10-stable/kerberos5/
H A DMakefile.inc16 LDAPLDFLAGS= -L${OPENLDAPBASE}/lib -rpath ${OPENLDAPBASE}/lib
/freebsd-10-stable/contrib/dialog/package/debian/
H A Drules41 --disable-rpath-hack
/freebsd-10-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-10-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-10-stable/contrib/ofed/libibcm/config/
H A Dltmain.sh1127 rpath=
1369 rpath | xrpath)
1378 if test "$prev" = rpath; then
1379 case "$rpath " in
1381 *) rpath="$rpath $arg" ;;
1688 -rpath)
1689 prev=rpath
2499 # Make sure the rpath contains only unique directories.
3070 if test -n "$rpath"; the
[all...]
/freebsd-10-stable/contrib/ofed/librdmacm/config/
H A Dltmain.sh1127 rpath=
1369 rpath | xrpath)
1378 if test "$prev" = rpath; then
1379 case "$rpath " in
1381 *) rpath="$rpath $arg" ;;
1688 -rpath)
1689 prev=rpath
2499 # Make sure the rpath contains only unique directories.
3070 if test -n "$rpath"; the
[all...]
/freebsd-10-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-10-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-10-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-10-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-10-stable/contrib/binutils/ld/
H A Dld.h205 /* Runtime library search path from the -rpath argument. */
206 char *rpath; member in struct:__anon609
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-10-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-10-stable/contrib/dialog/package/
H A Ddialog.spec50 --disable-rpath-hack
/freebsd-10-stable/contrib/libyaml/config/
H A Dltmain.sh1579 -rpath LIBDIR the created library will eventually be installed in LIBDIR
1597 only library objects (\`.lo' files) may be specified, and \`-rpath' is
4094 rpath=
4343 rpath | xrpath)
4351 if test "$prev" = rpath; then
4352 case "$rpath " in
4354 *) rpath="$rpath $arg" ;;
4636 -rpath)
4637 prev=rpath
[all...]
/freebsd-10-stable/contrib/ldns/
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-10-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-10-stable/contrib/openbsm/config/
H A Dltmain.sh2458 -rpath LIBDIR the created library will eventually be installed in LIBDIR
2481 only library objects (\`.lo' files) may be specified, and \`-rpath' is
5189 rpath=
5443 rpath | xrpath)
5451 if test "$prev" = rpath; then
5452 case "$rpath " in
5454 *) func_append rpath " $arg" ;;
5750 -rpath)
5751 prev=rpath
6696 # Make sure the rpath contain
[all...]
/freebsd-10-stable/contrib/sqlite3/
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
6645 # Make sure the rpath contain
[all...]
/freebsd-10-stable/contrib/openpam/
H A Dltmain.sh2458 -rpath LIBDIR the created library will eventually be installed in LIBDIR
2481 only library objects (\`.lo' files) may be specified, and \`-rpath' is
5189 rpath=
5443 rpath | xrpath)
5451 if test "$prev" = rpath; then
5452 case "$rpath " in
5454 *) func_append rpath " $arg" ;;
5750 -rpath)
5751 prev=rpath
6696 # Make sure the rpath contain
[all...]

Completed in 414 milliseconds

1234