Searched refs:PageStarts (Results 1 – 3 of 3) sorted by relevance
302 std::vector<uint16_t> &&PageStarts) in ChainedFixupsSegment()304 PageStarts(PageStarts){}; in ChainedFixupsSegment()309 std::vector<uint16_t> PageStarts; // page_start[] entries, host endianness member
3337 while (PageIndex < SegInfo.PageStarts.size() && in findNextPageWithFixups()3338 SegInfo.PageStarts[PageIndex] == MachO::DYLD_CHAINED_PTR_START_NONE) in findNextPageWithFixups()3340 return PageIndex < SegInfo.PageStarts.size(); in findNextPageWithFixups()3345 PageOffset = Segments[InfoSegIndex].PageStarts[PageIndex]; in findNextPageWithFixups()5107 std::vector<uint16_t> PageStarts; in getChainedFixupsSegments() local5113 PageStarts.push_back(Start); in getChainedFixupsSegments()5116 Segments.emplace_back(I, *OffOrErr, Seg, std::move(PageStarts)); in getChainedFixupsSegments()
1304 for (auto [Index, PageStart] : enumerate(Segment.PageStarts)) { in PrintChainedFixupsSegment()