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

1 2 3 45 6 7 8 91011>>

  /frameworks/compile/mclinker/include/mcld/Fragment/
Stub.h 18 #include <mcld/Fragment/Relocation.h>
25 class Relocation;
31 typedef Relocation::DWord DWord;
32 typedef Relocation::SWord SWord;
33 typedef Relocation::Type Type;
72 virtual bool isMyDuty(const class Relocation& pReloc,
116 /// addFixup - add a fixup for this stub to build a relocation
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 25 // Relocation Functions and Tables
30 typedef Relocator::Result (*ApplyFunctionType)(Relocation& pReloc,
60 ARMRelocator::applyRelocation(Relocation& pRelocation)
62 Relocation::Type type = pRelocation.type();
75 Relocator::Size ARMRelocator::getSize(Relocation::Type pType) const
82 Relocation& rel_entry = *getTarget().getRelDyn().consumeEntry();
90 /// For a symbol needing copy relocation, define a copy symbol in the BSS
93 /// This is executed at scan relocation stage.
143 /// checkValidReloc - When we attempt to generate a dynamic relocation for
144 /// ouput file, check if the relocation is supported by dynamic linker
    [all...]
  /frameworks/compile/mclinker/lib/Fragment/
FragmentLinker.cpp 35 #include <mcld/Fragment/Relocation.h>
91 // Relocation Operations
95 // when producing relocatables, no need to apply relocation
114 Relocation* relocation = llvm::cast<Relocation>(reloc); local
115 relocation->apply(*m_Backend.getRelocator());
117 } // for all relocation section
163 Relocation* relocation = llvm::cast<Relocation>(reloc) local
    [all...]
  /external/llvm/test/CodeGen/Mips/
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=n32 -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-N32
4 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n32 -relocation-model=static -mtriple=mipsel-linux-gnu < %s | FileCheck %s -check-prefix=STATIC-N32
5 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-N64
6 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-N64
fp16static.ll 1 ; RUN: llc -march=mipsel -mcpu=mips16 -mips16-hard-float -soft-float -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/CodeGen/ARM/
fast-isel-ret.ll 1 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s
2 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi | FileCheck %s
3 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | 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 | 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
3 ; RUN: llc < %s -O0 -arm-strict-align -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ARM-STRICT-ALIGN
4 ; RUN: llc < %s -O0 -arm-strict-align -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB-STRICT-ALIGN
6 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi | FileCheck %s --check-prefix=ARM
7 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-linux-gnueabi | FileCheck %s --check-prefix=THUMB
8 ; RUN: llc < %s -O0 -arm-strict-align -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi | FileCheck %s --check-prefix=ARM-STRICT-ALIGN
9 ; RUN: llc < %s -O0 -arm-strict-align -relocation-model=dynamic-no-pic -mtriple=thumbv7-linux-gnueabi | FileCheck %s --check-prefix=THUMB-STRICT-ALIGN
11 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-unknown-nacl | FileCheck %s --check-prefix=ARM
12 ; RUN: llc < %s -O0 -arm-strict-align -relocation-model=dynamic-no-pic -mtriple=armv7-unknown-nacl | FileCheck %s --check-prefix=ARM-STRICT-ALIG
    [all...]
fast-isel-static.ll 1 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=static -arm-long-calls | FileCheck -check-prefix=LONG %s
2 ; RUN: llc < %s -mtriple=thumbv7-linux-gnueabi -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=static -arm-long-calls | FileCheck -check-prefix=LONG %s
3 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=static | FileCheck -check-prefix=NORM %s
4 ; RUN: llc < %s -mtriple=thumbv7-linux-gnueabi -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=static | FileCheck -check-prefix=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/Object/Inputs/COFF/
i386.yaml 13 - !Relocation
18 - !Relocation
23 - !Relocation
x86-64.yaml 12 - !Relocation
17 - !Relocation
22 - !Relocation
  /frameworks/compile/mclinker/include/mcld/Target/
OutputRelocSection.h 22 class Relocation;
26 * \brief Dynamic relocation section for ARM .rel.dyn and .rel.plt
37 Relocation* consumeEntry();
  /external/e2fsprogs/tests/progs/test_data/
test.brel 2 # This is the test script for the block relocation table.
  /external/llvm/test/CodeGen/AArch64/
basic-pic.ll 1 ; RUN: llc -mtriple=aarch64-none-linux-gnu -verify-machineinstrs -relocation-model=pic %s -o - | FileCheck %s
2 ; RUN: llc -mtriple=aarch64-none-linux-gnu -verify-machineinstrs -relocation-model=pic -filetype=obj %s -o -| llvm-objdump -r - | FileCheck --check-prefix=CHECK-ELF %s
6 ; CHECK-ELF: RELOCATION RECORDS FOR [.rela.text]
66 ; Particularly important that the ADRP gets a relocation, LLVM tends to think
  /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
  /external/llvm/test/CodeGen/Thumb2/
tls1.ll 6 ; RUN: -relocation-model=pic | grep "__tls_get_addr"
  /external/llvm/test/CodeGen/X86/
2009-04-12-picrel.ll 1 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -march=x86-64 -relocation-model=static -code-model=small > %t

Completed in 79 milliseconds

1 2 3 45 6 7 8 91011>>