OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:relocation
(Results
126 - 150
of
1499
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/CodeGen/X86/
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
atom-sched.ll
1
; RUN: llc <%s -O2 -mcpu=atom -march=x86 -
relocation
-model=static | FileCheck -check-prefix=atom %s
2
; 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
/external/llvm/test/MC/ELF/
x86_64-reloc-sizetest.s
3
// Tests that
relocation
value fits in the provided size
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/i686-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/darwin-x86/x86/i686-linux-android-4.7/i686-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/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-linux-android-4.6/i686-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/i686-linux-android-4.7/i686-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);
100
/// getPointerRel - get pointer
relocation
type.
101
Relocation
::Type getPointerRel()
104
Relocation
::Type getCopyRelType() const { return m_CopyRel; }
105
Relocation
::Type getPointerRelType() const { return m_PointerRel; }
110
/// getRelEntrySize - the size in BYTE of rel type
relocation
114
/// getRelEntrySize - the size in BYTE of rela type
relocation
136
/// m_RelDyn - dynamic
relocation
table of .rel.dyn
138
/// m_RelPLT - dynamic
relocation
table of .rel.plt
147
Relocation
::Type m_CopyRel
[
all
...]
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp
125
// Compensate for the
relocation
offset, Darwin x86_64 relocations only have
128
// following the
relocation
are not accommodated for (see comment below
139
// it. I think it would require a local
relocation
, but I'm not sure if that
140
// would work either. The official way to get an absolute PCrel
relocation
158
report_fatal_error("unsupported
relocation
of modified symbol");
163
report_fatal_error("unsupported pc-relative
relocation
of difference");
166
// require a local
relocation
is handled just like if the symbols were
170
//
relocation
entries.
173
// single SIGNED
relocation
); reject it for now. Except the case where both
176
report_fatal_error("unsupported
relocation
with identical base")
[
all
...]
/external/llvm/test/CodeGen/AArch64/
got-abuse.ll
1
; RUN: llc -mtriple=aarch64-none-linux-gnu -
relocation
-model=pic < %s | FileCheck %s
2
; RUN: llc -mtriple=aarch64-none-linux-gnu -
relocation
-model=pic -filetype=obj < %s
/external/llvm/test/CodeGen/Mips/
i32k.ll
1
; RUN: llc -march=mipsel -mcpu=mips16 -
relocation
-model=pic -O3 < %s | FileCheck %s -check-prefix=16a
2
; RUN: llc -march=mipsel -mcpu=mips16 -
relocation
-model=pic -O3 < %s | FileCheck %s -check-prefix=16b
mips16_32_1.ll
1
; RUN: llc -march=mipsel -mcpu=mips16 -
relocation
-model=pic -O3 < %s -mips-mixed-16-32 | FileCheck %s
2
; RUN: llc -march=mipsel -mcpu=mips32 -
relocation
-model=pic -O3 < %s -mips-mixed-16-32 | FileCheck %s
Completed in 122 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>