Searched refs:SectionAddress (Results 1 – 4 of 4) sorted by relevance
101 SectionAddrMap SectionAddress; variable135 SectionAddrMap &getSectionAddressMap() { return SectionAddress; } in getSectionAddressMap()138 return SectionAddress.lookup(Sec); in getSectionAddress()
1085 auto SectionAddress = std::upper_bound( in DisassembleObject() local1091 if (SectionAddress != SectionAddresses.begin()) { in DisassembleObject()1092 --SectionAddress; in DisassembleObject()1093 TargetSectionSymbols = &AllSymbols[SectionAddress->second]; in DisassembleObject()
6143 uint64_t SectionAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local6144 Start -= SectionAddress; in DisassembleMachO()6157 NextSym -= SectionAddress; in DisassembleMachO()
610 SectionAddress[Sec] = StartAddress; in computeSectionAddresses()