Searched refs:rpath (Results 1 - 9 of 9) sorted by relevance

/linux-master/tools/testing/selftests/sched/
H A DMakefile7 CFLAGS += -O2 -Wall -g -I./ $(KHDR_INCLUDES) -Wl,-rpath=./ \
/linux-master/tools/testing/selftests/alsa/
H A DMakefile9 CFLAGS += -L$(OUTPUT) -Wl,-rpath=./
/linux-master/tools/testing/selftests/netfilter/
H A DMakefile9 conntrack_vrf.sh nft_synproxy.sh rpath.sh nft_audit.sh \
/linux-master/arch/x86/
H A DMakefile.um58 LINK-$(CONFIG_LD_SCRIPT_DYN_RPATH) += -Wl,-rpath,/lib64
/linux-master/tools/perf/util/
H A Dnamespaces.c347 char *rpath; local
351 rpath = realpath(path, NULL);
354 return rpath;
/linux-master/tools/testing/selftests/rseq/
H A DMakefile9 CFLAGS += -O2 -Wall -g -I./ $(KHDR_INCLUDES) -L$(OUTPUT) -Wl,-rpath=./ \
/linux-master/arch/um/
H A DMakefile121 LINK-$(CONFIG_LD_SCRIPT_DYN_RPATH) += -Wl,-rpath,/lib
/linux-master/fs/ceph/
H A Dmds_client.c2881 const char *rpath, u64 rino, const char **ppath,
2896 } else if (rpath || rino) {
2898 *ppath = rpath;
2899 *pathlen = rpath ? strlen(rpath) : 0;
2900 doutc(cl, " path %.*s\n", *pathlen, rpath);
2879 set_request_path_attr(struct ceph_mds_client *mdsc, struct inode *rinode, struct dentry *rdentry, struct inode *rdiri, const char *rpath, u64 rino, const char **ppath, int *pathlen, u64 *ino, bool *freepath, bool parent_locked) argument
/linux-master/tools/testing/selftests/bpf/
H A DMakefile243 -Wl,-rpath=. -o $@

Completed in 186 milliseconds