Lines Matching defs:offsets
38 /// The offsets used by the target when relocating the executable. Decoded from
41 /// If true, the offsets field describes segments. Otherwise, it describes
45 /// The individual offsets. Section offsets have two or three members.
46 /// Segment offsets have either one of two.
47 std::vector<uint64_t> offsets;
50 return a.segments == b.segments && a.offsets == b.offsets;
52 llvm::raw_ostream &operator<<(llvm::raw_ostream &os, const QOffsets &offsets);
445 /// one value in the offsets field.