HomeSort by: relevance | last modified time | path
    Searched refs:relative (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/arch/m68k/m68k/
mmu_enable.s 83 jmp Lmmuenabled:l | forced not be pc-relative
88 jmp Lmmuenabled:l | forced not be pc-relative
110 jmp Lmmuenabled:l | forced not be pc-relative
  /src/usr.bin/make/unit-tests/
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); variable
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/
rbtree.c 1190 * black, my 2nd closet relative away from my parent
1198 const struct rb_node *relative0, *relative; local
1203 relative = rb_tree_iterate_const(rbt,
1205 KASSERT(relative != NULL);
1206 KASSERT(RB_SENTINEL_P(relative->rb_nodes[which]));
1208 KASSERT(RB_RED_P(relative)
1209 || RB_RED_P(relative->rb_left)
1210 || RB_RED_P(relative->rb_right)
1211 || 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 70 # 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
bsd.own.mk 787 # relative relocs are only supported in gnu ld for ppc64 and x86
791 LD_PACK_RELATIVE_RELOCS= -Wl,-z,pack-relative-relocs
792 LD_NOPACK_RELATIVE_RELOCS= -Wl,-z,nopack-relative-relocs
  /src/bin/sh/
histedit.c 857 * relative histnums.
1047 int relative = 0; local
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/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/usr.bin/make/
test-variants.mk 165 # Ensure that the tests can be specified either as relative filenames or
  /src/common/dist/zlib/contrib/delphi/
ZLib.pas 104 the uncompressed data has been reached. Seeking backwards, seeking relative
  /src/sys/arch/hp300/hp300/
locore.s 441 /* don't want pc-relative addressing */
472 jmp Lmmuenabled:l | forced not be pc-relative
  /src/sys/dev/isa/
mcd.c 1138 msf2hsg(bcd_t *msf, int relative)
1145 if (!relative)
  /src/sys/arch/cesfic/cesfic/
locore.s 296 jmp Lenab1:l | avoid pc-relative
  /src/share/terminfo/
terminfo 352 ansi+rca|ANSI relative cursor-addressing (1-based),
354 ansi+rca2|ANSI relative cursor-addressing,
515 # ansi-mr is for ANSI terminals with ONLY relative cursor addressing
525 # beware of screen size problems and memory relative cursor addressing.
531 # ansi-mtabs adds relative addressing and minimal tab support
532 ansi-mtabs|any ANSI terminal with pessimistic assumptions (relative addressing),
6738 # implemented correctly, using relative rather than absolute positioning.
9770 # also made this entry relative to adm12 in order to give it an <sgr>. The
10027 # memory relative instead of screen relative, as we need
    [all...]

Completed in 49 milliseconds

1 2