Lines Matching refs:Cmd
218 T Cmd;219 memcpy(&Cmd, P, sizeof(T));221 SwapStruct(Cmd);222 return Cmd;1569 macho::LinkeditDataLoadCommand Cmd;1570 Cmd.Type = macho::LCT_DataInCode;1571 Cmd.Size = macho::LinkeditLoadCommandSize;1572 Cmd.DataOffset = 0;1573 Cmd.DataSize = 0;1574 return Cmd;