HomeSort by relevance Sort by last modified time
    Searched full:relocation (Results 101 - 125 of 1712) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
x86-64-pic-5.ll 1 ; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1
x86-64-pic-6.ll 1 ; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1
atom-sched.ll 1 ; RUN: llc <%s -O2 -mcpu=atom -march=x86 -relocation-model=static | FileCheck -check-prefix=atom %s
2 ; RUN: llc <%s -O2 -mcpu=slm -march=x86 -relocation-model=static | FileCheck -check-prefix=slm %s
3 ; RUN: llc <%s -O2 -mcpu=core2 -march=x86 -relocation-model=static | FileCheck %s
  /external/llvm/test/ExecutionEngine/MCJIT/
cross-module-sm-pic-a.ll 1 ; RUN: %lli_mcjit -extra-module=%p/Inputs/cross-module-b.ll -relocation-model=pic -code-model=small %s > /dev/null
hello-sm-pic.ll 1 ; RUN: %lli_mcjit -relocation-model=pic -code-model=small %s > /dev/null
multi-module-sm-pic-a.ll 1 ; RUN: %lli_mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -relocation-model=pic -code-model=small %s > /dev/null
  /external/llvm/test/MC/COFF/
secidx.s 3 // check that we produce the correct relocation for .secidx
  /external/llvm/test/MC/ELF/
bad-expr2.s 4 // CHECK: No relocation available to represent this relative expression
  /external/llvm/test/MC/MachO/ARM/
bad-darwin-ARM-reloc.s 9 @ CHECK-ERROR: unsupported relocation on symbol
long-call-branch-island-relocation.s 21 @ Make the _foo symbol sufficiently far away to force the 'bl' relocation
23 @ generating an external relocation so the linker can create a branch
40 @ CHECK: # Relocation 0
  /external/llvm/test/MC/MachO/
debug_frame.s 10 // Check that we don't produce a relocation for the CIE pointer and therefore
11 // we have only one relocation in __debug_frame.
42 // CHECK-NEXT: # Relocation 0
45 // CHECK-NEXT: # Relocation 1
reloc-pcrel-offset.s 3 // CHECK: # Relocation 0
darwin-x86_64-diff-relocs.s 21 // a relocation. It seems like 'as' widens any jump that is not to a temporary,
41 // branch relocation. Fallout from the other delta hack?
49 // branch relocation. Fallout from the other delta hack?
55 // branch relocation. Fallout from the other delta hack?
203 // CHECK: # Relocation 0
206 // CHECK: # Relocation 1
209 // CHECK: # Relocation 2
212 // CHECK: # Relocation 3
215 // CHECK: # Relocation 4
218 // CHECK: # Relocation
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
trivial.ll 3 ; llc -mtriple=i386-linux-gnu trivial.ll -filetype=obj -o trivial-object-test.elf-i386 -relocation-model=pic
4 ; llc -mtriple=x86_64-linux-gnu trivial.ll -filetype=obj -o trivial-object-test.elf-x86-64 -relocation-model=pic
5 ; llc -mtriple=i386-apple-darwin10 trivial.ll -filetype=obj -o trivial-object-test.macho-i386 -relocation-model=pic
6 ; llc -mtriple=x86_64-apple-darwin10 trivial.ll -filetype=obj -o trivial-object-test.macho-x86-64 -relocation-model=pic
  /frameworks/compile/mclinker/include/mcld/LD/
StubFactory.h 18 class Relocation;
35 Stub* create(Relocation& pReloc,
42 /// relocation
43 Stub* findPrototype(const Relocation& pReloc,
  /external/e2fsprogs/tests/defaults/
e_script 2 # Default script for testing the relocation library routines
3 # (irel -- inode relocation and brel -- block relocation)
  /external/llvm/test/CodeGen/ARM/
fast-isel-call-multi-reg-return.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=armv7-linux-gnueabi | FileCheck %s --check-prefix=ARM
3 ; 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-indirectbr.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=armv7-linux-gnueabi | FileCheck %s --check-prefix=ARM
3 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB
  /external/llvm/test/CodeGen/Mips/
abicalls.ll 8 ; RUN: llc -filetype=asm -mtriple mipsel-unknown-linux -mcpu=mips32 -relocation-model=static %s -o - | FileCheck -check-prefix=CHECK-STATIC %s
10 ; RUN: llc -filetype=asm -mtriple mips64el-unknown-linux -mcpu=mips4 -relocation-model=static %s -o - | FileCheck -check-prefix=CHECK-PIC %s
11 ; RUN: llc -filetype=asm -mtriple mips64el-unknown-linux -mcpu=mips64 -relocation-model=static %s -o - | FileCheck -check-prefix=CHECK-PIC %s
helloworld.ll 1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=C1
2 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=C2
3 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=PE
4 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -relocation-model=static -O3 < %s | FileCheck %s -check-prefix=ST1
5 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -relocation-model=static -O3 < %s | FileCheck %s -check-prefix=ST2
7 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=SR
8 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips32 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=SR32
  /external/llvm/test/Object/
relocation-executable.test 6 // CHECK-NEXT: Relocation {
14 // CHECK-NEXT: Relocation {
20 // CHECK-NEXT: Relocation {
yaml2obj-readobj.test 12 // COFF-I386-NEXT: Relocation {
17 // COFF-I386-NEXT: Relocation {
22 // COFF-I386-NEXT: Relocation {
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.h 18 // FIXME: llvm::ELF doesn't define AArch64 dynamic relocation types
43 typedef KeyEntryMap<Relocation, Relocation> RelRelMap;
58 * 0001 ReserveRel - reserve an dynamic relocation entry
84 Result applyRelocation(Relocation& pRelocation);
92 const char* getName(Relocation::Type pType) const;
94 Size getSize(Relocation::Type pType) const;
113 /// - dynamin relocation entries (for .rel.plt and .rel.dyn sections)
114 void scanRelocation(Relocation& pReloc,
121 void scanLocalReloc(Relocation& pReloc, const LDSection& pSection)
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 23 // Relocation Helper Functions
25 /// helper_DynRel - Get an relocation entry in .rela.dyn
26 static Relocation &helper_DynRel_init(ResolveInfo *pSym,
32 Relocation &rela_entry = *ld_backend.getRelaDyn().create();
43 /// helper_use_relative_reloc - Check if symbol can use relocation
54 static HexagonGOTEntry &helper_GOT_init(Relocation &pReloc,
57 // rsym - The relocation target symbol
66 // No corresponding dynamic relocation, initialize to the symbol value.
70 // Initialize got_entry content and the corresponding dynamic relocation.
92 static PLTEntryBase &helper_PLT_init(Relocation &pReloc
    [all...]
  /frameworks/compile/mclinker/include/mcld/Fragment/
Stub.h 15 #include <mcld/Fragment/Relocation.h>
22 class Relocation;
28 typedef Relocation::DWord DWord;
29 typedef Relocation::SWord SWord;
30 typedef Relocation::Type Type;
69 virtual bool isMyDuty(const class Relocation& pReloc,
113 /// addFixup - add a fixup for this stub to build a relocation

Completed in 327 milliseconds

1 2 3 45 6 7 8 91011>>