Searched refs:SectionAddress (Results 1 – 6 of 6) sorted by relevance
119 SectionAddrMap SectionAddress; variable121 SectionAddrMap &getSectionAddressMap() { return SectionAddress; } in getSectionAddressMap()124 return SectionAddress.lookup(SD); in getSectionAddress()
101 SectionAddrMap SectionAddress; variable135 SectionAddrMap &getSectionAddressMap() { return SectionAddress; } in getSectionAddressMap()138 return SectionAddress.lookup(Sec); in getSectionAddress()
1234 auto SectionAddress = std::upper_bound( in DisassembleObject() local1240 if (SectionAddress != SectionAddresses.begin()) { in DisassembleObject()1241 --SectionAddress; in DisassembleObject()1242 TargetSectionSymbols = &AllSymbols[SectionAddress->second]; in DisassembleObject()
6720 uint64_t SectionAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local6721 Start -= SectionAddress; in DisassembleMachO()6742 NextSym -= SectionAddress; in DisassembleMachO()
536 SectionAddress[SD] = StartAddress; in computeSectionAddresses()
614 SectionAddress[Sec] = StartAddress; in computeSectionAddresses()