OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MRE
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp
205
MachO::any_relocation_info
MRE
;
206
MRE
.r_word0 = FixupOffset;
207
MRE
.r_word1 = ((Index << 0) | (IsPCRel << 24) | (Log2Size << 25) |
209
Writer->addRelocation(Fragment->getParent(),
MRE
);
259
MachO::any_relocation_info
MRE
;
260
MRE
.r_word0 = FixupOffset;
261
MRE
.r_word1 = ((Index << 0) | (IsPCRel << 24) | (Log2Size << 25) |
263
Writer->addRelocation(Fragment->getParent(),
MRE
);
362
MachO::any_relocation_info
MRE
;
363
MRE
.r_word0 = FixupOffset
[
all
...]
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp
227
MachO::any_relocation_info
MRE
;
228
MRE
.r_word0 = ((OtherHalf << 0) |
234
MRE
.r_word1 = Value2;
235
Writer->addRelocation(Fragment->getParent(),
MRE
);
238
MachO::any_relocation_info
MRE
;
239
MRE
.r_word0 = ((FixupOffset << 0) |
245
MRE
.r_word1 = Value;
246
Writer->addRelocation(Fragment->getParent(),
MRE
);
293
MachO::any_relocation_info
MRE
;
294
MRE
.r_word0 = ((0 << 0)
[
all
...]
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp
147
static void makeRelocationInfo(MachO::any_relocation_info &
MRE
,
151
MRE
.r_word0 = FixupOffset;
157
MRE
.r_word1 = ((Index << 8) | // was << 0
165
makeScatteredRelocationInfo(MachO::any_relocation_info &
MRE
,
171
MRE
.r_word0 = ((Addr << 0) | (Type << 24) | (Log2Size << 28) |
173
MRE
.r_word1 = Value2;
282
MachO::any_relocation_info
MRE
;
283
makeScatteredRelocationInfo(
MRE
, other_half, MachO::GENERIC_RELOC_PAIR,
285
Writer->addRelocation(Fragment->getParent(),
MRE
);
297
MachO::any_relocation_info
MRE
;
[
all
...]
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp
203
MachO::any_relocation_info
MRE
;
204
MRE
.r_word0 = FixupOffset;
205
MRE
.r_word1 = ((Index << 0) |
210
Writer->addRelocation(Fragment->getParent(),
MRE
);
347
MachO::any_relocation_info
MRE
;
348
MRE
.r_word0 = FixupOffset;
349
MRE
.r_word1 = ((Index << 0) |
354
Writer->addRelocation(Fragment->getParent(),
MRE
);
419
MachO::any_relocation_info
MRE
;
420
MRE
.r_word0 = ((0 << 0) | // r_addres
[
all
...]
Completed in 582 milliseconds