reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
380 if (Command.C.cmd == MachO::LC_FUNCTION_STARTS) { 384 MachOObj->getLinkeditDataLoadCommand(Command); 387 } else if (Command.C.cmd == MachO::LC_SEGMENT) { 388 MachO::segment_command SLC = MachOObj->getSegmentLoadCommand(Command); 394 } else if (Command.C.cmd == MachO::LC_SEGMENT_64) { 395 MachO::segment_command_64 SLC = MachOObj->getSegment64LoadCommand(Command);