Searched
full:relocation (Results
451 -
475 of
1499) sorted by null
<<11121314151617181920>>
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsELFStreamer.cpp | 65 // Relocation Model 72 llvm_unreachable("Unsupported relocation model for e_flags");
|
MipsFixupKinds.h | 17 // Although most of the current fixup types reflect a unique relocation 18 // one can have multiple fixup types for a given relocation and thus need
|
/external/llvm/lib/Target/ |
TargetLoweringObjectFile.cpp | 155 // relocation, then we may have to drop this into a writable data section 195 // In static relocation model, the linker will resolve all addresses, so 196 // the relocation entries will actually be constants by the time the app 208 // In static relocation model, the linker will resolve all addresses, so 209 // the relocation entries will actually be constants by the time the app 223 // to require a runtime relocation by the dynamic linker, put it into a more 238 llvm_unreachable("Invalid relocation"); 278 /// specified size and relocation information, return a section that it
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MCTargetDesc.h | 99 /// createX86_64MachORelocationInfo - Construct X86-64 Mach-O relocation info. 102 /// createX86_64ELFORelocationInfo - Construct X86-64 ELF relocation info.
|
/external/llvm/test/CodeGen/ARM/ |
crash-greedy-v6.ll | 1 ; RUN: llc -disable-fp-elim -relocation-model=pic < %s 2 ; RUN: llc -disable-fp-elim -relocation-model=pic -O0 -pre-RA-sched=source < %s | FileCheck %s --check-prefix=SOURCE-SCHED
|
/external/llvm/test/CodeGen/Mips/ |
mips16_32_3.ll | 1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=static -O3 < %s -mips-mixed-16-32 | FileCheck %s -check-prefix=16 2 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=static -O3 < %s -mips-mixed-16-32 | FileCheck %s -check-prefix=32
|
mips16_32_4.ll | 1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=static -O3 < %s -mips-mixed-16-32 | FileCheck %s -check-prefix=16 2 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=static -O3 < %s -mips-mixed-16-32 | FileCheck %s -check-prefix=32
|
mips16_32_5.ll | 1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=static -O3 < %s -mips-mixed-16-32 | FileCheck %s -check-prefix=16 2 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=static -O3 < %s -mips-mixed-16-32 | FileCheck %s -check-prefix=32
|
mips16_32_6.ll | 1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=static -O3 < %s -mips-mixed-16-32 | FileCheck %s -check-prefix=16 2 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=static -O3 < %s -mips-mixed-16-32 | FileCheck %s -check-prefix=32
|
mips16_32_7.ll | 1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=static -O3 < %s -mips-mixed-16-32 | FileCheck %s -check-prefix=16 2 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=static -O3 < %s -mips-mixed-16-32 | FileCheck %s -check-prefix=32
|
tls.ll | 3 ; RUN: llc -march=mipsel -relocation-model=static -disable-mips-delay-filler < \ 5 ; RUN: llc -march=mipsel -relocation-model=static -disable-mips-delay-filler \
|
/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/PowerPC/ |
ppc64-initial-cfa.s | 1 # RUN: llvm-mc -triple=powerpc64-unknown-linux-gnu -filetype=obj -relocation-model=static %s | \ 3 # RUN: llvm-mc -triple=powerpc64-unknown-linux-gnu -filetype=obj -relocation-model=pic %s | \
|
/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 | 83 /// readRela - read ELF rela and create Relocation 88 /// 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);
|
/external/chromium_org/tools/gyp/test/generator-output/ |
gyptest-copies.py | 15 # Ninja doesn't support relocation.
|
/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 | 2 of the inode table require relocation, you may wish to try
|
/external/elfutils/backends/ |
sh_symbol.c | 1 /* SH specific relocation handling.
|
x86_64_reloc.def | 1 /* List the relocation types for x86-64. -*- C -*-
|
/external/llvm/include/llvm/MC/ |
MCFixupKindInfo.h | 30 /// The bit offset to write the relocation into.
|
Completed in 788 milliseconds
<<11121314151617181920>>