OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TargetPtr
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp
309
uint32_t *
TargetPtr
=
325
uint64_t *
TargetPtr
=
327
*
TargetPtr
= Value + Addend;
334
*
TargetPtr
= static_cast<uint32_t>(Result & 0xffffffffU);
348
*
TargetPtr
&= 0xfc000000U;
350
*
TargetPtr
|= static_cast<uint32_t>(BranchImm & 0xffffffcU) >> 2;
358
*
TargetPtr
&= 0xffe0001fU;
360
*
TargetPtr
|= Result >> (48 - 5);
362
assert((*
TargetPtr
>> 21 & 0x3) == 3 && "invalid shift for relocation");
370
*
TargetPtr
&= 0xffe0001fU
[
all
...]
RuntimeDyldELF.h
67
void applyMIPS64Relocation(uint8_t *
TargetPtr
, int64_t CalculatedValue,
Completed in 1822 milliseconds