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

<<21222324252627282930>>

  /external/llvm/test/CodeGen/PowerPC/
hello-reloc.s 2 ; which is responsible for writing mach-o relocation entries for (PIC)
5 ; RUN: llvm-mc -filetype=obj -relocation-model=pic -mcpu=g4 -triple=powerpc-apple-darwin8 %s -o - | llvm-readobj -relocations | FileCheck -check-prefix=DARWIN-G4-DUMP %s
  /external/llvm/test/CodeGen/Thumb2/
v8_IT_3.ll 3 ; RUN: llc < %s -mtriple=thumbv8 -arm-atomic-cfg-tidy=0 -relocation-model=pic | FileCheck %s --check-prefix=CHECK-PIC
4 ; RUN: llc < %s -mtriple=thumbv7 -arm-atomic-cfg-tidy=0 -arm-restrict-it -relocation-model=pic | FileCheck %s --check-prefix=CHECK-PIC
  /external/llvm/test/CodeGen/X86/
2012-10-02-DAGCycle.ll 1 ; RUN: llc -mtriple=i386-apple-macosx -relocation-model=pic < %s
2 ; RUN: llc -mtriple=x86_64-apple-macosx -relocation-model=pic < %s
rodata-relocs.ll 1 ; RUN: llc < %s -relocation-model=static | FileCheck %s -check-prefix=STATIC
2 ; RUN: llc < %s -relocation-model=pic | FileCheck %s -check-prefix=PIC
tls-pie.ll 1 ; RUN: llc < %s -march=x86 -mcpu=generic -mtriple=i386-linux-gnu -relocation-model=pic -enable-pie \
3 ; RUN: llc < %s -march=x86-64 -mcpu=generic -mtriple=x86_64-linux-gnu -relocation-model=pic -enable-pie \
  /external/llvm/test/MC/Mips/
cpsetup.s 31 # N32 doesn't allow 3 operations to be specified in the same relocation
51 # N32 doesn't allow 3 operations to be specified in the same relocation
  /external/llvm/test/Transforms/SimplifyCFG/
volatile-phioper.ll 44 attributes #0 = { nounwind ssp uwtable "fp-contract-model"="standard" "no-frame-pointer-elim" "no-frame-pointer-elim-non-leaf" "relocation-model"="pic" "ssp-buffers-size"="8" }
45 attributes #1 = { "fp-contract-model"="standard" "no-frame-pointer-elim" "no-frame-pointer-elim-non-leaf" "relocation-model"="pic" "ssp-buffers-size"="8" }
  /frameworks/compile/mclinker/include/mcld/LD/
ELFReaderIf.h 81 /// readRela - read ELF rela and create Relocation
86 /// readRel - read ELF rel and create Relocation
  /frameworks/compile/mclinker/lib/LD/
LDSection.cpp 94 assert(LDFileFormat::Relocation != kind() && LDFileFormat::EhFrame != kind());
100 assert(LDFileFormat::Relocation == kind());
  /frameworks/compile/mclinker/lib/Target/X86/
X86RelocationFunctions.h 11 static X86Relocator::Result Name(Relocation& pEntry, X86_32Relocator& pParent);
78 static X86Relocator::Result Name(Relocation& pEntry, X86_64Relocator& pParent);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.pom 85 <relocation>
88 </relocation>
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-inject-plexus/1.4.2/
sisu-inject-plexus-1.4.2.pom 86 <relocation>
89 </relocation>
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/
plexus-utils-1.5.5.pom 82 <relocation>
84 </relocation>
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.pom 85 <relocation>
88 </relocation>
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/
sisu-inject-plexus-1.4.2.pom 86 <relocation>
89 </relocation>
  /art/test/117-nopatchoat/
run 24 # Make sure we can run without relocation
  /art/test/118-noimage-dex2oat/
run 17 # Force relocation otherwise we will just use the already created core.oat/art pair.
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
module_integrity_verifier_win.cc 34 // Set true if the relocation table contains a reloc of type that we don't
173 // The base relocation applies all 32 bits of the difference to the 32-bit
178 // The base relocation applies the difference to the 64-bit field at
184 // remaining types of relocation and handle them.
  /external/chromium_org/courgette/
description.html 35 binary file's relocation table, and relative addresses used in
46 <li><p>The Disassembler replaces the relocation table with a Courgette
47 instruction that can regenerate the relocation table.</p></li>
131 the target addresses and replace part of the relocation table.</p>
  /external/chromium_org/v8/test/mjsunit/es6/
generators-relocation.js 32 // function and relocation of the suspended generator activation.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-lazy-deopt-reloc.js 32 // Regression test for issue where we did not pad the relocation
  /external/e2fsprogs/tests/f_illitable/
expect.1 3 of the inode table require relocation, you may wish to try
  /external/llvm/include/llvm/MC/
MCFixupKindInfo.h 30 /// The bit offset to write the relocation into.
MCMachObjectWriter.h 96 /// @name Relocation Data
201 // FIXME: We really need to improve the relocation validation. Basically, we
202 // want to implement a separate computation which evaluates the relocation
207 // - Relocation entry bugs, the two algorithms are unlikely to have the same
  /external/llvm/lib/MC/
MCCodeGenInfo.cpp 11 // asm parsing, and asm printing. For example, relocation model.

Completed in 673 milliseconds

<<21222324252627282930>>