Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dnamespaces.c347 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 DMakefile7 CFLAGS += -O2 -Wall -g -I./ $(KHDR_INCLUDES) -Wl,-rpath=./ \
/linux/tools/testing/selftests/alsa/
A DMakefile13 CFLAGS += -L$(OUTPUT) -Wl,-rpath=./
/linux/arch/x86/
A DMakefile.um59 LINK-$(CONFIG_LD_SCRIPT_DYN_RPATH) += -Wl,-rpath,/lib64
/linux/tools/testing/selftests/net/netfilter/
A DMakefile33 TEST_PROGS += rpath.sh
/linux/tools/testing/selftests/rseq/
A DMakefile9 CFLAGS += -O2 -Wall -g -I./ $(KHDR_INCLUDES) -L$(OUTPUT) -Wl,-rpath=./ \
/linux/arch/um/
A DMakefile121 LINK-$(CONFIG_LD_SCRIPT_DYN_RPATH) += -Wl,-rpath,/lib
A DKconfig120 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 Dmds_client.c2881 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 DMakefile287 -Wl,-rpath=. -o $@

Completed in 24 milliseconds