Searched refs:LCT_Segment (Results 1 – 7 of 7) sorted by relevance
428 case macho::LCT_Segment: in loadObject()479 if (SegmentLCI->Command.Type == macho::LCT_Segment) { in loadObject()
136 LCT_Segment = 0x1, enumerator
283 if (LCI.Command.Type == macho::LCT_Segment) { in moveToNextSection()337 assert(LCI.Command.Type == macho::LCT_Segment && "Unexpected Type."); in is64BitLoadCommand()
288 assert(LCI.Command.Type == macho::LCT_Segment && in ReadSection()
344 case macho::LCT_Segment: in DumpLoadCommand()
157 Write32(is64Bit() ? macho::LCT_Segment64 : macho::LCT_Segment); in WriteSegmentLoadCommand()
223 if (LCI.Command.Type == macho::LCT_Segment) { in getSectionsAndSymbols()