OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LocalAddress
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp
101
uint8_t *
LocalAddress
= Section.Address + Offset;
106
DEBUG(dbgs() << "resolveRelocation
LocalAddress
: "
107
<< format("%p",
LocalAddress
)
120
resolveX86_64Relocation(
LocalAddress
,
129
resolveI386Relocation(
LocalAddress
,
139
resolveARMRelocation(
LocalAddress
,
150
bool RuntimeDyldMachO::resolveI386Relocation(uint8_t *
LocalAddress
,
164
uint8_t *p =
LocalAddress
;
179
bool RuntimeDyldMachO::resolveX86_64Relocation(uint8_t *
LocalAddress
,
205
uint8_t *p = (uint8_t*)
LocalAddress
;
[
all
...]
RuntimeDyldELF.cpp
288
DEBUG(dbgs() << "resolveAArch64Relocation,
LocalAddress
: 0x"
393
DEBUG(dbgs() << "resolveARMRelocation,
LocalAddress
: "
464
DEBUG(dbgs() << "resolveMipselocation,
LocalAddress
: "
634
uint8_t*
LocalAddress
= Section.Address + Offset;
640
writeInt16BE(
LocalAddress
, applyPPClo (Value + Addend));
643
writeInt16BE(
LocalAddress
, applyPPChi (Value + Addend));
646
writeInt16BE(
LocalAddress
, applyPPChigher (Value + Addend));
649
writeInt16BE(
LocalAddress
, applyPPChighest (Value + Addend));
654
uint8_t aalk = *(
LocalAddress
+3);
655
writeInt16BE(
LocalAddress
+ 2, (aalk & 3) | ((Value + Addend) & 0xfffc))
[
all
...]
Completed in 30 milliseconds