Searched refs:SectionAddress (Results 1 – 7 of 7) sorted by relevance
144 SectionAddrMap SectionAddress; variable206 SectionAddrMap &getSectionAddressMap() { return SectionAddress; } in getSectionAddressMap()210 return SectionAddress.lookup(Sec); in getSectionAddress()
240 orc::ExecutorAddr SectionAddress(S.getAddress()); in addRelocations() local280 SectionAddress + (uint32_t)RI.r_address; in addRelocations()341 SectionAddress + (uint32_t)RI.r_address; in addRelocations()
231 orc::ExecutorAddr SectionAddress(S.getAddress()); in addRelocations() local266 auto FixupAddress = SectionAddress + (uint32_t)RI.r_address; in addRelocations()
419 uint64_t SectionAddress = (*SectionOrErr).first; in createInstructions() local435 uint64_t Offset = Address - SectionAddress; in createInstructions()
52 SectionAddress.clear(); in reset()697 SectionAddress[Sec] = StartAddress; in computeSectionAddresses()
1832 uint32_t SectionAddress = getSectionAddress(Sec.get()->getRawDataRefImpl()); in getSymbolAddress() local1836 SectionAddress; in getSymbolAddress()1840 return getDefinedGlobal(Sym.Info.ElementIndex).Offset + SectionAddress; in getSymbolAddress()
7532 uint64_t SectionAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local7533 Start -= SectionAddress; in DisassembleMachO()7553 NextSym -= SectionAddress; in DisassembleMachO()