Home | History | Annotate | Download | only in Object

Lines Matching refs:Command

84   // Create the load command array if sane.
145 // Load the command, if necessary.
152 Offset = Prev.Offset + Prev.Command.Size;
156 memcpy(&Info.Command, Buffer->getBuffer().data() + Offset,
159 SwapValue(Info.Command.Type);
160 SwapValue(Info.Command.Size);
288 assert(LCI.Command.Type == macho::LCT_Segment &&
289 "Unexpected load command info!");
311 assert(LCI.Command.Type == macho::LCT_Segment64 &&
312 "Unexpected load command info!");