/src/usr.bin/make/unit-tests/ |
dep-duplicate.mk | 9 # the first commands section was included by its relative path. 21 # The main file must be specified using a relative path, just like the
|
varname-dot-parsedir.mk | 14 # The .PARSEDIR may be absolute or relative, therefore there is not much that 41 # being parsed is a relative pathname. See PrintLocation for details.
|
varname-dot-parsefile.mk | 36 # being parsed is a relative pathname. See PrintLocation for details.
|
directive-include.mk | 71 # the current file has a slash or is a relative filename. In the first case,
|
/src/sys/arch/sun68k/stand/libsa/ |
SRT0.S | 49 | Get current location via PC-relative load, then... 51 | ...force a long (not PC-relative) load to a1 and compare. 75 | Force a long jump to the relocated code (not pc-relative)
|
/src/libexec/ld.elf_so/arch/or1k/ |
rtld_start.S | 59 l.lwz r7, 0(r16) # get base-relative &_DYNAMIC
|
/src/libexec/ld.elf_so/arch/powerpc/ |
rtld_start.S | 54 lwz %r28,0(%r30) # get base-relative &_DYNAMIC
|
/src/tests/lib/libutil/ |
t_parsedate.c | 278 ATF_TC(relative); 280 ATF_TC_HEAD(relative, tc) 282 atf_tc_set_md_var(tc, "descr", "Test relative items" 286 ATF_TC_BODY(relative, tc) 314 * Test relative to a number of fixed dates. Avoid the 316 * of the relative date, and use a prime step for maximum 628 ATF_TP_ADD_TC(tp, relative);
|
/src/common/lib/libc/gen/ |
rb.c | 1181 * black, my 2nd closet relative away from my parent 1189 const struct rb_node *relative0, *relative; local in function:rb_tree_check_node 1194 relative = rb_tree_iterate_const(rbt, 1196 KASSERT(relative != NULL); 1197 KASSERT(RB_SENTINEL_P(relative->rb_nodes[which])); 1199 KASSERT(RB_RED_P(relative) 1200 || RB_RED_P(relative->rb_left) 1201 || RB_RED_P(relative->rb_right) 1202 || RB_RED_P(RB_FATHER(relative)));
|
/src/share/mk/ |
bsd.obj.mk | 55 # In case .CURDIR has been twiddled by a .mk file and is now relative,
|
sys.mk | 66 # Skip paths that contain relative components and can't be normalized, sort..
|
bsd.kmodule.mk | 44 # XXX This is a workaround for platforms that have relative relocations
|
/src/bin/sh/ |
histedit.c | 857 * relative histnums. 1047 int relative = 0; local in function:str_to_event 1053 relative = 1; 1060 if (relative) {
|
/src/sys/arch/mvme68k/stand/libsa/ |
SRT0.S | 56 | Force a long jump to the relocated code (not pc-relative)
|
/src/sys/arch/x68k/stand/xxboot/ |
boot.S | 40 | - must access any labels before first_kbyte by PC relative addressing 134 | This is a MOVE op, not a TST op because TST with pc-relative
|
/src/tests/lib/libc/sys/ |
t_futex_ops.c | 1304 do_futex_wait_timeout(bool relative, clockid_t clock) 1308 int op = relative ? FUTEX_WAIT : FUTEX_WAIT_BITSET; 1315 if (relative) { 1346 "tests futex WAIT with relative timeout"); 1357 "tests futex WAIT with relative timeout (REALTIME)");
|
/src/sys/arch/i386/bioscall/ |
biostramp.S | 198 # set up segment selectors. Note: everything is now relative
|
/src/sys/arch/hp300/hp300/ |
locore.s | 443 /* don't want pc-relative addressing */ 483 jmp Lenab1:l | forced not be pc-relative 491 jmp Lenab1:l | forced not be pc-relative 495 jmp Lenab1:l | forced not be pc-relative
|
/src/sys/arch/x68k/stand/boot_ufs/ |
boot.S | 101 | because pc-relative tsts are not available on 000/010. 321 | PC-relative can be used from here.
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
imx28-cfa10049.dts | 410 rotary-encoder,relative-axis;
|
imx6dl-b1x5pv2.dtsi | 204 rotary-encoder,relative-axis;
|
pxa300-raumfeld-common.dtsi | 126 rotary-encoder,relative-axis;
|
/src/sys/external/isc/libsodium/dist/ |
aclocal.m4 | 93 # therefore $ac_aux_dir as well) can be either absolute or relative, 97 # relative path needs to be adjusted first. 100 # fails when called from a subdirectory if $ac_aux_dir is relative 104 # a relative $ac_aux_dir 213 # using a relative directory.
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
sdm845-oneplus-common.dtsi | 522 * This path is relative to the qca/
|
/src/usr.bin/make/ |
test-variants.mk | 165 # Ensure that the tests can be specified either as relative filenames or
|