Searched refs:SectionAddress (Results 1 – 5 of 5) sorted by relevance
79 uint64_t SectionAddress = SecI->getAddress(); in getSymbolOffset() local80 return Address - SectionAddress; in getSymbolOffset()
136 uint64_t SectionAddress = SecI->getAddress(); in getOffset() local137 Result = Address - SectionAddress; in getOffset()
138 SectionAddrMap SectionAddress; variable140 SectionAddrMap &getSectionAddressMap() { return SectionAddress; } in getSectionAddressMap()143 return SectionAddress.lookup(SD); in getSectionAddress()
642 SectionAddress[SD] = StartAddress; in computeSectionAddresses()
6148 uint64_t SectionAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local6149 RelocOffset -= SectionAddress; in DisassembleMachO()6227 uint64_t SectionAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local6229 Start -= SectionAddress; in DisassembleMachO()6243 NextSym -= SectionAddress; in DisassembleMachO()