Lines Matching full:is64bit
139 Write32(is64Bit() ? macho::HM_Object64 : macho::HM_Object32);
148 if (is64Bit())
152 (is64Bit() ? macho::Header64Size : macho::Header32Size));
170 is64Bit() ? macho::SegmentLoadCommand64Size:
172 Write32(is64Bit() ? macho::LCT_Segment64 : macho::LCT_Segment);
174 NumSections * (is64Bit() ? macho::Section64Size :
178 if (is64Bit()) {
220 if (is64Bit()) {
240 if (is64Bit())
243 assert(OS.tell() - Start == (is64Bit() ? macho::Section64Size :
359 if (is64Bit())
380 const std::vector<std::string> &Options, bool is64Bit)
385 return RoundUpToAlignment(Size, is64Bit ? 8 : 4);
391 unsigned Size = ComputeLinkerOptionsLoadCommandSize(Options, is64Bit());
407 WriteBytes("", OffsetToAlignment(BytesWritten, is64Bit() ? 8 : 4));
725 uint64_t LoadCommandsSize = is64Bit() ?
751 is64Bit());
756 uint64_t SectionDataStart = (is64Bit() ? macho::Header64Size :
833 SymbolTableOffset + NumSymTabSymbols * (is64Bit() ? macho::Nlist64Size :