Searched refs:relative (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/scripts/
H A Dtools-support-relr.sh11 # ld.lld before 15 did not support -z pack-relative-relocs.
13 $LD $tmp_file.o -shared -Bsymbolic -z pack-relative-relocs -o $tmp_file 2>&1 |
14 grep -q pack-relative-relocs && exit 1
H A DMakefile.vdsoinst40 cmd_symlink = mkdir -p $(dir $@); ln -sf --relative $< $@
H A Dtags.sh105 } | xargs realpath -esq $([ -z "$KBUILD_ABS_SRCTREE" ] && echo --relative-to=.) |
/linux-master/tools/testing/selftests/bpf/
H A Dtest_doc_build.sh10 SCRIPT_REL_DIR=$(dirname $(realpath --relative-to=$KDIR_ROOT_DIR $SCRIPT_REL_PATH))
H A Dtest_bpftool_build.sh19 SCRIPT_REL_PATH=$(realpath --relative-to=$PWD $0)
/linux-master/drivers/gpu/host1x/
H A Djob.h25 bool relative; member in struct:host1x_job_wait
H A Djob.c127 bool relative, u32 next_class)
135 cmd->wait.relative = relative;
126 host1x_job_add_wait(struct host1x_job *job, u32 id, u32 thresh, bool relative, u32 next_class) argument
/linux-master/fs/
H A Dnsfs.c89 struct ns_common *relative; local
98 relative = get_ns(ns);
99 if (IS_ERR(relative)) {
101 return PTR_ERR(relative);
104 err = path_from_stashed(&relative->stashed, nsfs_mnt, relative, &path);
/linux-master/arch/s390/kernel/vdso32/
H A DMakefile22 KBUILD_CFLAGS_32 := $(filter-out -mno-pic-data-is-text-relative,$(KBUILD_CFLAGS_32))
/linux-master/drivers/scsi/
H A Dscript_asm.pl187 @relative = (); # Array of relative names
222 # an identifier or constant, $word is the word offset relative to
227 # relative to $address, and that the %symbol_references table is
237 $relative = 'REL';
242 $relative = 'ABS';
253 "$symbol_references{$symbol} $relative,$tmp,$length";
259 $symbol_references{$symbol} = "$relative,$tmp,$length";
413 push (@relative, $id);
803 "$0 : $symbol $i has invalid relative referenc
[all...]
/linux-master/tools/testing/selftests/sgx/
H A Dtest_encl_bootstrap.S45 # TCS #2. First make it relative by substracting __encl_base and
/linux-master/arch/s390/kernel/vdso64/
H A DMakefile27 KBUILD_CFLAGS_64 := $(filter-out -mno-pic-data-is-text-relative,$(KBUILD_CFLAGS_64))
/linux-master/scripts/package/
H A Dbuilddeb108 ln -sf --relative "${dbg}" "${link}"
/linux-master/tools/testing/selftests/kvm/
H A DMakefile322 -exec realpath --relative-base=$(PWD) {} \;; \
324 -exec realpath --relative-base=$(PWD) {} \;) | sort -u > cscope.files
/linux-master/scripts/dtc/
H A Ddtx_diff316 If \${KBUILD_OUTPUT} is a relative path, then '-s SRCDIR', -S, or run
/linux-master/drivers/gpu/host1x/hw/
H A Dchannel_hw.c126 if (cmd->wait.relative)
263 /* Synchronize base register to allow using it for relative waiting */
/linux-master/include/linux/
H A Dhost1x.h350 bool relative, u32 next_class);
/linux-master/arch/mips/include/asm/
H A Dsgiarcs.h159 absolute, relative enumerator in enum:linux_seekmode
/linux-master/tools/scripts/
H A Dutilities.mak165 # relative path resolution is requested, as determined
/linux-master/arch/m68k/math-emu/
H A Dfp_scan.S197 | all pc relative addressing modes and immediate/absolute modes end up here
/linux-master/arch/sh/lib/
H A Dmemcpy-sh4.S261 ! Now select the appropriate bulk transfer code based on relative
/linux-master/
H A DMakefile1002 # change __FILE__ to the relative path from the srctree
1042 # ld.lld before 15 did not support -z pack-relative-relocs.
1043 LDFLAGS_vmlinux += $(call ld-option,--pack-dyn-relocs=relr,-z pack-relative-relocs)
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtc_opts.c2405 static void test_tc_opts_max_target(int target, int flags, bool relative) argument
2425 if (i == max_progs - 1 && relative)
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py4980 devlistpos = 'relative'
5021 .zoombox {position:relative;width:100%;overflow-x:scroll;-webkit-user-select:none;-moz-user-select:none;user-select:none;}\n\
5022 .timeline {position:relative;font-size:14px;cursor:pointer;width:100%; overflow:hidden;background:linear-gradient(#cccccc, white);}\n\
5037 .legend {position:relative; width:100%; height:40px; text-align:center;margin-bottom:20px}\n\
5040 .btnfmt {position:relative;float:right;height:25px;width:auto;margin-top:3px;margin-bottom:0;font-size:10px;text-align:center;}\n\
5046 .version {position:relative;float:left;color:white;font-size:10px;line-height:30px;margin-left:10px;}\n\
/linux-master/tools/testing/ktest/
H A Dktest.pl415 (relative to OUTPUT_DIR)

Completed in 497 milliseconds

12