HomeSort by relevance Sort by last modified time
    Searched full:relocation (Results 301 - 325 of 1303) sorted by null

<<11121314151617181920>>

  /external/llvm/test/MC/ELF/
symref.s 25 // CHECK: # Relocation 0
31 // CHECK-NEXT: # Relocation 1
37 // CHECK-NEXT: # Relocation 2
43 // CHECK-NEXT: # Relocation 3
49 // CHECK-NEXT: # Relocation 4
  /frameworks/compile/mclinker/lib/LD/
BranchIsland.cpp 97 /// for the given relocation
98 Stub* BranchIsland::findStub(const Stub* pPrototype, const Relocation& pReloc)
111 const Relocation& pReloc,
142 /// addRelocation - add a relocation into island
143 bool BranchIsland::addRelocation(Relocation& pReloc)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
a.out.h 16 unsigned int a_trsize;/* Length of relocation info for text, in bytes. */
17 unsigned int a_drsize;/* Length of relocation info for data, in bytes. */
122 /* This structure describes a single relocation to be performed.
123 The text-relocation section of the file is a vector of these structures,
125 Likewise, the data-relocation section applies to the data section. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
a.out.h 16 unsigned int a_trsize;/* Length of relocation info for text, in bytes. */
17 unsigned int a_drsize;/* Length of relocation info for data, in bytes. */
122 /* This structure describes a single relocation to be performed.
123 The text-relocation section of the file is a vector of these structures,
125 Likewise, the data-relocation section applies to the data section. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
a.out.h 16 unsigned int a_trsize;/* Length of relocation info for text, in bytes. */
17 unsigned int a_drsize;/* Length of relocation info for data, in bytes. */
122 /* This structure describes a single relocation to be performed.
123 The text-relocation section of the file is a vector of these structures,
125 Likewise, the data-relocation section applies to the data section. */
  /external/elfutils/libebl/
eblrelativerelocp.c 1 /* Check whether given relocation is a relocation relocation.
  /external/llvm/test/CodeGen/ARM/
indirectbr.ll 1 ; RUN: llc < %s -relocation-model=pic -mtriple=armv6-apple-darwin | FileCheck %s -check-prefix=ARM
2 ; RUN: llc < %s -relocation-model=pic -mtriple=thumbv6-apple-darwin | FileCheck %s -check-prefix=THUMB
3 ; RUN: llc < %s -relocation-model=static -mtriple=thumbv7-apple-darwin | FileCheck %s -check-prefix=THUMB2
machine-licm.ll 1 ; RUN: llc < %s -mtriple=thumb-apple-darwin -relocation-model=pic -disable-fp-elim | FileCheck %s -check-prefix=THUMB
2 ; RUN: llc < %s -mtriple=arm-apple-darwin -relocation-model=pic -disable-fp-elim | FileCheck %s -check-prefix=ARM
3 ; RUN: llc < %s -mtriple=arm-apple-darwin -relocation-model=pic -disable-fp-elim -mattr=+v6t2 | FileCheck %s -check-prefix=MOVT
fast-isel-br-const.ll 1 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ARM
2 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB
fast-isel-fold.ll 1 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-darwin | FileCheck %s --check-prefix=ARM
2 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-darwin | FileCheck %s --check-prefix=THUMB
fast-isel-icmp.ll 1 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ARM
2 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB
fast-isel-mvn.ll 1 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ARM
2 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB
  /external/llvm/test/CodeGen/PowerPC/
indirectbr.ll 1 ; RUN: llc < %s -relocation-model=pic -march=ppc32 -mtriple=powerpc-apple-darwin | FileCheck %s -check-prefix=PIC
2 ; RUN: llc < %s -relocation-model=static -march=ppc32 -mtriple=powerpc-apple-darwin | FileCheck %s -check-prefix=STATIC
3 ; RUN: llc < %s -relocation-model=pic -march=ppc64 -mtriple=powerpc64-apple-darwin | FileCheck %s -check-prefix=PPC64
  /external/llvm/test/CodeGen/X86/
pic_jumptable.ll 1 ; RUN: llc < %s -relocation-model=pic -mtriple=i386-linux-gnu -asm-verbose=false \
3 ; RUN: llc < %s -relocation-model=pic -mark-data-regions -mtriple=i686-apple-darwin -asm-verbose=false \
5 ; RUN: llc < %s -relocation-model=pic -mtriple=i686-apple-darwin -asm-verbose=false \
loop-strength-reduce-2.ll 1 ; RUN: llc < %s -march=x86 -relocation-model=pic | FileCheck %s -check-prefix=PIC
2 ; RUN: llc < %s -march=x86 -relocation-model=static | FileCheck %s -check-prefix=STATIC
lsr-static-addr.ll 1 ; RUN: llc -march=x86-64 -mcpu=generic -mtriple=x86_64-unknown-linux-gnu -relocation-model=static -asm-verbose=false < %s | FileCheck %s
2 ; RUN: llc -march=x86-64 -mcpu=atom -mtriple=x86_64-unknown-linux-gnu -relocation-model=static -asm-verbose=false < %s | FileCheck -check-prefix=ATOM %s
tls-pic.ll 1 ; RUN: llc < %s -march=x86 -mtriple=i386-linux-gnu -relocation-model=pic | FileCheck -check-prefix=X32 %s
2 ; RUN: llc < %s -march=x86-64 -mtriple=x86_64-linux-gnu -relocation-model=pic | FileCheck -check-prefix=X64 %s
  /external/llvm/include/llvm/Object/
MachOFormat.h 329 /// @name Relocation Data
368 /// Common relocation info types.
375 /// Generic relocation info types, which are shared by some (but not all)
383 /// X86_64 uses its own relocation types.
385 // Note that x86_64 doesn't even share the common relocation types.
398 /// ARM uses its own relocation types.
  /external/elfutils/tests/
run-readelf-test1.sh 41 Relocation section [ 8] '.rel.got' for section [19] '.got' at offset 0x294 contains 1 entry:
45 Relocation section [ 9] '.rel.plt' for section [11] '.plt' at offset 0x29c contains 4 entries:
  /external/llvm/include/llvm/MC/
MCCodeGenInfo.h 11 // asm parsing, and asm printing. For example, relocation model.
23 /// RelocationModel - Relocation model: static, pic, etc.
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.h 21 VK_ARM_HI16, // The R_ARM_MOVT_ABS relocation (:upper16: in the .s file)
22 VK_ARM_LO16 // The R_ARM_MOVW_ABS_NC relocation (:lower16: in the .s file)
  /external/llvm/test/DebugInfo/X86/
stringpool.ll 16 ; Verify that we refer to 'yyyy' with a relocation.
26 ; Verify that we refer to 'yyyy' without a relocation.
  /external/llvm/test/MC/MachO/
string-table.s 39 // CHECK: # Relocation 0
42 // CHECK: # Relocation 1
variable-exprs.s 99 // CHECK-I386: # Relocation 0
102 // CHECK-I386: # Relocation 1
105 // CHECK-I386: # Relocation 2
108 // CHECK-I386: # Relocation 3
111 // CHECK-I386: # Relocation 4
114 // CHECK-I386: # Relocation 5
117 // CHECK-I386: # Relocation 6
120 // CHECK-I386: # Relocation 7
123 // CHECK-I386: # Relocation 8
300 // CHECK-X86_64: # Relocation
    [all...]
  /frameworks/compile/mclinker/include/mcld/Fragment/
FGNode.h 22 class Relocation;
33 typedef Relocation* Signal;

Completed in 661 milliseconds

<<11121314151617181920>>