Searched refs:SegmentCommand (Results 1 – 3 of 3) sorted by relevance
248 template <u32 kLCSegment, typename SegmentCommand>257 const SegmentCommand* sc = (const SegmentCommand *)lc; in NextSegmentLoad()281 (const char *)lc + sizeof(SegmentCommand); in NextSegmentLoad()
231 using SegmentCommand = typename LP::segment_command; in writeTo() typedef234 auto *c = reinterpret_cast<SegmentCommand *>(buf); in writeTo()235 buf += sizeof(SegmentCommand); in writeTo()
988 using SegmentCommand = typename LP::segment_command; in parse() typedef1009 auto *c = reinterpret_cast<const SegmentCommand *>(cmd); in parse()