Searched refs:rpath (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/tools/perf/util/ |
| H A D | namespaces.c | 352 char *rpath; in nsinfo__realpath() local 356 rpath = realpath(path, NULL); in nsinfo__realpath() 359 return rpath; in nsinfo__realpath()
|
| /linux-6.15/tools/testing/selftests/sched/ |
| H A D | Makefile | 7 CFLAGS += -O2 -Wall -g -I./ $(KHDR_INCLUDES) -Wl,-rpath=./ \
|
| /linux-6.15/tools/testing/selftests/alsa/ |
| H A D | Makefile | 13 CFLAGS += -L$(OUTPUT) -Wl,-rpath=./
|
| /linux-6.15/arch/x86/ |
| H A D | Makefile.um | 60 LINK-$(CONFIG_LD_SCRIPT_DYN_RPATH) += -Wl,-rpath,/lib64
|
| /linux-6.15/tools/testing/selftests/net/netfilter/ |
| H A D | Makefile | 34 TEST_PROGS += rpath.sh
|
| /linux-6.15/tools/testing/selftests/rseq/ |
| H A D | Makefile | 9 CFLAGS += -O2 -Wall -g -I./ $(KHDR_INCLUDES) -L$(OUTPUT) -Wl,-rpath=./ \
|
| /linux-6.15/arch/um/ |
| H A D | Makefile | 124 LINK-$(CONFIG_LD_SCRIPT_DYN_RPATH) += -Wl,-rpath,/lib
|
| H A D | Kconfig | 124 bool "set rpath in the binary" if EXPERT 128 Add /lib (and /lib64 for 64-bit) to the linux binary's rpath
|
| /linux-6.15/fs/ceph/ |
| H A D | mds_client.c | 2875 const char *rpath, u64 rino, const char **ppath, in set_request_path_attr() argument 2890 } else if (rpath || rino) { in set_request_path_attr() 2892 *ppath = rpath; in set_request_path_attr() 2893 *pathlen = rpath ? strlen(rpath) : 0; in set_request_path_attr() 2894 doutc(cl, " path %.*s\n", *pathlen, rpath); in set_request_path_attr()
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | Makefile | 268 -Wl,-rpath=. -o $@
|