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
3344 while (PageIndex < SegInfo.PageStarts.size() && in findNextPageWithFixups()3345 SegInfo.PageStarts[PageIndex] == MachO::DYLD_CHAINED_PTR_START_NONE) in findNextPageWithFixups()3347 return PageIndex < SegInfo.PageStarts.size(); in findNextPageWithFixups()3352 PageOffset = Segments[InfoSegIndex].PageStarts[PageIndex]; in findNextPageWithFixups()5123 std::vector<uint16_t> PageStarts; in getChainedFixupsSegments() local5129 PageStarts.push_back(Start); in getChainedFixupsSegments()5132 Segments.emplace_back(I, *OffOrErr, Seg, std::move(PageStarts)); in getChainedFixupsSegments()
1278 for (auto [Index, PageStart] : enumerate(Segment.PageStarts)) { in PrintChainedFixupsSegment()