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

1 2 3 4 5 67 8 91011>>

  /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
20090313-signext.ll 1 ; RUN: llc < %s -march=x86-64 -relocation-model=pic > %t
tailcallpic1.ll 1 ; RUN: llc < %s -tailcallopt -mtriple=i686-pc-linux-gnu -relocation-model=pic | FileCheck %s
tailcallpic2.ll 1 ; RUN: llc < %s -tailcallopt -mtriple=i686-pc-linux-gnu -relocation-model=pic | FileCheck %s
  /external/llvm/test/ExecutionEngine/MCJIT/remote/
cross-module-sm-pic-a.ll 1 ; RUN: %lli_mcjit -extra-module=%p/Inputs/cross-module-b.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target%exeext -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 -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target%exeext -relocation-model=pic -code-model=small %s > /dev/null
  /external/llvm/test/MC/ELF/
x86_64-reloc-sizetest.s 3 // Tests that relocation value fits in the provided size
  /external/llvm/test/tools/llvm-objdump/
coff-many-relocs.test 4 CHECK: RELOCATION RECORDS FOR [.text]:
  /frameworks/compile/mclinker/lib/LD/
RelocData.cpp 50 RelocData& RelocData::append(Relocation& pRelocation)
56 Relocation& RelocData::remove(Relocation& pRelocation)
59 Relocation* rel = m_Relocations.remove(iter);
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/x86_64-linux-android/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.11-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/host/x86_64-linux-glibc2.11-4.8/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/x86_64-linux-android-4.8/x86_64-linux-android/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/x86_64-linux-android-4.9/x86_64-linux-android/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 */
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 33 Relocation::Type pCopyRel);
101 /// getPointerRel - get pointer relocation type.
102 Relocation::Type getPointerRel()
105 Relocation::Type getCopyRelType() const { return m_CopyRel; }
106 Relocation::Type getPointerRelType() const { return m_PointerRel; }
111 /// getRelEntrySize - the size in BYTE of rel type relocation
115 /// getRelEntrySize - the size in BYTE of rela type relocation
142 /// m_RelDyn - dynamic relocation table of .rel.dyn
144 /// m_RelPLT - dynamic relocation table of .rel.plt
153 Relocation::Type m_CopyRel
    [all...]
  /hardware/intel/img/psb_video/src/
tng_cmdbuf.h 76 /* Relocation records */
174 * relocation records, on error -1 is returned.
178 /* Creates a relocation record for a DWORD in the mapped "cmdbuf" at address
180 * The relocation is based on the device virtual address of "ref_buffer"
197 /* do relocation in IMG_BUFFER_PARAMS: reference Y/UV base,CodedData */
200 /* do relocation in PIC_PARAMS: src/dst Y/UV base, InParamsBase, CodeBase, BellowParamsBase, AboveParamsBase
204 /* do relocation in MTX_ENC_PARAMS */
207 /* do relocation in SLICE_PARAMS: reference Y/UV base,CodedData */
211 /* do relocation in IMG_BUFFER_PARAMS: reference Y/UV base,CodedData */
214 /* do relocation in PIC_PARAMS: src/dst Y/UV base, InParamsBase, CodeBase, BellowParamsBase, AboveParamsBase *
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 124 // Compensate for the relocation offset, Darwin x86_64 relocations only have
127 // following the relocation are not accommodated for (see comment below
138 // it. I think it would require a local relocation, but I'm not sure if that
139 // would work either. The official way to get an absolute PCrel relocation
161 report_fatal_error("unsupported relocation of modified symbol", false);
166 report_fatal_error("unsupported pc-relative relocation of difference",
170 // require a local relocation is handled just like if the symbols were
174 // relocation entries.
177 // single SIGNED relocation); reject it for now. Except the case where both
180 report_fatal_error("unsupported relocation with identical base", false)
    [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 41 #include <mcld/Fragment/Relocation.h>
284 /// readRelocations - read all relocation entries
289 // Bitcode is read by the other path. This function reads relocation sections
320 case LDFileFormat::Relocation: {
561 Relocation* relocation = llvm::cast<Relocation>(reloc); local
564 ResolveInfo* info = relocation->symInfo();
570 // scan relocation
573 *relocation, *m_pBuilder, *m_pModule, **rs, **input)
737 bool ObjectLinker::relocation() function in class:ObjectLinker
758 Relocation* relocation = llvm::cast<Relocation>(reloc); local
825 Relocation* relocation = llvm::cast<Relocation>(reloc); local
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 91 // This encompasses the relocation for the whole 21-bit value.
132 // AArch64 pcrel relocation addends do not include the section offset.
158 "Invalid relocation on conditional branch!");
179 "PC relative absolute relocation!");
200 // SymB is the PC, so use a PC-rel pointer-to-GOT relocation.
215 "unsupported relocation of modified symbol");
220 "unsupported pc-relative relocation of "
232 "unsupported relocation of local symbol '" + A->getName() +
237 "unsupported relocation of local symbol '" + B->getName() +
242 "unsupported relocation with identical base")
    [all...]

Completed in 2983 milliseconds

1 2 3 4 5 67 8 91011>>