Searched refs:SectionAddresses (Results 1 – 1 of 1) sorted by relevance
890 std::vector<std::pair<uint64_t, SectionRef>> SectionAddresses; in DisassembleObject() local892 SectionAddresses.emplace_back(Sec.getAddress(), Sec); in DisassembleObject()893 array_pod_sort(SectionAddresses.begin(), SectionAddresses.end()); in DisassembleObject()908 SectionAddresses.begin(), SectionAddresses.end(), VA, in DisassembleObject()912 if (Sec != SectionAddresses.begin()) in DisassembleObject()915 Sec = SectionAddresses.end(); in DisassembleObject()917 if (Sec != SectionAddresses.end()) in DisassembleObject()1086 SectionAddresses.begin(), SectionAddresses.end(), Target, in DisassembleObject()1091 if (SectionAddress != SectionAddresses.begin()) { in DisassembleObject()