Searched refs:rpath (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | namespaces.c | 351 char *rpath; in nsinfo__realpath() local 355 rpath = realpath(path, NULL); in nsinfo__realpath() 358 return rpath; in nsinfo__realpath()
|
| /linux/tools/testing/selftests/sched/ |
| H A D | Makefile | 7 CFLAGS += -O2 -Wall -g -I./ $(KHDR_INCLUDES) -Wl,-rpath=./ \
|
| /linux/tools/testing/selftests/alsa/ |
| H A D | Makefile | 13 CFLAGS += -L$(OUTPUT) -Wl,-rpath=./
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | Makefile | 39 rpath.sh \
|
| /linux/arch/um/ |
| H A D | Makefile | 120 LINK-$(CONFIG_LD_SCRIPT_DYN_RPATH) += -Wl,-rpath,/lib
|
| H A D | Kconfig | 159 bool "set rpath in the binary" if EXPERT 163 Add /lib (and /lib64 for 64-bit) to the linux binary's rpath
|
| /linux/fs/ceph/ |
| H A D | mds_client.c | 2899 const char *rpath, u64 rino, in set_request_path_attr() argument 2917 } else if (rpath || rino) { in set_request_path_attr() 2920 path_info->path = rpath; in set_request_path_attr() 2921 path_info->pathlen = rpath ? strlen(rpath) : 0; in set_request_path_attr() 2924 doutc(cl, " path %.*s\n", path_info->pathlen, rpath); in set_request_path_attr()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | Makefile | 269 -Wl,-rpath=. -o $@
|