| /freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | InstallNameToolOpts.td | 19 HelpText<"Add new rpath">; 22 HelpText<"Add new rpath before other rpaths">; 25 HelpText<"Delete specified rpath">; 28 HelpText<"Delete all rpath directives">; 30 def rpath: MultiArg<["-", "--"], "rpath", 2>, 31 HelpText<"Change rpath path name">;
|
| /freebsd/crypto/krb5/src/lib/krb5/krb/ |
| H A D | walk_rtree.c | 130 krb5_data *rpath = NULL, d; in k5_client_realm_path() local 145 rpath = calloc(i + 3, sizeof(*rpath)); in k5_client_realm_path() 146 if (rpath == NULL) in k5_client_realm_path() 150 retval = krb5int_copy_data_contents(context, client, &rpath[0]); in k5_client_realm_path() 155 retval = krb5int_copy_data_contents(context, &d, &rpath[i + 1]); in k5_client_realm_path() 159 retval = krb5int_copy_data_contents(context, server, &rpath[i + 1]); in k5_client_realm_path() 164 rpath[i + 2] = empty_data(); in k5_client_realm_path() 165 *rpath_out = rpath; in k5_client_realm_path() 166 rpath = NULL; in k5_client_realm_path() 170 krb5int_free_data_list(context, rpath); in k5_client_realm_path()
|
| /freebsd/tools/regression/tls/ttls1/ |
| H A D | Makefile | 2 LDFLAGS+= -L../libxx -lxx -Wl,--rpath=${.OBJDIR}/../libxx 3 LDFLAGS+= -L../libyy -lyy -Wl,--rpath=${.OBJDIR}/../libyy
|
| /freebsd/tests/sys/vm/stack/ |
| H A D | Makefile | 9 LDFLAGS.stack_dt_need_exec_test+= -Wl,-rpath,${TESTSDIR} -L${.OBJDIR:H}/soxstack 11 LDFLAGS.stack_dlopen_exec_test+= -Wl,-rpath,${TESTSDIR}
|
| /freebsd/lib/libc/tests/tls/ |
| H A D | Makefile | 25 LDFLAGS.tls_dynamic_test+= -Wl,-rpath,${TESTSDIR} -L${DSODIR} 29 LDFLAGS.tls_dlopen_test+= -Wl,-rpath,${TESTSDIR} -Wl,-export-dynamic
|
| /freebsd/tools/regression/tls/ttls3/ |
| H A D | Makefile | 5 CFLAGS+= -Wl,--rpath=${.OBJDIR} 14 ld $(LDFLAGS) tls-test.o libtls.so.1 -rpath=${.OBJDIR} -soname libtls-test.so.1 -o libtls-test.so.1
|
| /freebsd/sys/fs/smbfs/ |
| H A D | smbfs_node.c | 111 char *p, *rpath; in smbfs_node_alloc() local 180 rpath = malloc(rplen + 1, M_SMBNODENAME, M_WAITOK); in smbfs_node_alloc() 181 p = rpath; in smbfs_node_alloc() 191 MPASS(p == rpath + rplen); in smbfs_node_alloc() 198 np->n_rpath = rpath; in smbfs_node_alloc()
|
| /freebsd/contrib/less/ |
| H A D | filename.c | 802 char *rpath; in lrealpath() 804 rpath = realpath(path, NULL); in lrealpath() 805 if (rpath != NULL) in lrealpath() 806 return (rpath); in lrealpath() 808 char rpath[PATH_MAX]; in lrealpath() 809 if (realpath(path, rpath) != NULL) in lrealpath() 810 return (save(rpath)); in lrealpath() 801 char *rpath; lrealpath() local
|
| /freebsd/contrib/ldns/packaging/fedora/ |
| H A D | ldns.spec | 58 %configure --disable-rpath --disable-static --with-sha2 --disable-gost \ 63 (cd drill ; %configure --disable-rpath --disable-static --with-sha2 --disable-gost --with-ldns=%{bu… 64 (cd examples ; %configure --disable-rpath --disable-static --with-sha2 --disable-gost --with-ldns=%… 153 - Patch for rpath in ldns-python
|
| /freebsd/lib/libfigpar/ |
| H A D | figpar.c | 112 char rpath[PATH_MAX]; in parse_config() local 134 if (realpath(path, rpath) == 0) in parse_config() 138 if ((fd = open(rpath, O_RDONLY)) < 0) in parse_config()
|
| /freebsd/tools/test/stress2/testcases/openat/ |
| H A D | openat.c | 42 static char rpath[128]; variable 98 strcpy(rpath, "tmp"); in setup()
|
| /freebsd/crypto/openssl/ |
| H A D | NOTES-UNIX.md | 43 -Wl,-rpath,/whatever/path # Linux, *BSD, etc. 47 -rpath /whatever/path # Tru64, IRIX 62 '-Wl,-rpath,$(LIBRPATH)' 90 '-Wl,--enable-new-dtags,-rpath,$(LIBRPATH)'
|
| /freebsd/usr.bin/dpv/ |
| H A D | dpv.c | 61 static char rpath[PATH_MAX]; variable 84 if (realpath(file->path, rpath) == 0 || in operate_common() 85 (fd = open(rpath, O_RDONLY)) < 0) { in operate_common()
|
| /freebsd/bin/cat/ |
| H A D | cat.c | 440 char rpath[PATH_MAX]; in udom_open() local 450 if (fileargs_realpath(fa, path, rpath) == NULL) in udom_open() 453 error = cap_getaddrinfo(capnet, rpath, NULL, &hints, &res0); in udom_open()
|
| /freebsd/contrib/bsddialog/examples_library/ |
| H A D | compile | 22 -Wl,-rpath=$libpath -L$libpath -lbsddialog
|
| /freebsd/libexec/rtld-elf/tests/rtld_deepbind/ |
| H A D | Makefile | 5 LDFLAGS.rtld_deepbind+= -L${LIBVAL} -Wl,-rpath,'$$ORIGIN'
|
| /freebsd/lib/csu/tests/dynamiclib/ |
| H A D | Makefile | 4 LDFLAGS+= -Wl,-rpath,${TESTSDIR} -L${.OBJDIR:H}/dso
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | lib-link.m4 | 116 dnl Determine the platform dependent parameters needed to use rpath: 127 dnl Complain if config.rpath is missing. 128 AC_REQUIRE_AUX_FILE([config.rpath]) 135 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh 149 dnl Determine whether the user wants rpath handling at all. 150 AC_ARG_ENABLE([rpath], 151 [ --disable-rpath do not hardcode runtime library paths], 640 dnl Weird platform: only the last -rpath option counts, the user must 654 dnl The -rpath options are cumulative. 748 dnl Weird platform: only the last -rpath option counts, the user [all …]
|
| /freebsd/contrib/openpam/ |
| H A D | ltmain.sh | 6961 rpath= 7228 rpath | xrpath) 7236 if test rpath = "$prev"; then 7237 case "$rpath " in 7239 *) func_append rpath " $arg" ;; 7564 -rpath) 7565 prev=rpath 7895 -Wl,-rpath,*) 7897 -Wl,-rpath) 9172 test -n "$rpath" && \ [all …]
|
| /freebsd/contrib/unbound/ |
| H A D | ltmain.sh | 6954 rpath= 7221 rpath | xrpath) 7229 if test rpath = "$prev"; then 7230 case "$rpath " in 7232 *) func_append rpath " $arg" ;; 7557 -rpath) 7558 prev=rpath 7888 -Wl,-rpath,*) 7890 -Wl,-rpath) 9165 test -n "$rpath" && \ [all …]
|
| /freebsd/libexec/rtld-elf/tests/libdeep/ |
| H A D | Makefile | 10 LDFLAGS+= -L${LIBVAL2} -Wl,-rpath,'$$ORIGIN'
|
| /freebsd/contrib/tcsh/ |
| H A D | FREEBSD-Xlist | 11 */config.rpath
|
| /freebsd/contrib/ntp/sntp/m4/ |
| H A D | ntp_openssl.m4 | 452 [if crypto needs -Wl,-rpath,$ntp_ssl_libdir], 455 LDFLAGS="$ntp_ssl_ldflags -Wl,-rpath,$ntp_ssl_libdir $NTPSSL_SAVED_LDFLAGS" 474 ntp_ssl_ldflags="$ntp_ssl_ldflags -Wl,-rpath,$ntp_ssl_libdir"
|
| /freebsd/lib/libclang_rt/ |
| H A D | compiler-rt-vars.mk | 22 SANITIZER_LDFLAGS+= -Wl,-rpath,${SANITIZER_LIBDIR}
|
| /freebsd/contrib/openbsm/config/ |
| H A D | ltmain.sh | 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 8694 test -n "$rpath" && \ 8755 set dummy $rpath 8763 if test -z "$rpath"; then [all …]
|