Searched refs:pointer_format (Results 1 – 4 of 4) sorted by relevance
1085 uint16_t pointer_format; ///< DYLD_CHAINED_PTR* member2173 sys::swapByteOrder(C.pointer_format); in swapStruct()
3393 uint16_t PointerFormat = SegInfo.Header.pointer_format; in moveNext() 3397 " has unsupported chained fixup pointer_format " + in moveNext() 5112 if (Seg.pointer_format < 1 || Seg.pointer_format > 12) in getChainedFixupsSegments() 5113 return Fail(" has unknown pointer format: " + Twine(Seg.pointer_format)); in getChainedFixupsSegments()
2359 segInfo->pointer_format = DYLD_CHAINED_PTR_64;
1267 outs() << " pointer_format = " << Segment.Header.pointer_format; in PrintChainedFixupsSegment() 1268 if ((Segment.Header.pointer_format - 1) < in PrintChainedFixupsSegment() 1270 outs() << " (" << PointerFormats[Segment.Header.pointer_format - 1] << ")"; in PrintChainedFixupsSegment()