OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:relocation
(Results
151 - 175
of
1066
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/CodeGen/XCore/
global_negative_offset.ll
3
; Don't fold negative offsets into cp / dp accesses to avoid a
relocation
/external/llvm/test/MC/ARM/
elf-thumbfunc-reloc.s
19
@@ make sure an R_ARM_THM_CALL
relocation
is generated for the call to g
elf-movt.s
30
@ OBJ:
Relocation
0
35
@ OBJ:
Relocation
1
elf-thumbfunc-reloc.ll
1
; RUN: llc %s -mtriple=thumbv7-linux-gnueabi -
relocation
-model=pic \
29
; CHECK:
Relocation
0
/external/llvm/test/MC/ELF/
call-abs.s
19
// CHECK-NEXT: #
Relocation
0
pic-diff.s
4
// CHECK-NEXT: #
Relocation
0
weakref-reloc.s
10
// CHECK: #
Relocation
0
16
// CHECK-NEXT: #
Relocation
1
/external/llvm/test/MC/MachO/
darwin-complex-difference.s
54
// CHECK: #
Relocation
0
57
// CHECK: #
Relocation
1
60
// CHECK: #
Relocation
2
63
// CHECK: #
Relocation
3
x86_64-reloc-arithmetic.s
11
// CHECK-NEXT: #
Relocation
0
tls.s
118
// CHECK: #
Relocation
0
121
// CHECK: #
Relocation
1
124
// CHECK: #
Relocation
2
127
// CHECK: #
Relocation
3
130
// CHECK: #
Relocation
4
133
// CHECK: #
Relocation
5
136
// CHECK: #
Relocation
6
139
// CHECK: #
Relocation
7
/frameworks/compile/linkloader/include/impl/
ELFSectionRelTable.hxx
42
out() << "
Relocation
Table" << '\n';
65
// Count the
relocation
entries
68
// Read every
relocation
entries
130
rsl_assert(0 && "Only support ARM, MIPS, X86, and X86_64
relocation
.");
/frameworks/compile/mclinker/include/mcld/MC/
MCInstFragment.h
18
#include "mcld/LD/
Relocation
.h"
33
typedef std::vector<
Relocation
*> RelocationsType;
67
//
relocation
access
68
void addRelocation(
Relocation
&pReloc){ m_Relocations.push_back(&pReloc); }
MCLDDriver.h
77
/// readRelocations - read all
relocation
entries
93
/// relocate - applying
relocation
entries and create
relocation
95
/// Create
relocation
section, asking TargetLDBackend to
96
/// read the
relocation
information into RelocationEntry
97
/// and push_back into the
relocation
section
/frameworks/compile/mclinker/lib/LD/
ELFDynObjFileFormat.cpp
46
LDFileFormat::
Relocation
,
51
LDFileFormat::
Relocation
,
56
LDFileFormat::
Relocation
,
61
LDFileFormat::
Relocation
,
/external/elfutils/tests/
run-elflint-test.sh
32
section [ 8] '.rela.dyn':
relocation
1: copy
relocation
against symbol of type FUNC
/external/llvm/include/llvm/Support/
CodeGen.h
11
// example,
relocation
model.
20
//
Relocation
model types.
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.h
21
VK_ARM_HI16, // The R_ARM_MOVT_ABS
relocation
(:upper16: in the .s file)
22
VK_ARM_LO16 // The R_ARM_MOVW_ABS_NC
relocation
(:lower16: in the .s file)
/external/llvm/lib/Target/X86/MCTargetDesc/
X86WinCOFFObjectWriter.cpp
53
llvm_unreachable("unsupported
relocation
type");
57
llvm_unreachable("unsupported
relocation
type");
/external/llvm/test/CodeGen/ARM/
fast-isel-icmp.ll
1
; RUN: llc < %s -O0 -fast-isel-abort -
relocation
-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ARM
2
; RUN: llc < %s -O0 -fast-isel-abort -
relocation
-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB
fast-isel-ret.ll
1
; RUN: llc < %s -O0 -fast-isel-abort -
relocation
-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s
2
; RUN: llc < %s -O0 -fast-isel-abort -
relocation
-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s
fast-isel-static.ll
1
; RUN: llc < %s -mtriple=thumbv7-apple-darwin -O0 -
relocation
-model=static -arm-long-calls | FileCheck -check-prefix=LONG %s
2
; RUN: llc < %s -mtriple=thumbv7-apple-darwin -O0 -
relocation
-model=static | FileCheck -check-prefix=NORM %s
/external/llvm/test/CodeGen/X86/
tls-pic.ll
1
; RUN: llc < %s -march=x86 -mtriple=i386-linux-gnu -
relocation
-model=pic | FileCheck -check-prefix=X32 %s
2
; RUN: llc < %s -march=x86-64 -mtriple=x86_64-linux-gnu -
relocation
-model=pic | FileCheck -check-prefix=X64 %s
/frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h
29
ReserveRel = 1, // reserve a dynamic
relocation
entry
51
/// getRelocFactory - return
relocation
factory.
56
/// For Mips, the GOT, GP, and dynamic
relocation
entries are check to create.
57
void scanRelocation(
Relocation
& pReloc,
143
void scanLocalReloc(
Relocation
& pReloc,
149
void scanGlobalReloc(
Relocation
& pReloc,
163
/// updateAddend - update addend value of the
relocation
if the
167
void updateAddend(
Relocation
& pReloc,
/bionic/libc/include/sys/
exec_elf.h
103
#define ELF_REL_DATA ".rel.data" /*
relocation
data */
104
#define ELF_REL_FINI ".rel.fini" /*
relocation
termination code */
105
#define ELF_REL_INIT ".rel.init" /*
relocation
initialization code */
107
#define ELF_REL_RODATA ".rel.rodata" /*
relocation
read-only data */
108
#define ELF_REL_TEXT ".rel.text" /*
relocation
code */
133
#define PT_GNU_RELRO 0x6474e552 /* Read-only post
relocation
*/
/external/llvm/test/CodeGen/Mips/
blockaddr.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
Completed in 143 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>