Searched refs:LocalAddress (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 29 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 …]
|
D | RuntimeDyldMachO.h | 29 bool resolveI386Relocation(uint8_t *LocalAddress, 36 bool resolveX86_64Relocation(uint8_t *LocalAddress, 43 bool resolveARMRelocation(uint8_t *LocalAddress,
|
D | RuntimeDyldELF.cpp | 500 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 …]
|
D | RuntimeDyld.cpp | 48 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()
|
D | RuntimeDyldImpl.h | 327 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 75 virtual void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() argument 77 Dyld.mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 109 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
|
D | ExecutionEngine.h | 247 virtual void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress) { in mapSectionAddress() argument
|