Searched refs:SectionAddress (Results 1 – 9 of 9) sorted by relevance
111 SectionAddrMap SectionAddress; variable152 SectionAddrMap &getSectionAddressMap() { return SectionAddress; } in getSectionAddressMap()155 return SectionAddress.lookup(Sec); in getSectionAddress()
121 const uint64_t SectionAddress = getAddress(); in flushPendingRelocations() local132 << " address: 0x" << Twine::utohexstr(SectionAddress) << '\n' in flushPendingRelocations()145 SectionAddress + Reloc.Offset); in flushPendingRelocations()156 << Twine::utohexstr(SectionAddress + Reloc.Offset) in flushPendingRelocations()
218 orc::ExecutorAddr SectionAddress(S.getAddress()); in addRelocations() local258 SectionAddress + (uint32_t)RI.r_address; in addRelocations()319 SectionAddress + (uint32_t)RI.r_address; in addRelocations()
209 orc::ExecutorAddr SectionAddress(S.getAddress()); in addRelocations() local244 auto FixupAddress = SectionAddress + (uint32_t)RI.r_address; in addRelocations()
1286 const uint64_t SectionAddress = Section.getAddress(); in disassemblePLTSectionAArch64() local1294 const uint64_t InstrAddr = SectionAddress + InstrOffset; in disassemblePLTSectionAArch64()1347 const uint64_t SectionAddress = Section.getAddress(); in disassemblePLTSectionX86() local2057 const uint64_t EntryAddress = SectionAddress + I; in processLKExTable()2111 const uint64_t PC = SectionAddress + I; in processLKPCIFixup()2144 const uint64_t EntryAddress = SectionAddress + I; in processLKKSymtab()2176 const uint64_t EntryAddress = SectionAddress + I; in processLKBugTable()2203 const uint64_t EntryAddress = SectionAddress + I; in processLKSMPLocks()4947 SectionAddress = in patchELFAllocatableRelaSections()4948 SectionAddress == 0 ? Section.getAddress() : SectionAddress; in patchELFAllocatableRelaSections()[all …]
523 Optional<object::SectionedAddress> SectionAddress = in updateUnitDebugInfo() local526 if (SectionAddress) in updateUnitDebugInfo()527 BaseAddress = SectionAddress->Address; in updateUnitDebugInfo()
447 uint64_t SectionAddress = in writeSectionHeader() local450 W.write<uint64_t>(SectionAddress); // Physical address in writeSectionHeader()451 W.write<uint64_t>(SectionAddress); // Virtual address in writeSectionHeader()466 W.write<uint32_t>(SectionAddress); // Physical address in writeSectionHeader()467 W.write<uint32_t>(SectionAddress); // Virtual address in writeSectionHeader()
649 SectionAddress[Sec] = StartAddress; in computeSectionAddresses()
7566 uint64_t SectionAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local7567 Start -= SectionAddress; in DisassembleMachO()7587 NextSym -= SectionAddress; in DisassembleMachO()