Searched refs:LCT_Segment64 (Results 1 – 7 of 7) sorted by relevance
139 LCT_Segment64 = 0x19, enumerator
288 } else if (LCI.Command.Type == macho::LCT_Segment64) { in moveToNextSection()335 if (LCI.Command.Type == macho::LCT_Segment64) in is64BitLoadCommand()
311 assert(LCI.Command.Type == macho::LCT_Segment64 && in ReadSection64()
347 case macho::LCT_Segment64: in DumpLoadCommand()
429 case macho::LCT_Segment64: in loadObject()
157 Write32(is64Bit() ? macho::LCT_Segment64 : macho::LCT_Segment); in WriteSegmentLoadCommand()
234 } else if (LCI.Command.Type == macho::LCT_Segment64) { in getSectionsAndSymbols()