Searched refs:SectionAddress (Results 1 – 4 of 4) sorted by relevance
109 SectionAddrMap SectionAddress; variable148 SectionAddrMap &getSectionAddressMap() { return SectionAddress; } in getSectionAddressMap()151 return SectionAddress.lookup(Sec); in getSectionAddress()
1794 auto SectionAddress = std::upper_bound( in disassembleObject() local1800 if (SectionAddress != SectionAddresses.begin()) { in disassembleObject()1801 --SectionAddress; in disassembleObject()1802 TargetSectionSymbols = &AllSymbols[SectionAddress->second]; in disassembleObject()
7125 uint64_t SectionAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local7126 Start -= SectionAddress; in DisassembleMachO()7148 NextSym -= SectionAddress; in DisassembleMachO()
631 SectionAddress[Sec] = StartAddress; in computeSectionAddresses()