Home
last modified time | relevance | path

Searched refs:PageStart (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Object/
DMachOObjectFile.cpp5099 const char *PageStart = in getChainedFixupsSegments() local
5101 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()
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DMachODump.cpp1304 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()