OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocalAddress
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h
28
bool resolveI386Relocation(uint8_t *
LocalAddress
,
35
bool resolveX86_64Relocation(uint8_t *
LocalAddress
,
42
bool resolveARMRelocation(uint8_t *
LocalAddress
,
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
...]
RuntimeDyld.cpp
52
void RuntimeDyldImpl::mapSectionAddress(const void *
LocalAddress
,
55
if (Sections[i].Address ==
LocalAddress
) {
558
void RuntimeDyld::mapSectionAddress(const void *
LocalAddress
,
560
Dyld->mapSectionAddress(
LocalAddress
, TargetAddress);
RuntimeDyldImpl.h
325
void mapSectionAddress(const void *
LocalAddress
, uint64_t TargetAddress);
/external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h
65
void mapSectionAddress(const void *
LocalAddress
, uint64_t TargetAddress);
ExecutionEngine.h
250
virtual void mapSectionAddress(const void *
LocalAddress
, uint64_t TargetAddress) {
/external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h
90
virtual void mapSectionAddress(const void *
LocalAddress
,
92
Dyld.mapSectionAddress(
LocalAddress
, TargetAddress);
Completed in 433 milliseconds