Home
last modified time | relevance | path

Searched refs:relative (Results 1 – 25 of 134) sorted by relevance

123456

/dragonfly/contrib/tcsh-6/
H A Dtc.sched.c65 int relative; /* time specified as +hh:mm */ in dosched() local
129 relative = 0; in dosched()
133 cp++, relative++; in dosched()
146 if (*cp && relative) in dosched()
152 if (relative) { in dosched()
/dragonfly/contrib/gcc-8.0/gcc/go/
H A Dlang.opt72 fgo-relative-import-path=
74 -fgo-relative-import-path=<path> Treat a relative import as relative to path.
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dfs_ops.h270 inline path relative(const path& __p, error_code& __ec) in _GLIBCXX_VISIBILITY()
271 { return relative(__p, current_path(), __ec); } in _GLIBCXX_VISIBILITY()
273 path relative(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY()
274 path relative(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY()
/dragonfly/bin/sh/
H A Dhistedit.c429 int relative = 0; in str_to_event() local
435 relative = 1; in str_to_event()
442 if (relative) { in str_to_event()
/dragonfly/sys/libprop/
H A Dprop_rb.c1115 const struct rb_node *relative0, *relative; in rb_tree_check_node() local
1120 relative = rb_tree_iterate_const(rbt, in rb_tree_check_node()
1122 KASSERT(relative != NULL); in rb_tree_check_node()
1123 KASSERT(RB_SENTINEL_P(relative->rb_nodes[which])); in rb_tree_check_node()
1125 KASSERT(RB_RED_P(relative) in rb_tree_check_node()
1126 || RB_RED_P(relative->rb_left) in rb_tree_check_node()
1127 || RB_RED_P(relative->rb_right) in rb_tree_check_node()
1128 || RB_RED_P(RB_FATHER(relative))); in rb_tree_check_node()
/dragonfly/contrib/dhcpcd/compat/
H A Drb.c1192 const struct rb_node *relative0, *relative; in rb_tree_check_node() local
1197 relative = rb_tree_iterate_const(rbt, in rb_tree_check_node()
1199 KASSERT(relative != NULL); in rb_tree_check_node()
1200 KASSERT(RB_SENTINEL_P(relative->rb_nodes[which])); in rb_tree_check_node()
1202 KASSERT(RB_RED_P(relative) in rb_tree_check_node()
1203 || RB_RED_P(relative->rb_left) in rb_tree_check_node()
1204 || RB_RED_P(relative->rb_right) in rb_tree_check_node()
1205 || RB_RED_P(RB_FATHER(relative))); in rb_tree_check_node()
/dragonfly/contrib/gdb-7/include/aout/
H A Dstab.def24 with this file. The symbol's n_strx (relative to the just-updated
72 a row provide the build directory and the relative path of the .o from it.
91 relative to the start of the current function. */
141 source file name, relative to the compilation directory. Others (perhaps
184 On Solaris2, the value is relative to the start of the current function. */
201 On Solaris2, the value is relative to the start of the current function. */
/dragonfly/contrib/binutils-2.27/include/aout/
H A Dstab.def23 with this file. The symbol's n_strx (relative to the just-updated
71 a row provide the build directory and the relative path of the .o from it.
90 relative to the start of the current function. */
140 source file name, relative to the compilation directory. Others (perhaps
183 On Solaris2, the value is relative to the start of the current function. */
200 On Solaris2, the value is relative to the start of the current function. */
/dragonfly/contrib/binutils-2.34/include/aout/
H A Dstab.def23 with this file. The symbol's n_strx (relative to the just-updated
71 a row provide the build directory and the relative path of the .o from it.
90 relative to the start of the current function. */
140 source file name, relative to the compilation directory. Others (perhaps
183 On Solaris2, the value is relative to the start of the current function. */
200 On Solaris2, the value is relative to the start of the current function. */
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-m68hc11.texi52 and @samp{movw} instruction when a PC-relative operand is used.
103 relative branches into absolute branches when the branch offset is
104 out of range. By default @code{@value{AS}} transforms the relative
113 and @code{@value{AS}} will generate an error if a relative branch
120 relative branches into absolute branches. This option does not affect
460 For the cases of non-PC relative displacements and long displacements,
463 non-PC relative case:
H A Dc-s390.texi670 fields and 32-bit pc-relative immediate fields. The @@got12 modifier is
674 For a 32-bit pc-relative field the pc-relative offset to the GOT
677 The @@gotent modifier can be used for 32-bit pc-relative immediate fields.
687 fields, and 32-bit pc-relative immediate fields. A procedure linkage
691 GOT to the jump slot for the symbol. For a 32-bit pc-relative field
692 the pc-relative offset to the jump slot from the current instruction
697 The symbol term is replaced with the relative offset from the current
709 The @@indntpoff modifier can be used for 32-bit pc-relative immediate
712 is replaced with the pc-relative offset to the GOT slot from the current
852 is replaced with the offset of the symbol relative to the start of the
[all …]
H A Dc-cris.texi69 @option{--pic} will use PC-relative rather than (slightly
248 is entered, or a PC-relative value, or a value relative to the
281 is a pc-relative offset to the corresponding stub code in the
292 Like PLT, but the value is relative to the beginning of the
319 address of the symbol relative to the start of the global offset
H A Dc-tilegx.texi236 with a global offset table entry. The value is a pc-relative offset
246 This modifier is used to load bits 0-15 of the pc-relative address of
251 This modifier is used to load bits 16-31 of the pc-relative address of
261 This modifier is used to load bits 32-47 of the pc-relative address of
/dragonfly/gnu/usr.bin/cc47/cc_tools/libiberty/
H A DMakefile6 lbasename.c lrealpath.c make-relative-prefix.c make-temp-file.c \
/dragonfly/gnu/usr.bin/gdb/libiberty/
H A DMakefile28 ./make-relative-prefix.c \
/dragonfly/contrib/binutils-2.27/ld/scripttempl/
H A DDWARF.sc9 Symbols in the DWARF debugging sections are relative to the beginning
/dragonfly/gnu/usr.bin/cc80/cc_tools/libiberty/
H A DMakefile9 lbasename.c lrealpath.c make-relative-prefix.c make-temp-file.c \
/dragonfly/contrib/binutils-2.34/ld/scripttempl/
H A DDWARF.sc9 Symbols in the DWARF debugging sections are relative to the beginning
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dsources10 # The default is to assume the relative position of HAL in the Fusion tree.
/dragonfly/gnu/usr.bin/binutils227/block1/libiberty/
H A DMakefile31 make-relative-prefix.c \
/dragonfly/gnu/usr.bin/cc47/libiberty/
H A DMakefile34 make-relative-prefix.o \
/dragonfly/gnu/usr.bin/cc80/support-libs/libiberty/
H A DMakefile37 make-relative-prefix.o \
/dragonfly/gnu/usr.bin/binutils234/block1/libiberty/
H A DMakefile21 make-relative-prefix.c make-temp-file.c \
/dragonfly/contrib/binutils-2.27/gold/
H A Daarch64-reloc.def56 // Above 10 relocs are from Table 4-9, Relocations to generate 19, 21 and 33 bit PC-relative addres…
61 // Above 2 relocs are from Table 4-14, GOT-relative instruction relocations. (Some relocs in the ta…
/dragonfly/doc/
H A DTODO.nvmm20 emulator. For example if the guest makes an MMIO access relative to RSP, we

123456