/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/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/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/contrib/bsddialog/examples_library/ |
H A D | compile | 20 -Wl,-rpath=$libpath
|
/freebsd/libexec/rtld-elf/tests/rtld_deepbind/ |
H A D | Makefile | 5 LDFLAGS.rtld_deepbind+= -L${LIBVAL} -Wl,-rpath,'$$ORIGIN'
|
/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/lib/csu/tests/dynamiclib/ |
H A D | Makefile | 4 LDFLAGS+= -Wl,-rpath,${TESTSDIR} -L${.OBJDIR:H}/dso
|
/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/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/lib/libclang_rt/ |
H A D | compiler-rt-vars.mk | 22 SANITIZER_LDFLAGS+= -Wl,-rpath,${SANITIZER_LIBDIR}
|
/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/contrib/bsddialog/utility/ |
H A D | GNUmakefile | 18 LDFLAGS += -ltinfo -Wl,-rpath=$(LIBPATH) -L$(LIBPATH) -lbsddialog
|
H A D | Makefile | 18 LDFLAGS += -ltinfow -Wl,-rpath=${LIBPATH} -L${LIBPATH} -lbsddialog
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_sm_mad_ctrl.c | 563 char ipath[BUF_SIZE], rpath[BUF_SIZE]; in log_rcv_cb_error() local 565 int nr = sprintf(rpath, "%d", p_smp->return_path[0]); in log_rcv_cb_error() 568 nr += sprintf(rpath + nr, ",%d", p_smp->return_path[i]); in log_rcv_cb_error() 572 ipath, rpath); in log_rcv_cb_error()
|
/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 …]
|
/freebsd/contrib/openpam/ |
H A D | ltmain.sh | 6812 rpath= 7077 rpath | xrpath) 7085 if test rpath = "$prev"; then 7086 case "$rpath " in 7088 *) func_append rpath " $arg" ;; 7412 -rpath) 7413 prev=rpath 8980 test -n "$rpath" && \ 9041 set dummy $rpath 9049 if test -z "$rpath"; then [all …]
|