Home
last modified time | relevance | path

Searched refs:rpath (Results 1 – 25 of 150) sorted by relevance

123456

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DInstallNameToolOpts.td19 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-13.1/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-13.1/lib/libc/tests/tls/
H A DMakefile27 LDFLAGS.tls_dynamic_test+= -Wl,-rpath,${TESTSDIR} -L${DSODIR}
31 LDFLAGS.tls_dlopen_test+= -Wl,-rpath,${TESTSDIR} -Wl,-export-dynamic
/freebsd-13.1/contrib/ldns/drill/
H A Dconfigure.ac21 # add option to disable the evil rpath
22 dnl Check whether to use rpath or not
23 AC_ARG_ENABLE(rpath, optenable
24 [ --disable-rpath disable hardcoded rpath (default=enabled)],
28 RPATH_VAL="-Wl,-rpath=\${libdir}"
/freebsd-13.1/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-13.1/sys/compat/linux/
H A Dlinux_emul.c226 char *rpath; in linux_exec_imgact_try() local
242 imgp->interpreter_name, UIO_SYSSPACE, &rpath, 0, in linux_exec_imgact_try()
244 if (rpath != NULL) in linux_exec_imgact_try()
246 imgp->interpreter_name = rpath; in linux_exec_imgact_try()
/freebsd-13.1/sys/fs/smbfs/
H A Dsmbfs_node.c113 char *p, *rpath; in smbfs_node_alloc() local
182 rpath = malloc(rplen + 1, M_SMBNODENAME, M_WAITOK); in smbfs_node_alloc()
183 p = rpath; in smbfs_node_alloc()
193 MPASS(p == rpath + rplen); in smbfs_node_alloc()
200 np->n_rpath = rpath; in smbfs_node_alloc()
/freebsd-13.1/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=%{bu…
64 (cd examples ; %configure --disable-rpath --disable-static --with-sha2 --disable-gost --with-ldns=%…
153 - Patch for rpath in ldns-python
/freebsd-13.1/lib/libfigpar/
H A Dfigpar.c116 char rpath[PATH_MAX]; in parse_config() local
138 if (realpath(path, rpath) == 0) in parse_config()
142 if ((fd = open(rpath, O_RDONLY)) < 0) in parse_config()
/freebsd-13.1/crypto/openssl/
H A DNOTES.UNIX45 -Wl,-rpath,/whatever/path # Linux, *BSD, etc.
49 -rpath /whatever/path # Tru64, IRIX
63 '-Wl,-rpath,$(LIBRPATH)'
92 '-Wl,--enable-new-dtags,-rpath,$(LIBRPATH)'
/freebsd-13.1/bin/cat/
H A Dcat.c430 char rpath[PATH_MAX]; in udom_open() local
441 if (fileargs_realpath(fa, path, rpath) == NULL) in udom_open()
444 error = cap_getaddrinfo(capnet, rpath, NULL, &hints, &res0); in udom_open()
/freebsd-13.1/lib/csu/tests/dynamiclib/
H A DMakefile6 LDFLAGS+= -Wl,-rpath,${TESTSDIR} -L${.OBJDIR:H}/dso
/freebsd-13.1/contrib/tcsh/
H A DFREEBSD-Xlist12 */config.rpath
/freebsd-13.1/usr.bin/dpv/
H A Ddpv.c63 static char rpath[PATH_MAX]; variable
86 if (realpath(file->path, rpath) == 0 || in operate_common()
87 (fd = open(rpath, O_RDONLY)) < 0) { in operate_common()
/freebsd-13.1/lib/libclang_rt/
H A Dcompiler-rt-vars.mk21 SANITIZER_LDFLAGS+= -Wl,-rpath,${SANITIZER_LIBDIR}
/freebsd-13.1/sys/contrib/openzfs/config/
H A Dlib-link.m4116 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-13.1/contrib/ntp/sntp/m4/
H A Dntp_openssl.m46 dnl latter's suboption --with-rpath.
54 [rpath],
56 [--without-rpath],
232 LDFLAGS_NTP="$LDFLAGS_NTP -Wl,-rpath,$openssl_libdir"
/freebsd-13.1/contrib/ofed/opensm/opensm/
H A Dosm_sm_mad_ctrl.c563 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-13.1/contrib/unbound/
H A Dltmain.sh6555 rpath=
6820 rpath | xrpath)
6829 case "$rpath " in
7136 -rpath)
7137 prev=rpath
8757 set dummy $rpath
9541 rpath=$finalize_rpath
9542 test relink = "$opt_mode" || rpath=$compile_rpath$rpath
9579 rpath=
10423 rpath=
[all …]
/freebsd-13.1/contrib/sqlite3/
H A Dltmain.sh6555 rpath=
6820 rpath | xrpath)
6829 case "$rpath " in
7136 -rpath)
7137 prev=rpath
8761 set dummy $rpath
9548 rpath=$finalize_rpath
9549 test relink = "$opt_mode" || rpath=$compile_rpath$rpath
9586 rpath=
10430 rpath=
[all …]
/freebsd-13.1/contrib/openpam/
H A Dltmain.sh6555 rpath=
6820 rpath | xrpath)
6829 case "$rpath " in
7136 -rpath)
7137 prev=rpath
8755 set dummy $rpath
9539 rpath=$finalize_rpath
9540 test relink = "$opt_mode" || rpath=$compile_rpath$rpath
9577 rpath=
10421 rpath=
[all …]
/freebsd-13.1/contrib/file/
H A Dltmain.sh6558 rpath=
6823 rpath | xrpath)
6832 case "$rpath " in
7139 -rpath)
7140 prev=rpath
8762 set dummy $rpath
9554 rpath=$finalize_rpath
9555 test relink = "$opt_mode" || rpath=$compile_rpath$rpath
9592 rpath=
10436 rpath=
[all …]
/freebsd-13.1/contrib/openbsm/config/
H A Dltmain.sh6555 rpath=
6820 rpath | xrpath)
6829 case "$rpath " in
7136 -rpath)
7137 prev=rpath
8755 set dummy $rpath
9539 rpath=$finalize_rpath
9540 test relink = "$opt_mode" || rpath=$compile_rpath$rpath
9577 rpath=
10421 rpath=
[all …]
/freebsd-13.1/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh6555 rpath=
6820 rpath | xrpath)
6829 case "$rpath " in
7136 -rpath)
7137 prev=rpath
8755 set dummy $rpath
9539 rpath=$finalize_rpath
9540 test relink = "$opt_mode" || rpath=$compile_rpath$rpath
9577 rpath=
10421 rpath=
[all …]
/freebsd-13.1/contrib/ldns/
H A Dltmain.sh6555 rpath=
6820 rpath | xrpath)
6829 case "$rpath " in
7136 -rpath)
7137 prev=rpath
8761 set dummy $rpath
9548 rpath=$finalize_rpath
9549 test relink = "$opt_mode" || rpath=$compile_rpath$rpath
9586 rpath=
10430 rpath=
[all …]

123456