Searched refs:SectionAddresses (Results 1 – 1 of 1) sorted by relevance
1025 std::vector<std::pair<uint64_t, SectionRef>> SectionAddresses; in DisassembleObject() local1027 SectionAddresses.emplace_back(Sec.getAddress(), Sec); in DisassembleObject()1028 array_pod_sort(SectionAddresses.begin(), SectionAddresses.end()); in DisassembleObject()1043 SectionAddresses.begin(), SectionAddresses.end(), VA, in DisassembleObject()1047 if (Sec != SectionAddresses.begin()) in DisassembleObject()1050 Sec = SectionAddresses.end(); in DisassembleObject()1052 if (Sec != SectionAddresses.end()) in DisassembleObject()1235 SectionAddresses.begin(), SectionAddresses.end(), Target, in DisassembleObject()1240 if (SectionAddress != SectionAddresses.begin()) { in DisassembleObject()