Searched refs:SectionAddress (Results 1 – 8 of 8) sorted by relevance
111 SectionAddrMap SectionAddress; variable152 SectionAddrMap &getSectionAddressMap() { return SectionAddress; } in getSectionAddressMap()155 return SectionAddress.lookup(Sec); in getSectionAddress()
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()
466 uint64_t SectionAddress = Section.getAddress(); in dissassembleSymbol() local470 (SI + 1 < SE) ? Symbols[SI + 1].Addr : SectionAddress + SectSize; in dissassembleSymbol()498 Inst, Size, Bytes.slice(Address - SectionAddress), Address, nulls()); in dissassembleSymbol()677 uint64_t SectionAddress = Section.getAddress() - ImageLoadAddr; in disassemble() local683 TextSections.insert({SectionAddress, SectSize}); in disassemble()
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()
348 uint64_t SectionAddress = (*SectionOrErr).first; in createInstructions() local364 uint64_t Offset = Address - SectionAddress; in createInstructions()
648 SectionAddress[Sec] = StartAddress; in computeSectionAddresses()
7827 uint64_t SectionAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local7828 Start -= SectionAddress; in DisassembleMachO()7848 NextSym -= SectionAddress; in DisassembleMachO()