Home
last modified time | relevance | path

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

1234567

/src/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">;
/src/crypto/krb5/src/lib/krb5/krb/
H A Dwalk_rtree.c130 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()
/src/tools/regression/tls/ttls1/
H A DMakefile2 LDFLAGS+= -L../libxx -lxx -Wl,--rpath=${.OBJDIR}/../libxx
3 LDFLAGS+= -L../libyy -lyy -Wl,--rpath=${.OBJDIR}/../libyy
/src/tests/sys/vm/stack/
H A DMakefile9 LDFLAGS.stack_dt_need_exec_test+= -Wl,-rpath,${TESTSDIR} -L${.OBJDIR:H}/soxstack
11 LDFLAGS.stack_dlopen_exec_test+= -Wl,-rpath,${TESTSDIR}
/src/lib/libc/tests/tls/
H A DMakefile25 LDFLAGS.tls_dynamic_test+= -Wl,-rpath,${TESTSDIR} -L${DSODIR}
29 LDFLAGS.tls_dlopen_test+= -Wl,-rpath,${TESTSDIR} -Wl,-export-dynamic
/src/tools/regression/tls/ttls3/
H A DMakefile5 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
/src/sys/fs/smbfs/
H A Dsmbfs_node.c111 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()
/src/contrib/less/
H A Dfilename.c803 char *rpath; in lrealpath() local
805 rpath = realpath(path, NULL); in lrealpath()
806 if (rpath != NULL) in lrealpath()
807 return (rpath); in lrealpath()
809 char rpath[PATH_MAX]; in lrealpath()
810 if (realpath(path, rpath) != NULL) in lrealpath()
811 return (save(rpath)); in lrealpath()
/src/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
/src/lib/libfigpar/
H A Dfigpar.c112 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()
/src/tools/test/stress2/testcases/openat/
H A Dopenat.c42 static char rpath[128]; variable
98 strcpy(rpath, "tmp"); in setup()
/src/crypto/openssl/
H A DNOTES-UNIX.md43 -Wl,-rpath,/whatever/path # Linux, *BSD, etc.
47 -rpath /whatever/path # Tru64, IRIX
62 '-Wl,-rpath,$(LIBRPATH)'
90 '-Wl,--enable-new-dtags,-rpath,$(LIBRPATH)'
/src/contrib/bsddialog/examples_library/
H A Dcompile22 -Wl,-rpath=$libpath -L$libpath -lbsddialog
/src/libexec/rtld-elf/tests/rtld_deepbind/
H A DMakefile5 LDFLAGS.rtld_deepbind+= -L${LIBVAL} -Wl,-rpath,'$$ORIGIN'
/src/usr.bin/dpv/
H A Ddpv.c61 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()
/src/bin/cat/
H A Dcat.c440 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()
/src/lib/csu/tests/dynamiclib/
H A DMakefile4 LDFLAGS+= -Wl,-rpath,${TESTSDIR} -L${.OBJDIR:H}/dso
/src/libexec/rtld-elf/tests/libdeep/
H A DMakefile10 LDFLAGS+= -L${LIBVAL2} -Wl,-rpath,'$$ORIGIN'
/src/contrib/tcsh/
H A DFREEBSD-Xlist11 */config.rpath
/src/lib/libclang_rt/
H A Dcompiler-rt-vars.mk22 SANITIZER_LDFLAGS+= -Wl,-rpath,${SANITIZER_LIBDIR}
/src/sys/contrib/openzfs/config/
H A Dlib-link.m4117 dnl Determine the platform dependent parameters needed to use rpath:
128 dnl Complain if config.rpath is missing.
129 AC_REQUIRE_AUX_FILE([config.rpath])
136 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
150 dnl Determine whether the user wants rpath handling at all.
151 AC_ARG_ENABLE([rpath], optenable
152 [ --disable-rpath do not hardcode runtime library paths],
641 dnl Weird platform: only the last -rpath option counts, the user must
655 dnl The -rpath options are cumulative.
749 dnl Weird platform: only the last -rpath option counts, the user
[all …]
/src/contrib/openpam/
H A Dltmain.sh6961 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 …]
/src/contrib/unbound/
H A Dltmain.sh6954 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 …]
/src/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()
/src/contrib/bsddialog/utility/
H A DGNUmakefile19 LDFLAGS += -ltinfo -Wl,-rpath=$(LIBPATH) -L$(LIBPATH) -lbsddialog

1234567