Searched refs:SectionAddress (Results 1 – 6 of 6) sorted by relevance
111 SectionAddrMap SectionAddress; variable152 SectionAddrMap &getSectionAddressMap() { return SectionAddress; } in getSectionAddressMap()155 return SectionAddress.lookup(Sec); in getSectionAddress()
205 uint32_t SectionAddress = in writeSectionHeader() local207 W.write<uint32_t>(SectionAddress); // Physical address in writeSectionHeader()208 W.write<uint32_t>(SectionAddress); // Virtual address in writeSectionHeader()
190 JITTargetAddress SectionAddress = S.getAddress(); in addRelocations() local225 JITTargetAddress FixupAddress = SectionAddress + (uint32_t)RI.r_address; in addRelocations()285 SectionAddress + (uint32_t)RI.r_address; in addRelocations()
209 JITTargetAddress SectionAddress = S.getAddress(); in addRelocations() local240 JITTargetAddress FixupAddress = SectionAddress + (uint32_t)RI.r_address; in addRelocations()
647 SectionAddress[Sec] = StartAddress; in computeSectionAddresses()
7543 uint64_t SectionAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local7544 Start -= SectionAddress; in DisassembleMachO()7564 NextSym -= SectionAddress; in DisassembleMachO()