Searched refs:rpath (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/perf/util/ |
| A D | namespaces.c | 347 char *rpath; in nsinfo__realpath() local 351 rpath = realpath(path, NULL); in nsinfo__realpath() 354 return rpath; in nsinfo__realpath()
|
| /linux/tools/testing/selftests/sched/ |
| A D | Makefile | 7 CFLAGS += -O2 -Wall -g -I./ $(KHDR_INCLUDES) -Wl,-rpath=./ \
|
| /linux/tools/testing/selftests/alsa/ |
| A D | Makefile | 13 CFLAGS += -L$(OUTPUT) -Wl,-rpath=./
|
| /linux/arch/x86/ |
| A D | Makefile.um | 59 LINK-$(CONFIG_LD_SCRIPT_DYN_RPATH) += -Wl,-rpath,/lib64
|
| /linux/tools/testing/selftests/net/netfilter/ |
| A D | Makefile | 33 TEST_PROGS += rpath.sh
|
| /linux/tools/testing/selftests/rseq/ |
| A D | Makefile | 9 CFLAGS += -O2 -Wall -g -I./ $(KHDR_INCLUDES) -L$(OUTPUT) -Wl,-rpath=./ \
|
| /linux/arch/um/ |
| A D | Makefile | 121 LINK-$(CONFIG_LD_SCRIPT_DYN_RPATH) += -Wl,-rpath,/lib
|
| A D | Kconfig | 120 bool "set rpath in the binary" if EXPERT 124 Add /lib (and /lib64 for 64-bit) to the linux binary's rpath
|
| /linux/fs/ceph/ |
| A D | mds_client.c | 2881 const char *rpath, u64 rino, const char **ppath, in set_request_path_attr() argument 2896 } else if (rpath || rino) { in set_request_path_attr() 2898 *ppath = rpath; in set_request_path_attr() 2899 *pathlen = rpath ? strlen(rpath) : 0; in set_request_path_attr() 2900 doutc(cl, " path %.*s\n", *pathlen, rpath); in set_request_path_attr()
|
| /linux/tools/testing/selftests/bpf/ |
| A D | Makefile | 287 -Wl,-rpath=. -o $@
|
Completed in 24 milliseconds