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

1 2 3 45 6 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
tailcallpic1.ll 1 ; RUN: llc < %s -tailcallopt -mtriple=i686-pc-linux-gnu -relocation-model=pic | grep TAILCALL
tailcallpic2.ll 1 ; RUN: llc < %s -tailcallopt -mtriple=i686-pc-linux-gnu -relocation-model=pic | grep -v TAILCALL
atom-sched.ll 2 ; RUN: llc <%s -O2 -mcpu=atom -march=x86 -relocation-model=static | FileCheck -check-prefix=atom %s
3 ; RUN: llc <%s -O2 -mcpu=core2 -march=x86 -relocation-model=static | FileCheck %s
personality_size.ll 1 ; RUN: llc < %s -relocation-model=pic -disable-cfi -mtriple=x86_64-pc-solaris2.11 -disable-cgp-branch-opts | FileCheck %s -check-prefix=X64
2 ; RUN: llc < %s -relocation-model=pic -disable-cfi -mtriple=i386-pc-solaris2.11 -disable-cgp-branch-opts | FileCheck %s -check-prefix=X32
vec_zero_cse.ll 1 ; RUN: llc < %s -relocation-model=static -march=x86 -mcpu=yonah | grep xorps | count 1
2 ; RUN: llc < %s -relocation-model=static -march=x86 -mcpu=yonah | grep pcmpeqd | count 1
  /external/llvm/test/MC/COFF/
secrel32.s 3 // check that we produce the correct relocation for .secrel32
  /external/llvm/test/MC/ELF/
basic-elf-32.s 45 // CHECK: # Relocation 0
49 // CHECK: # Relocation 1
53 // CHECK: # Relocation 2
57 // CHECK: # Relocation 3
basic-elf-64.s 45 // CHECK: # Relocation 0
50 // CHECK: # Relocation 1
55 // CHECK: # Relocation 2
60 // CHECK: # Relocation 3
local-reloc.s 13 // Relocation refers to symbol number 2
15 // CHECK-NEXT: # Relocation 0
  /frameworks/compile/mclinker/include/mcld/MC/
MCDataFragment.h 17 #include "mcld/LD/Relocation.h"
31 typedef std::vector<Relocation*> RelocationsType;
57 // relocation access
58 void addRelocation(Relocation &pReloc){ m_Relocations.push_back(&pReloc); }
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 34 * GOT may needs a corresponding relocation to relocate itself, so we
38 * use dynamic relocation.
46 * 0001 ReserveRel - reserve an dynamic relocation entry
48 * 0011 GOTandRel - For different relocation, we've reserved GOT and
51 * relocation entry which relocate this GOT entry
52 * 0101 GOTRelandRel - For different relocation, we've reserved GOTRel
53 * and relocation entry for different location.
55 * Dynamic relocation entries
56 * 1001 PLTandRel - For different relocation, we've reserved PLT and
160 /// - dynamin relocation entries (for .rel.plt and .rel.dyn sections
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-android-linux-4.4.3/i686-android-linux/lib/ldscripts/
i386linux.xr 1 /* Script for ld -r: link without relocation */
i386linux.xu 1 /* Script for ld -Ur: link w/out relocation, do create constructors */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ldscripts/
i386linux.xr 1 /* Script for ld -r: link without relocation */
i386linux.xu 1 /* Script for ld -Ur: link w/out relocation, do create constructors */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/ldscripts/
i386linux.xr 1 /* Script for ld -r: link without relocation */
i386linux.xu 1 /* Script for ld -Ur: link w/out relocation, do create constructors */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/lib/ldscripts/
i386linux.xr 1 /* Script for ld -r: link without relocation */
i386linux.xu 1 /* Script for ld -Ur: link w/out relocation, do create constructors */
  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/i686-android-linux/lib/ldscripts/
i386linux.xr 1 /* Script for ld -r: link without relocation */
i386linux.xu 1 /* Script for ld -Ur: link w/out relocation, do create constructors */
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 50 // calculate MachO relocation addend
59 unsigned SectionID; // Section the relocation is contained in.
60 uintptr_t Offset; // Offset into the section for the relocation.
61 uint32_t Data; // Relocatino data. Including type of relocation
65 // the symbol once the relocation is resolvable.
70 // Raw relocation data from object file
120 // The symbol (or section) the relocation is sourced from is the Key
121 // in the relocation list where it's stored.
125 // SectionID/Offset in the relocation itself.
181 /// \brief If Value.SymbolName is NULL then store relocation to th
    [all...]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCFixupKinds.h 18 // fixup_ppc_br24 - 24-bit PC relative relocation for direct branches like 'b'
22 /// fixup_ppc_brcond14 - 14-bit PC relative relocation for conditional
  /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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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 */

Completed in 625 milliseconds

1 2 3 45 6 7 8 91011>>