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

1 2 3 4 56 7 8 91011>>

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 26 // Relocation helper function //
28 static Relocator::DWord getThumbBit(const Relocation& pReloc)
62 // Check if symbol can use relocation R_ARM_RELATIVE
91 ARMGOTEntry& helper_GOT_init(Relocation& pReloc,
95 // rsym - The relocation target symbol
104 // No corresponding dynamic relocation, initialize to the symbol value.
108 // Initialize corresponding dynamic relocation.
109 Relocation& rel_entry = *ld_backend.getRelDyn().create();
117 // Initialize got entry to 0 for corresponding dynamic relocation.
143 ARMPLT1& helper_PLT_init(Relocation& pReloc, ARMRelocator& pParent
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64RelocationHelpers.h 17 // Relocation helper functions
105 helper_PLT_init(Relocation& pReloc, AArch64Relocator& pParent)
107 // rsym - The relocation target symbol
122 Relocation& rel_entry = *ld_backend.getRelaPLT().create();
129 /// helper_DynRel - Get an relocation entry in .rela.dyn
130 static inline Relocation&
138 Relocation& rel_entry = *ld_backend.getRelaDyn().create();
149 /// helper_use_relative_reloc - Check if symbol can use relocation
179 helper_GOT_init(Relocation& pReloc, bool pHasRel, AArch64Relocator& pParent)
181 // rsym - The relocation target symbo
    [all...]
  /external/llvm/test/CodeGen/ARM/
cse-ldrlit.ll 1 ; RUN: llc -mtriple=thumbv6m-apple-none-macho -relocation-model=pic -o - %s | FileCheck %s --check-prefix=CHECK-THUMB-PIC
2 ; RUN: llc -mtriple=arm-apple-none-macho -relocation-model=pic -o - %s | FileCheck %s --check-prefix=CHECK-ARM-PIC
3 ; RUN: llc -mtriple=thumbv6m-apple-none-macho -relocation-model=dynamic-no-pic -o - %s | FileCheck %s --check-prefix=CHECK-DYNAMIC
4 ; RUN: llc -mtriple=arm-apple-none-macho -relocation-model=dynamic-no-pic -o - %s | FileCheck %s --check-prefix=CHECK-DYNAMIC
5 ; RUN: llc -mtriple=thumbv6m-apple-none-macho -relocation-model=static -o - %s | FileCheck %s --check-prefix=CHECK-STATIC
6 ; RUN: llc -mtriple=arm-apple-none-macho -relocation-model=static -o - %s | FileCheck %s --check-prefix=CHECK-STATIC
fast-isel-ret.ll 1 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios -verify-machineinstrs | FileCheck %s
2 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi -verify-machineinstrs | FileCheck %s
3 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios -verify-machineinstrs | FileCheck %s
available_externally.ll 1 ; RUN: llc < %s -mtriple=arm-apple-darwin -relocation-model=pic | FileCheck %s
fast-isel-align.ll 1 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios -verify-machineinstrs | FileCheck %s --check-prefix=ARM
2 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios -verify-machineinstrs | FileCheck %s --check-prefix=THUMB
3 ; RUN: llc < %s -O0 -arm-strict-align -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios -verify-machineinstrs | FileCheck %s --check-prefix=ARM-STRICT-ALIGN
4 ; RUN: llc < %s -O0 -arm-strict-align -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios -verify-machineinstrs | FileCheck %s --check-prefix=THUMB-STRICT-ALIGN
6 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi -verify-machineinstrs | FileCheck %s --check-prefix=ARM
7 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-linux-gnueabi -verify-machineinstrs | FileCheck %s --check-prefix=THUMB
8 ; RUN: llc < %s -O0 -arm-strict-align -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi -verify-machineinstrs | FileCheck %s --check-prefix=ARM-STRICT-ALIGN
9 ; RUN: llc < %s -O0 -arm-strict-align -relocation-model=dynamic-no-pic -mtriple=thumbv7-linux-gnueabi -verify-machineinstrs | FileCheck %s --check-prefix=THUMB-STRICT-ALIGN
11 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-unknown-nacl -verify-machineinstrs | FileCheck %s --check-prefix=ARM
12 ; RUN: llc < %s -O0 -arm-strict-align -relocation-model=dynamic-no-pic -mtriple=armv7-unknown-nacl -verify-machineinstrs | FileCheck %s --check-pref (…)
    [all...]
fast-isel-static.ll 1 ; RUN: llc < %s -mtriple=thumbv7-apple-ios -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=static -arm-long-calls | FileCheck -check-prefix=CHECK-LONG %s
2 ; RUN: llc < %s -mtriple=armv7-linux-gnueabi -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=static -arm-long-calls | FileCheck -check-prefix=CHECK-LONG %s
3 ; RUN: llc < %s -mtriple=thumbv7-apple-ios -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=static | FileCheck -check-prefix=CHECK-NORM %s
4 ; RUN: llc < %s -mtriple=armv7-linux-gnueabi -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=static | FileCheck -check-prefix=CHECK-NORM %s
globals.ll 1 ; RUN: llc < %s -mtriple=armv6-apple-darwin -relocation-model=static | FileCheck %s -check-prefix=DarwinStatic
2 ; RUN: llc < %s -mtriple=armv6-apple-darwin -relocation-model=dynamic-no-pic | FileCheck %s -check-prefix=DarwinDynamic
3 ; RUN: llc < %s -mtriple=armv6-apple-darwin -relocation-model=pic | FileCheck %s -check-prefix=DarwinPIC
4 ; RUN: llc < %s -mtriple=armv6-linux-gnueabi -relocation-model=pic | FileCheck %s -check-prefix=LinuxPIC
tls1.ll 6 ; RUN: -relocation-model=pic | grep "__tls_get_addr"
  /external/llvm/test/CodeGen/Mips/
2010-07-20-Switch.ll 1 ; RUN: llc < %s -march=mips -relocation-model=static | \
3 ; RUN: llc < %s -march=mips -relocation-model=pic | \
5 ; RUN: llc < %s -march=mips64 -relocation-model=pic -mcpu=mips4 | \
7 ; RUN: llc < %s -march=mips64 -relocation-model=static -mcpu=mips4 | \
9 ; RUN: llc < %s -march=mips64 -relocation-model=pic -mcpu=mips64 | \
11 ; RUN: llc < %s -march=mips64 -relocation-model=static -mcpu=mips64 | \
global-address.ll 1 ; RUN: llc -march=mipsel -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-O32
2 ; RUN: llc -march=mipsel -relocation-model=static -mtriple=mipsel-linux-gnu < %s | FileCheck %s -check-prefix=STATIC-O32
3 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=-n64,n32 -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-N32
4 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=-n64,n32 -relocation-model=static -mtriple=mipsel-linux-gnu < %s | FileCheck %s -check-prefix=STATIC-N32
5 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=-n64,n64 -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-N64
6 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=-n64,n64 -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-N64
start-asm-file.ll 8 ; RUN: -relocation-model=static %s -o - | \
12 ; RUN: -relocation-model=pic %s -o - | \
16 ; RUN: -relocation-model=static -mattr=+nan2008 %s -o - | \
20 ; RUN: -relocation-model=pic -mattr=+nan2008 %s -o - | \
25 ; RUN: -relocation-model=static -mattr=-n64,+n32 %s -o - | \
29 ; RUN: -relocation-model=pic -mattr=-n64,+n32 %s -o - | \
33 ; RUN: -relocation-model=static -mattr=-n64,+n32,+nan2008 %s -o - | \
37 ; RUN: -relocation-model=pic -mattr=-n64,+n32,+nan2008 %s -o - | \
42 ; RUN: -relocation-model=static -mattr=+n64 %s -o - | \
46 ; RUN: -relocation-model=pic -mattr=+n64 %s -o - |
    [all...]
fp16static.ll 1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=static < %s | FileCheck %s -check-prefix=CHECK-STATIC16
tls16.ll 1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=PIC16
tls16_2.ll 1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=PIC16
  /external/llvm/test/CodeGen/SPARC/
constpool.ll 1 ; RUN: llc < %s -march=sparc -relocation-model=static -code-model=small | FileCheck --check-prefix=abs32 %s
2 ; RUN: llc < %s -march=sparcv9 -relocation-model=static -code-model=small | FileCheck --check-prefix=abs32 %s
3 ; RUN: llc < %s -march=sparcv9 -relocation-model=static -code-model=medium | FileCheck --check-prefix=abs44 %s
4 ; RUN: llc < %s -march=sparcv9 -relocation-model=static -code-model=large | FileCheck --check-prefix=abs64 %s
5 ; RUN: llc < %s -march=sparc -relocation-model=pic -code-model=medium | FileCheck --check-prefix=v8pic32 %s
6 ; RUN: llc < %s -march=sparcv9 -relocation-model=pic -code-model=medium | FileCheck --check-prefix=v9pic32 %s
globals.ll 1 ; RUN: llc < %s -march=sparc -relocation-model=static -code-model=small | FileCheck --check-prefix=abs32 %s
2 ; RUN: llc < %s -march=sparcv9 -relocation-model=static -code-model=small | FileCheck --check-prefix=abs32 %s
3 ; RUN: llc < %s -march=sparcv9 -relocation-model=static -code-model=medium | FileCheck --check-prefix=abs44 %s
4 ; RUN: llc < %s -march=sparcv9 -relocation-model=static -code-model=large | FileCheck --check-prefix=abs64 %s
5 ; RUN: llc < %s -march=sparc -relocation-model=pic -code-model=medium | FileCheck --check-prefix=v8pic32 %s
6 ; RUN: llc < %s -march=sparcv9 -relocation-model=pic -code-model=medium | FileCheck --check-prefix=v9pic32 %s
  /external/llvm/lib/Target/Mips/
MipsRelocations.h 10 // This file defines the Mips target-specific relocation types
11 // (for relocation-model=static).
23 // reloc_mips_pc16 - pc relative relocation for branches. The lower 18
  /external/llvm/test/Object/Inputs/COFF/
i386.yaml 13 - !Relocation
18 - !Relocation
23 - !Relocation
  /external/e2fsprogs/tests/f_preen/
expect.1 2 of the inode table require relocation, you may wish to try
  /external/e2fsprogs/tests/progs/test_data/
test.brel 2 # This is the test script for the block relocation table.
  /external/llvm/test/CodeGen/Mips/Fast-ISel/
simplestore.ll 1 ; RUN: llc -march=mipsel -relocation-model=pic -O0 -mips-fast-isel -fast-isel-abort -mcpu=mips32r2 \
  /external/llvm/test/CodeGen/Mips/cconv/
return-hard-fp128.ll 1 ; RUN: llc -march=mips64 -relocation-model=static -mattr=-n64,+n32 < %s | FileCheck --check-prefix=ALL --check-prefix=N32 %s
2 ; RUN: llc -march=mips64el -relocation-model=static -mattr=-n64,+n32 < %s | FileCheck --check-prefix=ALL --check-prefix=N32 %s
4 ; RUN: llc -march=mips64 -relocation-model=static -mattr=-n64,+n64 < %s | FileCheck --check-prefix=ALL --check-prefix=N64 %s
5 ; RUN: llc -march=mips64el -relocation-model=static -mattr=-n64,+n64 < %s | FileCheck --check-prefix=ALL --check-prefix=N64 %s
  /external/llvm/test/CodeGen/PowerPC/
2010-02-04-EmptyGlobal.ll 1 ; RUN: llc < %s -mtriple=powerpc-apple-darwin10 -relocation-model=pic -disable-fp-elim | FileCheck %s
tailcallpic1.ll 1 ; RUN: llc < %s -tailcallopt -mtriple=powerpc-apple-darwin -relocation-model=pic | grep TC_RETURN

Completed in 526 milliseconds

1 2 3 4 56 7 8 91011>>