Home
last modified time | relevance | path

Searched refs:LocalAddress (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp29 uint8_t *LocalAddress = Section.Address + Offset; in resolveRelocation() local
36 << format("%p", LocalAddress) in resolveRelocation()
49 resolveX86_64Relocation(LocalAddress, in resolveRelocation()
58 resolveI386Relocation(LocalAddress, in resolveRelocation()
68 resolveARMRelocation(LocalAddress, in resolveRelocation()
79 bool RuntimeDyldMachO::resolveI386Relocation(uint8_t *LocalAddress, in resolveI386Relocation() argument
93 uint8_t *p = LocalAddress; in resolveI386Relocation()
108 bool RuntimeDyldMachO::resolveX86_64Relocation(uint8_t *LocalAddress, in resolveX86_64Relocation() argument
134 uint8_t *p = (uint8_t*)LocalAddress; in resolveX86_64Relocation()
149 bool RuntimeDyldMachO::resolveARMRelocation(uint8_t *LocalAddress, in resolveARMRelocation() argument
[all …]
DRuntimeDyldMachO.h29 bool resolveI386Relocation(uint8_t *LocalAddress,
36 bool resolveX86_64Relocation(uint8_t *LocalAddress,
43 bool resolveARMRelocation(uint8_t *LocalAddress,
DRuntimeDyldELF.cpp500 uint8_t* LocalAddress = Section.Address + Offset; in resolvePPC64Relocation() local
506 writeInt16BE(LocalAddress, applyPPClo (Value + Addend)); in resolvePPC64Relocation()
509 writeInt16BE(LocalAddress, applyPPChi (Value + Addend)); in resolvePPC64Relocation()
512 writeInt16BE(LocalAddress, applyPPChigher (Value + Addend)); in resolvePPC64Relocation()
515 writeInt16BE(LocalAddress, applyPPChighest (Value + Addend)); in resolvePPC64Relocation()
520 uint8_t aalk = *(LocalAddress+3); in resolvePPC64Relocation()
521 writeInt16BE(LocalAddress + 2, (aalk & 3) | ((Value + Addend) & 0xfffc)); in resolvePPC64Relocation()
527 writeInt32BE(LocalAddress, Result); in resolvePPC64Relocation()
535 writeInt32BE(LocalAddress, 0x48000001 | (delta & 0x03FFFFFC)); in resolvePPC64Relocation()
542 writeInt32BE(LocalAddress, delta); in resolvePPC64Relocation()
[all …]
DRuntimeDyld.cpp48 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress, in mapSectionAddress() argument
51 if (Sections[i].Address == LocalAddress) { in mapSectionAddress()
528 void RuntimeDyld::mapSectionAddress(const void *LocalAddress, in mapSectionAddress() argument
530 Dyld->mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
DRuntimeDyldImpl.h327 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h75 virtual void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() argument
77 Dyld.mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h109 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
DExecutionEngine.h247 virtual void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress) { in mapSectionAddress() argument