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

123

/freebsd-10.1-release/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.1-release/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.1-release/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.1-release/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.1-release/contrib/dialog/package/debian/
H A Drules41 --disable-rpath-hack
/freebsd-10.1-release/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.1-release/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.1-release/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.1-release/contrib/sqlite3/
H A Dltmain.sh1157 rpath=
1408 rpath | xrpath)
1417 if test "$prev" = rpath; then
1418 case "$rpath " in
1420 *) rpath="$rpath $arg" ;;
1728 -rpath)
1729 prev=rpath
2538 # Make sure the rpath contains only unique directories.
3109 if test -n "$rpath"; the
[all...]
/freebsd-10.1-release/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.1-release/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.1-release/contrib/binutils/ld/
H A Dld.h205 /* Runtime library search path from the -rpath argument. */
206 char *rpath; member in struct:__anon608
208 /* Link time runtime library search path from the -rpath-link
282 /* The rpath separation character. Usually ':'. */
H A Dlexsup.c274 'R', N_("FILE"), N_("Just link symbols (if directory, same as --rpath)"),
460 { {"rpath", required_argument, NULL, OPTION_RPATH},
462 { {"rpath-link", required_argument, NULL, OPTION_RPATH_LINK},
1005 /* This can happen if the user put "-rpath,a" on the command
1013 einfo(_("%P%F: bad -rpath option\n"));
1025 libraries. This is the GNU linker -rpath argument. We
1028 we assume -rpath was meant. */
1043 if (command_line.rpath == NULL)
1044 command_line.rpath = xstrdup (optarg);
1047 size_t rpath_len = strlen (command_line.rpath);
[all...]
/freebsd-10.1-release/contrib/bmake/mk/
H A Dprog.mk103 _PROGLDOPTS+= -Wl,-rpath-link,${DESTDIR}${SHLIBDIR}:${DESTDIR}/usr/lib \
106 _PROGLDOPTS+= -Wl,-rpath,${SHLIBDIR}:/usr/lib
H A Dmeta2deps.py110 rpath = resolve(path, cwd, last_dir, debug, debug_out)
111 if rpath:
112 path = rpath
/freebsd-10.1-release/contrib/dialog/package/
H A Ddialog.spec50 --disable-rpath-hack
/freebsd-10.1-release/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.1-release/contrib/file/
H A Dltmain.sh2429 -rpath LIBDIR the created library will eventually be installed in LIBDIR
2452 only library objects (\`.lo' files) may be specified, and \`-rpath' is
5157 rpath=
5411 rpath | xrpath)
5419 if test "$prev" = rpath; then
5420 case "$rpath " in
5422 *) func_append rpath " $arg" ;;
5717 -rpath)
5718 prev=rpath
6646 # Make sure the rpath contain
[all...]
/freebsd-10.1-release/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...]
/freebsd-10.1-release/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.1-release/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...]
/freebsd-10.1-release/contrib/unbound/
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.1-release/contrib/ntp/sntp/libevent/build-aux/
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.1-release/contrib/subversion/
H A DMakefile.in219 LINK = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) $(CFLAGS) $(LDFLAGS) -rpath $(libdir)
221 LINK_CXX = $(LIBTOOL) $(LTCXXFLAGS) --mode=link $(CXX) $(LT_LDFLAGS) $(CXXFLAGS) $(LDFLAGS) -rpath $(libdir)
225 LINK_APACHE_MOD = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) $(CFLAGS) $(LDFLAGS) -rpath $(APACHE_LIBEXECDIR) -avoid-version -module $(APACHE_LDFLAGS)
250 LINK_PY_WRAPPER = $(LIBTOOL) $(LTFLAGS) --mode=link $(SWIG_PY_LINK) $(SWIG_LDFLAGS) -rpath $(swig_pydir) -avoid-version -module
251 LINK_RB_WRAPPER = $(LIBTOOL) $(LTFLAGS) --mode=link $(SWIG_RB_LINK) $(SWIG_LDFLAGS) -rpath $(swig_rbdir) -avoid-version -module
253 LINK_JAVAHL_CXX = $(LIBTOOL) $(LTCXXFLAGS) --mode=link $(CXX) $(LT_LDFLAGS) $(CXXFLAGS) $(LDFLAGS) $(LT_CXX_LIBADD) -rpath $(libdir)
/freebsd-10.1-release/crypto/heimdal/
H A Dltmain.sh2427 -rpath LIBDIR the created library will eventually be installed in LIBDIR
2450 only library objects (\`.lo' files) may be specified, and \`-rpath' is
5144 rpath=
5398 rpath | xrpath)
5406 if test "$prev" = rpath; then
5407 case "$rpath " in
5409 *) func_append rpath " $arg" ;;
5703 -rpath)
5704 prev=rpath
6631 # Make sure the rpath contain
[all...]

Completed in 286 milliseconds

123