OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MRE
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp
229
MachO::any_relocation_info
MRE
;
230
MRE
.r_word0 = FixupOffset;
231
MRE
.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28);
232
Writer->addRelocation(A_Base, Fragment->getParent(),
MRE
);
286
MachO::any_relocation_info
MRE
;
287
MRE
.r_word0 = FixupOffset;
288
MRE
.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28);
289
Writer->addRelocation(A_Base, Fragment->getParent(),
MRE
);
397
MachO::any_relocation_info
MRE
;
398
MRE
.r_word0 = FixupOffset
[
all
...]
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp
146
static void makeRelocationInfo(MachO::any_relocation_info &
MRE
,
150
MRE
.r_word0 = FixupOffset;
156
MRE
.r_word1 = ((Index << 8) | // was << 0
164
makeScatteredRelocationInfo(MachO::any_relocation_info &
MRE
,
170
MRE
.r_word0 = ((Addr << 0) | (Type << 24) | (Log2Size << 28) |
172
MRE
.r_word1 = Value2;
279
MachO::any_relocation_info
MRE
;
280
makeScatteredRelocationInfo(
MRE
, other_half, MachO::GENERIC_RELOC_PAIR,
282
Writer->addRelocation(nullptr, Fragment->getParent(),
MRE
);
294
MachO::any_relocation_info
MRE
;
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp
197
macho::RelocationEntry
MRE
;
198
MRE
.Word0 = ((OtherHalf << 0) |
204
MRE
.Word1 = Value2;
205
Writer->addRelocation(Fragment->getParent(),
MRE
);
208
macho::RelocationEntry
MRE
;
209
MRE
.Word0 = ((FixupOffset << 0) |
215
MRE
.Word1 = Value;
216
Writer->addRelocation(Fragment->getParent(),
MRE
);
260
macho::RelocationEntry
MRE
;
261
MRE
.Word0 = ((0 << 0)
[
all
...]
/external/llvm/include/llvm/MC/
MCMachObjectWriter.h
93
MachO::any_relocation_info
MRE
;
94
RelAndSymbol(const MCSymbol *Sym, const MachO::any_relocation_info &
MRE
)
95
: Sym(Sym),
MRE
(
MRE
) {}
216
MachO::any_relocation_info &
MRE
) {
217
RelAndSymbol P(RelSymbol,
MRE
);
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp
221
MachO::any_relocation_info
MRE
;
222
MRE
.r_word0 = ((OtherHalf << 0) |
228
MRE
.r_word1 = Value2;
229
Writer->addRelocation(nullptr, Fragment->getParent(),
MRE
);
232
MachO::any_relocation_info
MRE
;
233
MRE
.r_word0 = ((FixupOffset << 0) |
239
MRE
.r_word1 = Value;
240
Writer->addRelocation(nullptr, Fragment->getParent(),
MRE
);
290
MachO::any_relocation_info
MRE
;
291
MRE
.r_word0 = ((0 << 0)
[
all
...]
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp
206
MachO::any_relocation_info
MRE
;
207
MRE
.r_word0 = FixupOffset;
208
MRE
.r_word1 =
210
Writer->addRelocation(A_Base, Fragment->getParent(),
MRE
);
358
MachO::any_relocation_info
MRE
;
359
MRE
.r_word0 = FixupOffset;
360
MRE
.r_word1 = (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) |
362
Writer->addRelocation(RelSymbol, Fragment->getParent(),
MRE
);
432
MachO::any_relocation_info
MRE
;
433
MRE
.r_word0 = ((0 << 0) | // r_addres
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp
191
macho::RelocationEntry
MRE
;
192
MRE
.Word0 = FixupOffset;
193
MRE
.Word1 = ((Index << 0) |
198
Writer->addRelocation(Fragment->getParent(),
MRE
);
328
macho::RelocationEntry
MRE
;
329
MRE
.Word0 = FixupOffset;
330
MRE
.Word1 = ((Index << 0) |
335
Writer->addRelocation(Fragment->getParent(),
MRE
);
384
macho::RelocationEntry
MRE
;
385
MRE
.Word0 = ((0 << 0)
[
all
...]
Completed in 608 milliseconds