Lines Matching defs:MLC
160 MachO::macho_load_command MLC = LC.MachOLoadCommand;
161 switch (MLC.load_command_data.cmd) {
164 MachO::swapStruct(MLC.segment_command_data);
165 memcpy(Begin, &MLC.segment_command_data, sizeof(MachO::segment_command));
173 MachO::swapStruct(MLC.segment_command_64_data);
174 memcpy(Begin, &MLC.segment_command_64_data,
186 MLC.load_command_data.cmdsize); \
188 MachO::swapStruct(MLC.LCStruct##_data); \
189 memcpy(Begin, &MLC.LCStruct##_data, sizeof(MachO::LCStruct)); \
197 switch (MLC.load_command_data.cmd) {
200 MLC.load_command_data.cmdsize);
202 MachO::swapStruct(MLC.load_command_data);
203 memcpy(Begin, &MLC.load_command_data, sizeof(MachO::load_command));
409 const MachO::macho_load_command &MLC =
411 switch (MLC.load_command_data.cmd) {
413 return MLC.segment_command_data.fileoff;
415 return MLC.segment_command_64_data.fileoff;
422 const MachO::macho_load_command &MLC =
424 switch (MLC.load_command_data.cmd) {
426 return MLC.segment_command_data.filesize;
428 return MLC.segment_command_64_data.filesize;