Searched refs:SectionAddress (Results 1 – 12 of 12) sorted by relevance
101 SectionAddrMap SectionAddress; variable135 SectionAddrMap &getSectionAddressMap() { return SectionAddress; } in getSectionAddressMap()138 return SectionAddress.lookup(Sec); in getSectionAddress()
109 SectionAddrMap SectionAddress; variable148 SectionAddrMap &getSectionAddressMap() { return SectionAddress; } in getSectionAddressMap()151 return SectionAddress.lookup(Sec); in getSectionAddress()
177 uint64_t SectionAddress);
447 uint64_t SectionAddress) { in parseSectionContents() argument461 uint64_t VMAddress = SectionAddress + Byte - InstructionSize; in parseSectionContents()
117 uint64_t SectionAddress) { in parseSectionContents() argument118 FileAnalysis::parseSectionContents(SectionBytes, SectionAddress); in parseSectionContents()
55 uint64_t SectionAddress) { in parseSectionContents() argument56 FileAnalysis::parseSectionContents(SectionBytes, SectionAddress); in parseSectionContents()
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()
1707 auto SectionAddress = std::upper_bound( in DisassembleObject() local1713 if (SectionAddress != SectionAddresses.begin()) { in DisassembleObject()1714 --SectionAddress; in DisassembleObject()1715 TargetSectionSymbols = &AllSymbols[SectionAddress->second]; in DisassembleObject()
7081 uint64_t SectionAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local7082 Start -= SectionAddress; in DisassembleMachO()7104 NextSym -= SectionAddress; in DisassembleMachO()
614 SectionAddress[Sec] = StartAddress; in computeSectionAddresses()
631 SectionAddress[Sec] = StartAddress; in computeSectionAddresses()