reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
143 if (LCI.C.cmd == MachO::LC_SEGMENT) 144 Segment = adaptFrom32bits(Obj.getSegmentLoadCommand(LCI)); 145 else if (LCI.C.cmd == MachO::LC_SEGMENT_64) 146 Segment = Obj.getSegment64LoadCommand(LCI);