reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3073 if (Load.C.cmd == MachO::LC_SEGMENT_64) { 3074 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); 3076 MachO::section_64 Sec = info->O->getSection64(Load, J); 3104 } else if (Load.C.cmd == MachO::LC_SEGMENT) { 3105 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); 3107 MachO::section Sec = info->O->getSection(Load, J);