Searched refs:LocalAddress (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h28 bool resolveI386Relocation(uint8_t *LocalAddress,
35 bool resolveX86_64Relocation(uint8_t *LocalAddress,
42 bool resolveARMRelocation(uint8_t *LocalAddress,
H A DRuntimeDyldMachO.cpp101 uint8_t *LocalAddress = Section.Address + Offset; local
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, argument
164 uint8_t *p = LocalAddress;
179 bool RuntimeDyldMachO::resolveX86_64Relocation(uint8_t *LocalAddress, argument
205 uint8_t *p = (uint8_t*)LocalAddress;
220 resolveARMRelocation(uint8_t *LocalAddress, uint64_t FinalAddress, uint64_t Value, bool isPCRel, unsigned Type, unsigned Size, int64_t Addend) argument
298 uint8_t *LocalAddress = Section.Address + Offset; local
[all...]
H A DRuntimeDyldELF.cpp288 DEBUG(dbgs() << "resolveAArch64Relocation, LocalAddress: 0x"
369 DEBUG(dbgs() << "resolveARMRelocation, LocalAddress: "
431 DEBUG(dbgs() << "resolveMipselocation, LocalAddress: "
587 uint8_t* LocalAddress = Section.Address + Offset; local
593 writeInt16BE(LocalAddress, applyPPClo (Value + Addend));
596 writeInt16BE(LocalAddress, applyPPChi (Value + Addend));
599 writeInt16BE(LocalAddress, applyPPChigher (Value + Addend));
602 writeInt16BE(LocalAddress, applyPPChighest (Value + Addend));
607 uint8_t aalk = *(LocalAddress+3);
608 writeInt16BE(LocalAddress
660 uint8_t *LocalAddress = Section.Address + Offset; local
[all...]
H A DRuntimeDyld.cpp53 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress, argument
56 if (Sections[i].Address == LocalAddress) {
542 void RuntimeDyld::mapSectionAddress(const void *LocalAddress, argument
544 Dyld->mapSectionAddress(LocalAddress, TargetAddress);
H A DRuntimeDyldImpl.h325 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h83 virtual void mapSectionAddress(const void *LocalAddress, argument
85 Dyld.mapSectionAddress(LocalAddress, TargetAddress);
/freebsd-10.0-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h114 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
H A DExecutionEngine.h249 virtual void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress) { argument
/freebsd-10.0-release/crypto/openssh/regress/
H A Daddrmatch.sh29 Match LocalAddress 127.0.0.1,::1

Completed in 186 milliseconds