HomeSort by relevance Sort by last modified time
    Searched full:relative (Results 76 - 100 of 11720) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCFixup.h 28 FK_PCRel_1, ///< A one-byte pc relative fixup.
29 FK_PCRel_2, ///< A two-byte pc relative fixup.
30 FK_PCRel_4, ///< A four-byte pc relative fixup.
31 FK_PCRel_8, ///< A eight-byte pc relative fixup.
32 FK_GPRel_1, ///< A one-byte gp relative fixup.
33 FK_GPRel_2, ///< A two-byte gp relative fixup.
34 FK_GPRel_4, ///< A four-byte gp relative fixup.
35 FK_GPRel_8, ///< A eight-byte gp relative fixup.
36 FK_DTPRel_4, ///< A four-byte dtp relative fixup.
37 FK_DTPRel_8, ///< A eight-byte dtp relative fixup
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCFixup.h 28 FK_PCRel_1, ///< A one-byte pc relative fixup.
29 FK_PCRel_2, ///< A two-byte pc relative fixup.
30 FK_PCRel_4, ///< A four-byte pc relative fixup.
31 FK_PCRel_8, ///< A eight-byte pc relative fixup.
32 FK_GPRel_1, ///< A one-byte gp relative fixup.
33 FK_GPRel_2, ///< A two-byte gp relative fixup.
34 FK_GPRel_4, ///< A four-byte gp relative fixup.
35 FK_GPRel_8, ///< A eight-byte gp relative fixup.
36 FK_DTPRel_4, ///< A four-byte dtp relative fixup.
37 FK_DTPRel_8, ///< A eight-byte dtp relative fixup
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCFixup.h 28 FK_PCRel_1, ///< A one-byte pc relative fixup.
29 FK_PCRel_2, ///< A two-byte pc relative fixup.
30 FK_PCRel_4, ///< A four-byte pc relative fixup.
31 FK_PCRel_8, ///< A eight-byte pc relative fixup.
32 FK_GPRel_1, ///< A one-byte gp relative fixup.
33 FK_GPRel_2, ///< A two-byte gp relative fixup.
34 FK_GPRel_4, ///< A four-byte gp relative fixup.
35 FK_GPRel_8, ///< A eight-byte gp relative fixup.
36 FK_DTPRel_4, ///< A four-byte dtp relative fixup.
37 FK_DTPRel_8, ///< A eight-byte dtp relative fixup
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCFixup.h 28 FK_PCRel_1, ///< A one-byte pc relative fixup.
29 FK_PCRel_2, ///< A two-byte pc relative fixup.
30 FK_PCRel_4, ///< A four-byte pc relative fixup.
31 FK_PCRel_8, ///< A eight-byte pc relative fixup.
32 FK_GPRel_1, ///< A one-byte gp relative fixup.
33 FK_GPRel_2, ///< A two-byte gp relative fixup.
34 FK_GPRel_4, ///< A four-byte gp relative fixup.
35 FK_GPRel_8, ///< A eight-byte gp relative fixup.
36 FK_DTPRel_4, ///< A four-byte dtp relative fixup.
37 FK_DTPRel_8, ///< A eight-byte dtp relative fixup
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCFixup.h 28 FK_PCRel_1, ///< A one-byte pc relative fixup.
29 FK_PCRel_2, ///< A two-byte pc relative fixup.
30 FK_PCRel_4, ///< A four-byte pc relative fixup.
31 FK_PCRel_8, ///< A eight-byte pc relative fixup.
32 FK_GPRel_1, ///< A one-byte gp relative fixup.
33 FK_GPRel_2, ///< A two-byte gp relative fixup.
34 FK_GPRel_4, ///< A four-byte gp relative fixup.
35 FK_GPRel_8, ///< A eight-byte gp relative fixup.
36 FK_DTPRel_4, ///< A four-byte dtp relative fixup.
37 FK_DTPRel_8, ///< A eight-byte dtp relative fixup
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCFixup.h 28 FK_PCRel_1, ///< A one-byte pc relative fixup.
29 FK_PCRel_2, ///< A two-byte pc relative fixup.
30 FK_PCRel_4, ///< A four-byte pc relative fixup.
31 FK_PCRel_8, ///< A eight-byte pc relative fixup.
32 FK_GPRel_1, ///< A one-byte gp relative fixup.
33 FK_GPRel_2, ///< A two-byte gp relative fixup.
34 FK_GPRel_4, ///< A four-byte gp relative fixup.
35 FK_GPRel_8, ///< A eight-byte gp relative fixup.
36 FK_DTPRel_4, ///< A four-byte dtp relative fixup.
37 FK_DTPRel_8, ///< A eight-byte dtp relative fixup
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/importlib/
__init__.py 15 raise ValueError("attempted relative import beyond top-level "
23 The 'package' argument is required when performing a relative import. It
25 relative import to an absolute import.
30 raise TypeError("relative imports require the 'package' argument")
  /prebuilts/gdb/linux-x86/lib/python2.7/importlib/
__init__.py 15 raise ValueError("attempted relative import beyond top-level "
23 The 'package' argument is required when performing a relative import. It
25 relative import to an absolute import.
30 raise TypeError("relative imports require the 'package' argument")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/importlib/
__init__.py 15 raise ValueError("attempted relative import beyond top-level "
23 The 'package' argument is required when performing a relative import. It
25 relative import to an absolute import.
30 raise TypeError("relative imports require the 'package' argument")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/importlib/
__init__.py 15 raise ValueError("attempted relative import beyond top-level "
23 The 'package' argument is required when performing a relative import. It
25 relative import to an absolute import.
30 raise TypeError("relative imports require the 'package' argument")
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
anim1-expected-completion57.txt 3 100%p : <b>Fraction</b> - a percentage relative to parent container
  /toolchain/binutils/binutils-2.27/config/
mt-nios2-elf 3 # offset range for GP-relative addressing.
  /toolchain/binutils/binutils-2.27/elfcpp/
x86_64.h 49 R_X86_64_PC32 = 2, // PC relative 32 bit signed
56 R_X86_64_GOTPCREL = 9, // 32 bit signed PC relative offset to GOT
60 R_X86_64_PC16 = 13, // 16 bit sign extended pc relative
62 R_X86_64_PC8 = 15, // 8 bit sign extended pc relative
68 R_X86_64_TLSGD = 19, // 32 bit signed PC relative offset to two
70 R_X86_64_TLSLD = 20, // 32 bit signed PC relative offset to two
73 R_X86_64_GOTTPOFF = 22, // 32 bit signed PC relative offset to GOT
77 R_X86_64_PC64 = 24, // 64-bit PC relative
79 R_X86_64_GOTPC32 = 26, // 32-bit PC relative offset to GOT
82 R_X86_64_GOTPCREL64 = 28, // 64-bit PC relative offset to GOT entr
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
plt-relocs.s 1 ;;; Test if the assembler correctly generates PC-relative relocations
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
ldr-bad.l 6 [^:]*:16: Error: cannot use register index with PC-relative addressing -- `ldr r2,\[r15,r2\]!'
7 [^:]*:19: Error: cannot use register index with PC-relative addressing -- `ldr r1,\[r1,r15\]'
9 [^:]*:23: Error: cannot use register index with PC-relative addressing -- `str r1,\[r15,#10\]!'
11 [^:]*:27: Error: cannot use register index with PC-relative addressing -- `str r1,\[r15,r2\]!'
thumbrel.s 1 @ Check that PC-relative relocs against local function symbols are
vstr-thumb-bad.d 1 # name: VFP PC-relative VSTR thumb mode
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68k/
p2663.s 2 | This code generates an incorrect pc relative offset
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
pcrel-1.d 2 #name: Locally-resolvable PC-relative code references
pcrel-4-n32.d 2 #name: Valid cross-section PC-relative references (n32)
pcrel-reloc-2-r6.d 2 #name: MIPS R6 local PC-relative relocations 2
pcrel-reloc-2.d 2 #name: MIPS local PC-relative relocations 2
pcrel-reloc-3-r6.d 2 #name: MIPS R6 local PC-relative relocations 3
pcrel-reloc-3.d 2 #name: MIPS local PC-relative relocations 3
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
loc-6.s 2 % interpret it as a (section-relative) negative number.

Completed in 1356 milliseconds

1 2 34 5 6 7 8 91011>>