/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
H A D | M68k.def | 9 ELF_RELOC(R_68K_PC32, 4) /* PC relative 32 bit */ 10 ELF_RELOC(R_68K_PC16, 5) /* PC relative 16 bit */ 11 ELF_RELOC(R_68K_PC8, 6) /* PC relative 8 bit */ 12 ELF_RELOC(R_68K_GOTPCREL32, 7) /* 32 bit PC relative GOT entry */ 13 ELF_RELOC(R_68K_GOTPCREL16, 8) /* 16 bit PC relative GOT entry */ 14 ELF_RELOC(R_68K_GOTPCREL8, 9) /* 8 bit PC relative GOT entry */ 18 ELF_RELOC(R_68K_PLT32, 13) /* 32 bit PC relative PLT address */ 19 ELF_RELOC(R_68K_PLT16, 14) /* 16 bit PC relative PLT address */ 20 ELF_RELOC(R_68K_PLT8, 15) /* 8 bit PC relative PLT address */
|
/openbsd/gnu/llvm/lldb/scripts/ |
H A D | analyze-project-deps.py | 54 relative = m.groups()[0].rstrip("/") 55 if relative == this_dir: 57 relative = normalize_host(relative) 58 if relative in deps: 59 deps[relative] += 1 60 elif relative != this_dir: 61 deps[relative] = 1 67 relative = os.path.relpath(base, inc_dir) variable 69 relative = relative.replace("\\", "/") variable 72 scan_deps(relative, inc_path) [all …]
|
/openbsd/gnu/llvm/compiler-rt/docs/ |
H A D | BuildingCompilerRT.rst | 45 **Default**: ```` (empty relative path) 49 relative ``CMAKE_INSTALL_PREFIX``. If setting a relative path, make sure to 59 Path where built Compiler-RT libraries should be installed. If a relative 60 path, relative to ``COMPILER_RT_INSTALL_PATH``. 66 Path where built Compiler-RT executables should be installed. If a relative 67 path, relative to ``COMPILER_RT_INSTALL_PATH``. 73 Path where Compiler-RT headers should be installed. If a relative 74 path, relative to ``COMPILER_RT_INSTALL_PATH``. 80 Path where Compiler-RT data should be installed. If a relative 81 path, relative to ``COMPILER_RT_INSTALL_PATH``.
|
/openbsd/usr.sbin/nsd/ |
H A D | netio.c | 162 struct timespec relative; in netio_dispatch() local 164 relative.tv_sec = handler->timeout->tv_sec; in netio_dispatch() 165 relative.tv_nsec = handler->timeout->tv_nsec; in netio_dispatch() 166 timespec_subtract(&relative, netio_current_time(netio)); in netio_dispatch() 169 timespec_compare(&relative, &minimum_timeout) < 0) in netio_dispatch() 172 minimum_timeout.tv_sec = relative.tv_sec; in netio_dispatch() 173 minimum_timeout.tv_nsec = relative.tv_nsec; in netio_dispatch()
|
/openbsd/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/ |
H A D | Mac.pm | 198 my $relative; 204 $relative = 0; 208 $relative = 0; 214 $relative = 1; 253 if ( ($relative) && ($result !~ /^:/) ) { 258 unless ($relative) {
|
/openbsd/gnu/usr.bin/binutils-2.17/cpu/ |
H A D | m32c.cpu | 2374 ; dsp:d[r] relative 2447 (src16-relative-operand QI) 2448 (src16-relative-operand HI) 3090 ; dsp:d[r] relative 3836 ; dsp:d[r] relative 3909 (bit16-relative-operand 16) 5675 src16-2-S-8-SB-relative-QI 5676 src16-2-S-8-FB-relative-QI 5687 src32-2-S-8-SB-relative-QI 5688 src32-2-S-8-FB-relative-QI [all …]
|
/openbsd/usr.sbin/bgpd/ |
H A D | rde_filter.c | 50 if (set->action.relative > 0) { in rde_apply_set() 56 set->action.relative; in rde_apply_set() 59 0U - set->action.relative) in rde_apply_set() 63 set->action.relative; in rde_apply_set() 72 if (set->action.relative > 0) { in rde_apply_set() 78 set->action.relative; in rde_apply_set() 81 0U - set->action.relative) in rde_apply_set() 85 set->action.relative; in rde_apply_set() 98 set->action.relative; in rde_apply_set() 105 set->action.relative; in rde_apply_set() [all …]
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | llvm-bcanalyzer.rst | 68 The size, in bytes, of the module block. Percentage is relative to File Size. 72 The size, in bytes, of all the function blocks. Percentage is relative to File 77 The size, in bytes, of the Global Types Pool. Percentage is relative to File 82 The size, in bytes, of the Constant Pool Blocks Percentage is relative to File 88 Percentage is relative to File Size. 93 Percentage is relative to File Size. Note that this value is also included in 99 Percentage is relative to File Size. Note that this value is also included in 105 relative to File Size. Note that this value is also included in the Function 111 is relative to File Size. Note that this value is also included in the Module 219 The percentage is relative to # of VBR Expanded Bytes. [all …]
|
/openbsd/usr.bin/kdump/ |
H A D | ktrstruct.c | 144 print_time(time_t t, int relative, int have_subsec) in print_time() argument 156 if (!relative && t > (10 * 365 * 24 * 3600)) { in print_time() 167 print_timespec(const struct timespec *tsp, int relative) in print_timespec() argument 174 print_time(tsp->tv_sec, relative, tsp->tv_nsec); in print_timespec() 244 ktrtimespec(const struct timespec *tsp, int relative) in ktrtimespec() argument 247 print_timespec(tsp, relative); in ktrtimespec() 252 print_timeval(const struct timeval *tvp, int relative) in print_timeval() argument 254 print_time(tvp->tv_sec, relative, tvp->tv_usec); in print_timeval() 261 ktrtimeval(const struct timeval *tvp, int relative) in ktrtimeval() argument 264 print_timeval(tvp, relative); in ktrtimeval()
|
/openbsd/regress/sbin/pfctl/ |
H A D | pf100.in | 4 anchor "relative" { 14 anchor "/relative" # absolute path
|
H A D | pf100.ok | 4 anchor "relative" all { 12 anchor "/relative" all
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/ |
H A D | reloc.texi | 524 PC-relative relocations. Sometimes these are relative to the address 568 Linkage-table relative. 769 MIPS16 GP relative reloc. 790 Low 16 bits of pc-relative value 1153 31-bit PC relative address. 1836 32 bit PC relative PLT address. 1851 32 bit PC relative offset to GOT. 1857 PC relative 16 bit shifted by 1. 1863 PC relative 32 bit shifted by 1. 1875 64 bit PC relative PLT address. [all …]
|
/openbsd/gnu/llvm/llvm/docs/AMDGPU/ |
H A D | gfx1030_label.rst | 13 A branch target, which is a 16-bit signed integer treated as a PC-relative dword offset. 18 …ion unit where it is referred from. The value is handled as a 16-bit PC-relative dword offset to b…
|
H A D | gfx8_label.rst | 13 A branch target, which is a 16-bit signed integer treated as a PC-relative dword offset. 18 …ion unit where it is referred from. The value is handled as a 16-bit PC-relative dword offset to b…
|
H A D | gfx10_label.rst | 13 A branch target, which is a 16-bit signed integer treated as a PC-relative dword offset. 18 …ion unit where it is referred from. The value is handled as a 16-bit PC-relative dword offset to b…
|
H A D | gfx90a_label.rst | 13 A branch target, which is a 16-bit signed integer treated as a PC-relative dword offset. 18 …ion unit where it is referred from. The value is handled as a 16-bit PC-relative dword offset to b…
|
H A D | gfx940_label.rst | 13 A branch target, which is a 16-bit signed integer treated as a PC-relative dword offset. 18 …ion unit where it is referred from. The value is handled as a 16-bit PC-relative dword offset to b…
|
H A D | gfx9_label.rst | 13 A branch target, which is a 16-bit signed integer treated as a PC-relative dword offset. 18 …ion unit where it is referred from. The value is handled as a 16-bit PC-relative dword offset to b…
|
H A D | gfx7_label.rst | 13 A branch target, which is a 16-bit signed integer treated as a PC-relative dword offset. 18 …ion unit where it is referred from. The value is handled as a 16-bit PC-relative dword offset to b…
|
H A D | gfx11_label.rst | 13 A branch target, which is a 16-bit signed integer treated as a PC-relative dword offset. 18 …ion unit where it is referred from. The value is handled as a 16-bit PC-relative dword offset to b…
|
/openbsd/gnu/usr.bin/binutils/bfd/doc/ |
H A D | reloc.texi | 523 PC-relative relocations. Sometimes these are relative to the address 564 Linkage-table relative. 765 MIPS16 GP relative reloc. 783 Like BFD_RELOC_LO16, but PC relative. 1204 This is a 6-bit pc-relative reloc with 1245 This is a 32-bit pc-relative reloc. 1563 32 bit PC relative PLT address. 1578 32 bit PC relative offset to GOT. 1584 PC relative 16 bit shifted by 1. 1590 PC relative 32 bit shifted by 1. [all …]
|
/openbsd/gnu/llvm/llvm/utils/lit/lit/ |
H A D | discovery.py | 44 ts, relative = search(parent) 45 return (ts, relative + (base,)) 91 ts, relative = search(item) 92 return ts, tuple(relative + tuple(components))
|
/openbsd/gnu/gcc/gcc/config/m68k/ |
H A D | predicates.md | 22 ;; operand. Use this to permit reads from PC-relative memory when 38 ;; this to permit reads from PC-relative memory when -mpcrel is 53 ;; to permit reads from PC-relative memory when -mpcrel is specified. 74 ;; Predicate that accepts only a pc-relative address. This is needed 75 ;; because pc-relative addresses don't satisfy the predicate
|
/openbsd/regress/sys/net/pf_policy/ |
H A D | Makefile | 26 relative 29 loop-relative \
|
/openbsd/gnu/usr.bin/perl/t/porting/ |
H A D | bench.t | 607 The numbers represent relative counts per loop iteration, compared to 637 The numbers represent relative counts per loop iteration, compared to 667 The numbers represent relative counts per loop iteration, compared to 776 The numbers represent relative counts per loop iteration, compared to 790 The numbers represent relative counts per loop iteration, compared to 804 The numbers represent relative counts per loop iteration, compared to 818 The numbers represent relative counts per loop iteration, compared to
|