OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:relocation
(Results
51 - 75
of
1499
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/CodeGen/X86/
x86-64-pic-3.ll
1
; RUN: llc < %s -mtriple=x86_64-pc-linux -
relocation
-model=pic | FileCheck %s
x86-64-pic-4.ll
1
; RUN: llc < %s -mtriple=x86_64-pc-linux -
relocation
-model=pic -o %t1
x86-64-pic-7.ll
1
; RUN: llc < %s -mtriple=x86_64-pc-linux -
relocation
-model=pic -o %t1
x86-64-pic-8.ll
1
; RUN: llc < %s -mtriple=x86_64-pc-linux -
relocation
-model=pic -o %t1
x86-64-pic-9.ll
1
; RUN: llc < %s -mtriple=x86_64-pc-linux -
relocation
-model=pic -o %t1
rip-rel-address.ll
1
; RUN: llc < %s -march=x86-64 -
relocation
-model=pic -mtriple=x86_64-apple-darwin10 | FileCheck %s -check-prefix=PIC64
2
; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -
relocation
-model=static | FileCheck %s -check-prefix=STATIC64
/external/llvm/test/MC/COFF/
secrel32.s
3
// check that we produce the correct
relocation
for .secrel32
/external/llvm/test/MC/MachO/
i386-large-relocations.s
24
// CHECK: #
Relocation
0
27
// CHECK: #
Relocation
1
30
// CHECK: #
Relocation
2
33
// CHECK: #
Relocation
3
darwin-x86_64-reloc.s
126
// CHECK: #
Relocation
0
129
// CHECK: #
Relocation
1
132
// CHECK: #
Relocation
2
135
// CHECK: #
Relocation
3
138
// CHECK: #
Relocation
4
158
// CHECK: #
Relocation
0
161
// CHECK: #
Relocation
1
164
// CHECK: #
Relocation
2
167
// CHECK: #
Relocation
3
170
// CHECK: #
Relocation
[
all
...]
absolutize.s
84
// CHECK: #
Relocation
0
87
// CHECK: #
Relocation
1
90
// CHECK: #
Relocation
2
93
// CHECK: #
Relocation
3
96
// CHECK: #
Relocation
4
99
// CHECK: #
Relocation
5
102
// CHECK: #
Relocation
6
121
// CHECK: #
Relocation
0
124
// CHECK: #
Relocation
1
127
// CHECK: #
Relocation
[
all
...]
reloc.s
90
// CHECK: #
Relocation
0
93
// CHECK: #
Relocation
1
112
// CHECK: #
Relocation
0
115
// CHECK: #
Relocation
1
118
// CHECK: #
Relocation
2
121
// CHECK: #
Relocation
3
124
// CHECK: #
Relocation
4
127
// CHECK: #
Relocation
5
130
// CHECK: #
Relocation
6
133
// CHECK: #
Relocation
[
all
...]
/frameworks/compile/mclinker/lib/LD/
RelocationFactory.cpp
25
: GCFactory<
Relocation
, MCLD_RELOCATIONS_PER_INPUT>(), m_pConfig(NULL) {
33
Relocation
* RelocationFactory::produce(RelocationFactory::Type pType,
42
// target_data is the place where the
relocation
applys to.
74
Relocation
* result = allocate();
75
new (result)
Relocation
(pType, &pFragRef, pAddend, target_data);
79
Relocation
* RelocationFactory::produceEmptyEntry()
81
Relocation
* result = allocate();
82
new (result)
Relocation
(0, 0, 0, 0);
86
void RelocationFactory::destroy(
Relocation
* pRelocation)
88
/** GCFactory will recycle the
relocation
**/
[
all
...]
/frameworks/compile/mclinker/lib/Target/ARM/
ARMFixupKinds.h
18
// fixup_arm_ldst_pcrel_12 - 12-bit PC relative
relocation
for symbol
26
// fixup_arm_pcrel_10 - 10-bit PC relative
relocation
for symbol addresses
33
// fixup_thumb_adr_pcrel_10 - 10-bit PC relative
relocation
for symbol
37
// fixup_arm_adr_pcrel_12 - 12-bit PC relative
relocation
for the ADR
40
// fixup_t2_adr_pcrel_12 - 12-bit PC relative
relocation
for the ADR
43
// fixup_arm_condbranch - 24-bit PC relative
relocation
for conditional branch
46
// fixup_arm_uncondbranch - 24-bit PC relative
relocation
for
49
// fixup_t2_condbranch - 20-bit PC relative
relocation
for Thumb2 direct
52
// fixup_t2_uncondbranch - 20-bit PC relative
relocation
for Thumb2 direct
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp
23
//
Relocation
Functions and Tables
28
typedef Relocator::Result (*ApplyFunctionType)(
Relocation
& pReloc,
78
HexagonRelocator::applyRelocation(
Relocation
& pRelocation)
80
Relocation
::Type type = pRelocation.type();
86
// apply the
relocation
90
const char* HexagonRelocator::getName(
Relocation
::Type pType) const
95
Relocator::Size HexagonRelocator::getSize(
Relocation
::Type pType) const
100
void HexagonRelocator::scanRelocation(
Relocation
& pReloc,
109
// rsym - The
relocation
target symbol
112
"ResolveInfo of
relocation
not set while scanRelocation")
[
all
...]
/external/llvm/test/CodeGen/ARM/
load-global.ll
1
; RUN: llc < %s -mtriple=armv6-apple-darwin -
relocation
-model=static | FileCheck %s -check-prefix=STATIC
2
; RUN: llc < %s -mtriple=armv6-apple-darwin -
relocation
-model=dynamic-no-pic | FileCheck %s -check-prefix=DYNAMIC
3
; RUN: llc < %s -mtriple=armv6-apple-darwin -
relocation
-model=pic | FileCheck %s -check-prefix=PIC
4
; RUN: llc < %s -mtriple=thumbv6-apple-darwin -
relocation
-model=pic | FileCheck %s -check-prefix=PIC_T
5
; RUN: llc < %s -mtriple=armv7-apple-darwin -
relocation
-model=pic | FileCheck %s -check-prefix=PIC_V7
6
; RUN: llc < %s -mtriple=armv6-linux-gnueabi -
relocation
-model=pic | FileCheck %s -check-prefix=LINUX
hidden-vis-2.ll
1
; RUN: llc < %s -
relocation
-model=dynamic-no-pic -mtriple=arm-apple-darwin | FileCheck %s
/external/llvm/test/CodeGen/Mips/
2009-11-16-CstPoolLoad.ll
1
; RUN: llc -march=mipsel -
relocation
-model=pic < %s | FileCheck %s -check-prefix=PIC-O32
2
; RUN: llc -march=mipsel -
relocation
-model=static < %s | FileCheck %s -check-prefix=STATIC-O32
3
; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n32 -
relocation
-model=pic < %s | FileCheck %s -check-prefix=PIC-N32
4
; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n32 -
relocation
-model=static < %s | FileCheck %s -check-prefix=STATIC-N32
5
; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 -
relocation
-model=pic < %s | FileCheck %s -check-prefix=PIC-N64
6
; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 -
relocation
-model=static < %s | FileCheck %s -check-prefix=STATIC-N64
/external/kernel-headers/original/asm-arm/
a.out.h
15
__u32 a_trsize; /* length of
relocation
info for text, in bytes */
16
__u32 a_drsize; /* length of
relocation
info for data, in bytes */
/external/kernel-headers/original/asm-mips/
a.out.h
26
unsigned a_trsize; /* length of
relocation
info for text, in
28
unsigned a_drsize; /* length of
relocation
info for data, in bytes */
/external/kernel-headers/original/asm-x86/
a.out.h
12
unsigned a_trsize; /* length of
relocation
info for text, in bytes */
13
unsigned a_drsize; /* length of
relocation
info for data, in bytes */
/frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h
29
ReserveRel = 1, // reserve a dynamic
relocation
entry
39
/// For Mips, the GOT, GP, and dynamic
relocation
entries are check to create.
40
void scanRelocation(
Relocation
& pReloc,
61
Result applyRelocation(
Relocation
& pRelocation);
80
const char* getName(
Relocation
::Type pType) const;
82
Size getSize(
Relocation
::Type pType) const;
85
void scanLocalReloc(
Relocation
& pReloc,
89
void scanGlobalReloc(
Relocation
& pReloc,
/prebuilts/tools/common/gradle-plugins/repository/org/apache/commons/commons-io/1.3.2/
commons-io-1.3.2.pom
8
<
relocation
>
12
</
relocation
>
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdfseg.asm
4
;; [2] should produce standard
relocation
/external/e2fsprogs/tests/f_preen/
expect.1
1
of the inode table require
relocation
, you may wish to try
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCFixupKinds.h
20
// fixup_ppc_br24 - 24-bit PC relative
relocation
for direct branches like 'b'
24
/// fixup_ppc_brcond14 - 14-bit PC relative
relocation
for conditional
28
/// fixup_ppc_br24abs - 24-bit absolute
relocation
for direct branches
32
/// fixup_ppc_brcond14abs - 14-bit absolute
relocation
for conditional
Completed in 277 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>