Searched refs:PageStart (Results 1 – 2 of 2) sorted by relevance
5099 const char *PageStart = in getChainedFixupsSegments() local5101 const char *PageEnd = PageStart + Seg.page_count * sizeof(uint16_t); in getChainedFixupsSegments()5110 memcpy(&Start, PageStart + PageIdx * sizeof(uint16_t), sizeof(uint16_t)); in getChainedFixupsSegments()
1304 for (auto [Index, PageStart] : enumerate(Segment.PageStarts)) { in PrintChainedFixupsSegment()1305 outs() << " page_start[" << Index << "] = " << PageStart; in PrintChainedFixupsSegment()1307 if (PageStart == MachO::DYLD_CHAINED_PTR_START_NONE) in PrintChainedFixupsSegment()