Lines Matching defs:MLC
159 MachO::macho_load_command MLC = LC.MachOLoadCommand;
160 switch (MLC.load_command_data.cmd) {
163 MachO::swapStruct(MLC.segment_command_data);
164 memcpy(Begin, &MLC.segment_command_data, sizeof(MachO::segment_command));
172 MachO::swapStruct(MLC.segment_command_64_data);
173 memcpy(Begin, &MLC.segment_command_64_data,
185 MLC.load_command_data.cmdsize); \
187 MachO::swapStruct(MLC.LCStruct##_data); \
188 memcpy(Begin, &MLC.LCStruct##_data, sizeof(MachO::LCStruct)); \
196 switch (MLC.load_command_data.cmd) {
199 MLC.load_command_data.cmdsize);
201 MachO::swapStruct(MLC.load_command_data);
202 memcpy(Begin, &MLC.load_command_data, sizeof(MachO::load_command));
408 const MachO::macho_load_command &MLC =
410 switch (MLC.load_command_data.cmd) {
412 return MLC.segment_command_data.fileoff;
414 return MLC.segment_command_64_data.fileoff;
421 const MachO::macho_load_command &MLC =
423 switch (MLC.load_command_data.cmd) {
425 return MLC.segment_command_data.filesize;
427 return MLC.segment_command_64_data.filesize;