Searched refs:LoadAddress (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldELF.cpp | 160 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].LoadAddress; in registerEHFrames() 174 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].LoadAddress; in deregisterEHFrames() 255 uint64_t FinalAddress = Section.LoadAddress + Offset; in resolveX86_64Relocation() 271 uint64_t FinalAddress = Section.LoadAddress + Offset; in resolveX86_64Relocation() 284 uint64_t FinalAddress = Section.LoadAddress + Offset; in resolveX86_64Relocation() 312 uint32_t FinalAddress = ((Section.LoadAddress + Offset) & 0xFFFFFFFF); in resolveX86Relocation() 331 uint64_t FinalAddress = Section.LoadAddress + Offset; in resolveAArch64Relocation() 434 uint32_t FinalAddress = ((Section.LoadAddress + Offset) & 0xFFFFFFFF); in resolveARMRelocation() 511 << format("%p",Section.LoadAddress + Offset) in resolveMIPSRelocation() 576 return it->LoadAddress + 0x8000; in findPPC64TOC() [all …]
|
| D | RuntimeDyldImpl.h | 60 uint64_t LoadAddress; variable 72 : Name(name), Address(address), Size(size), LoadAddress((uintptr_t)address), in SectionEntry() 216 return Sections[SectionID].LoadAddress; in getSectionLoadAddress()
|
| D | RuntimeDyldMachO.cpp | 54 intptr_t MemDistance = A->LoadAddress - B->LoadAddress; in computeDelta() 85 EHFrame->LoadAddress, in registerEHFrames() 147 uint64_t FinalAddress = Section.LoadAddress + Offset; in resolveRelocation()
|
| D | RuntimeDyld.cpp | 58 uint64_t Addr = Sections[i].LoadAddress; in resolveRelocations() 484 Sections[SectionID].LoadAddress = Addr; in reassignSectionAddress()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Mips/ |
| D | MipsInstrInfo.td | 1184 class LoadAddress<string instr_asm, Operand MemOpnd, RegisterOperand RO> : 1187 def LoadAddr32Reg : LoadAddress<"la", mem, GPR32Opnd>;
|