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

123

/freebsd-9.3-release/crypto/heimdal/lib/auth/sia/
H A Dmake-rpath2 # $Id: make-rpath 10345 2001-07-17 15:15:31Z assar $
7 -R|-rpath)
30 rpath=
32 rpath="-rpath $rlist "
34 echo "${rpath}${rest}"
/freebsd-9.3-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-9.3-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);
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...]
H A Drtld.h224 char *rpath; /* Search path specified in object */ member in struct:Struct_Obj_Entry
258 bool z_origin : 1; /* Process rpath and soname tokens */
/freebsd-9.3-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-9.3-release/crypto/openssl/
H A DMakefile.shared154 DO_GNU_APP=LDFLAGS="$(CFLAGS) -Wl,-rpath,$(LIBRPATH)"
193 LDFLAGS="$(CFLAGS) -Wl,-rpath,$(LIBPATH)"; \
318 LDFLAGS="$(CFLAGS) -rpath $(LIBRPATH)"; \
449 @LDFLAGS="$(CFLAGS) -Wl,-rpath,$(LIBRPATH)"; \
552 symlink.cygwin symlink.alpha-osf1 symlink.tru64 symlink.tru64-rpath:
578 link_o.tru64-shared-rpath: link_o.tru64-rpath
579 link_a.tru64-shared-rpath: link_a.tru64-rpath
580 link_app.tru64-shared-rpath
[all...]
/freebsd-9.3-release/contrib/dialog/package/debian/
H A Drules41 --disable-rpath-hack
/freebsd-9.3-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-9.3-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-9.3-release/crypto/heimdal/
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
2496 # Make sure the rpath contains only unique directories.
3067 if test -n "$rpath"; the
[all...]
/freebsd-9.3-release/contrib/dialog/package/
H A Ddialog.spec48 --disable-rpath-hack
/freebsd-9.3-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-9.3-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-9.3-release/contrib/binutils/ld/
H A Dld.h205 /* Runtime library search path from the -rpath argument. */
206 char *rpath; member in struct:__anon731
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-9.3-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-9.3-release/contrib/bind9/
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-9.3-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-9.3-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-9.3-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-9.3-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-9.3-release/contrib/ntp/sntp/
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...]
/freebsd-9.3-release/contrib/ntp/
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...]
/freebsd-9.3-release/contrib/libreadline/
H A DMANIFEST79 support/config.rpath f

Completed in 293 milliseconds

123