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

1 2 3 4 5 6 78 91011>>

  /art/runtime/
noop_compiler_callbacks.h 35 // This is only used by compilers which need to be able to run without relocation even when it
37 // to disable the relocation since both deal with writing out the images directly.
  /external/kernel-headers/original/uapi/linux/
flat.h 42 unsigned long reloc_start; /* Offset of relocation records from
44 unsigned long reloc_count; /* Number of relocation records */
  /external/llvm/test/CodeGen/AArch64/
arm64-2012-05-09-LOADgot-bug.ll 2 ; RUN: llc -mtriple=arm64-linux-gnu -relocation-model=pic < %s | FileCheck %s --check-prefix=CHECK-LINUX
19 ; (there's no ELF relocation to do that).
got-abuse.ll 1 ; RUN: llc -mtriple=aarch64-none-linux-gnu -relocation-model=pic -o - %s | FileCheck %s
2 ; RUN: llc -mtriple=aarch64-none-linux-gnu -relocation-model=pic -filetype=obj -o - %s
  /external/llvm/test/CodeGen/Mips/
blockaddr.ll 1 ; RUN: llc -march=mipsel -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-O32
2 ; RUN: llc -march=mipsel -relocation-model=static < %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 < %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
7 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips32 -mattr=+mips16 -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-MIPS16-1
8 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips32 -mattr=+mips16 -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-MIPS16-2
fixdfsf.ll 1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -relocation-model=pic < %s | FileCheck %s -check-prefix=pic1
2 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -relocation-model=pic < %s | FileCheck %s -check-prefix=pic2
l3mc.ll 1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -relocation-model=static < %s | FileCheck %s -check-prefix=__call_stub_fp___fixunsdfsi
3 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -relocation-model=static < %s | FileCheck %s -check-prefix=__call_stub_fp___floatdidf
5 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -relocation-model=static < %s | FileCheck %s -check-prefix=__call_stub_fp___floatdisf
7 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -relocation-model=static < %s | FileCheck %s -check-prefix=__call_stub_fp___floatundidf
9 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -relocation-model=static < %s | FileCheck %s -check-prefix=__call_stub_fp___fixsfdi
11 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -relocation-model=static < %s | FileCheck %s -check-prefix=__call_stub_fp___fixunsdfdi
13 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -relocation-model=static < %s | FileCheck %s -check-prefix=__call_stub_fp___fixdfdi
15 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -relocation-model=static < %s | FileCheck %s -check-prefix=__call_stub_fp___fixunssfsi
17 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -relocation-model=static < %s | FileCheck %s -check-prefix=__call_stub_fp___fixunssfdi
19 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -relocation-model=static < %s | FileCheck %s -check-prefix=__call_stub_fp___floatundisf
    [all...]
  /external/llvm/test/CodeGen/Mips/cconv/
return.ll 1 ; RUN: llc -mtriple=mips-linux-gnu -relocation-model=static < %s | FileCheck --check-prefix=ALL --check-prefix=O32 %s
2 ; RUN: llc -mtriple=mipsel-linux-gnu -relocation-model=static < %s | FileCheck --check-prefix=ALL --check-prefix=O32 %s
4 ; RUN-TODO: llc -mtriple=mips64-linux-gnu -relocation-model=static -mattr=-n64,+o32 < %s | FileCheck --check-prefix=ALL --check-prefix=O32 %s
5 ; RUN-TODO: llc -mtriple=mips64el-linux-gnu -relocation-model=static -mattr=-n64,+o32 < %s | FileCheck --check-prefix=ALL --check-prefix=O32 %s
7 ; RUN: llc -mtriple=mips64-linux-gnu -relocation-model=static -mattr=-n64,+n32 < %s | FileCheck --check-prefix=ALL --check-prefix=N32 %s
8 ; RUN: llc -mtriple=mips64el-linux-gnu -relocation-model=static -mattr=-n64,+n32 < %s | FileCheck --check-prefix=ALL --check-prefix=N32 %s
10 ; RUN: llc -mtriple=mips64-linux-gnu -relocation-model=static -mattr=-n64,+n64 < %s | FileCheck --check-prefix=ALL --check-prefix=N64 %s
11 ; RUN: llc -mtriple=mips64el-linux-gnu -relocation-model=static -mattr=-n64,+n64 < %s | FileCheck --check-prefix=ALL --check-prefix=N64 %s
  /external/llvm/test/CodeGen/X86/
vec_zero_cse.ll 1 ; RUN: llc < %s -relocation-model=static -march=x86 -mcpu=yonah | FileCheck %s
2 ; RUN: llc < %s -relocation-model=static -march=x86 -mcpu=yonah | FileCheck -check-prefix CHECK2 %s
x86-64-static-relo-movl.ll 1 ; RUN: llc -mtriple=x86_64-pc-win32-macho -relocation-model=static -O0 < %s | FileCheck %s
3 ; Ensure that we don't generate a movl and not a lea for a static relocation
  /external/llvm/test/MC/ARM/
elf-thumbfunc-reloc.s 23 @@ make sure an R_ARM_THM_CALL relocation is generated for the call to g
30 @@ make sure the relocation is with f. That is one way to make sure it includes
  /external/llvm/test/MC/MachO/
x86_32-scattered-reloc-fallback.s 22 // scattered relocation to a normal relocation because the offset from the
  /external/llvm/test/Object/Inputs/
shared.ll 6 ; llc -mtriple=i386-linux-gnu shared.ll -filetype=obj -o tmp32.o -relocation-model=pic
10 ; llc -mtriple=x86_64-linux-gnu shared.ll -filetype=obj -o tmp64.o -relocation-model=pic
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h 26 class Relocation;
38 typedef std::vector<Relocation*> RelocationListType;
66 /// relocation iterators of the island
91 /// for the given relocation
92 Stub* findStub(const Stub* pPrototype, const Relocation& pReloc);
95 bool addStub(const Stub* pPrototype, const Relocation& pReloc, Stub& pStub);
97 /// addRelocation - add a relocation into island
98 bool addRelocation(Relocation& pReloc);
  /frameworks/compile/mclinker/lib/LD/
StubFactory.cpp 16 #include <mcld/Fragment/Relocation.h>
39 Stub* StubFactory::create(Relocation& pReloc,
44 // find if there is a prototype stub for the input relocation
49 // find the islands for the input relocation
100 Relocation* reloc =
101 Relocation::Create((*it)->type(),
120 /// relocation
121 Stub* StubFactory::findPrototype(const Relocation& pReloc,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
flat.h 42 unsigned long reloc_start; /* Offset of relocation records from
44 unsigned long reloc_count; /* Number of relocation records */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
flat.h 42 unsigned long reloc_start; /* Offset of relocation records from
44 unsigned long reloc_count; /* Number of relocation records */
  /external/chromium_org/courgette/
encoded_program.h 75 MAKE_PE_RELOCATION_TABLE = 5, // Emit PE base relocation table blocks.
76 MAKE_ELF_RELOCATION_TABLE = 6, // Emit Elf relocation table for X86
77 MAKE_ELF_ARM_RELOCATION_TABLE = 7, // Emit Elf relocation table for ARM
78 MAKE_PE64_RELOCATION_TABLE = 8, // Emit PE64 base relocation table blocks.
118 // assembly, used to generate base relocation table.
  /external/chromium_org/tools/relocation_packer/src/
run_length_encoder.h 12 // A relocation with no addend is 8 bytes on 32 bit platforms and 16 bytes
31 // Because relative relocation offsets strictly increase, the complete
41 // for 'count' iterations and emitting a new relative relocation.
67 // |relocations| is a vector of relative relocation structs.
74 // |relocations| is a vector of unpacked relative relocation structs.
  /external/llvm/bindings/python/llvm/
object.py 19 Section, Symbol, and Relocation, respectively.
40 To aid working around this limitation, each Section, Symbol, and Relocation
95 "Relocation",
243 This is a generator for llvm.object.Relocation instances.
257 last = Relocation(relocations)
358 class Relocation(LLVMObject):
359 """Represents a relocation definition."""
361 """Create a new relocation instance.
366 a Relocation instance.
376 """The address of this relocation, in long bytes.""
    [all...]
  /external/llvm/test/CodeGen/ARM/
fast-isel-pic.ll 1 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB
2 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=pic -mtriple=arm-apple-ios | FileCheck %s --check-prefix=ARM
3 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ARMv7
4 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=pic -mtriple=thumbv7-none-linux-gnueabi | FileCheck %s --check-prefix=THUMB-ELF
5 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=pic -mtriple=armv7-none-linux-gnueabi | FileCheck %s --check-prefix=ARMv7-ELF
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_relocations.cpp 35 // Processor-specific relocation types supported by the linker.
89 // List of known relocation types the relocator knows about.
98 // Convert an ELF relocation type info a RelocationType value.
378 // Emit initial relative relocation.
379 ELF::Rel relocation; local
380 relocation.r_offset = start_address;
381 relocation.r_info = ELF_R_INFO(0, RELATIVE_RELOCATION_CODE);
384 if (!ApplyRelReloc(&relocation, sym_addr, resolved, error))
396 relocation.r_offset += delta;
397 if (!ApplyRelReloc(&relocation, sym_addr, resolved, error)
429 ELF::Rela relocation; local
    [all...]
  /external/elfutils/0.153/libebl/
ebl-hooks.h 53 /* Return symbolic representation of relocation type. */
56 /* Check relocation type. */
59 /* Check if relocation type is for simple absolute relocations. */
62 /* Check relocation type use. */
135 /* Check whether given relocation is a copy relocation. */
138 /* Check whether given relocation is a no-op relocation. */
141 /* Check whether given relocation is a relative relocation. *
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 37 bool needsLA25Stub(Relocation::Type pType, const mcld::ResolveInfo* pSym);
135 bool relaxRelocation(IRBuilder& pBuilder, Relocation& pRel);
162 Relocation::Type& pType,
168 Relocation::Type& pType,
175 Relocation::Type& pType,
181 Relocation::Type& pType,
188 Relocation::Type pType,
194 Relocation::Type pType,
201 Relocation::Type pType,
207 Relocation::Type pType
    [all...]
MipsRelocator.cpp 25 // FIXME: Consider upstream these relocation types to LLVM.
43 static bool HasSubType(const Relocation& pParent, Relocation::Type pType)
48 for (Relocation::Type type = pParent.type();
57 MipsRelocationInfo(Relocation& pParent, bool pIsRel)
86 const Relocation& parent() const
91 Relocation& parent()
96 Relocation::Type type() const
101 Relocation::DWord A() const
106 Relocation::DWord S() cons
    [all...]

Completed in 1391 milliseconds

1 2 3 4 5 6 78 91011>>