Home | History | Annotate | Download | only in MC

Lines Matching full:is64bit

124   Write32(is64Bit() ? macho::HM_Object64 : macho::HM_Object32);
133 if (is64Bit())
137 (is64Bit() ? macho::Header64Size : macho::Header32Size));
155 is64Bit() ? macho::SegmentLoadCommand64Size:
157 Write32(is64Bit() ? macho::LCT_Segment64 : macho::LCT_Segment);
159 NumSections * (is64Bit() ? macho::Section64Size :
163 if (is64Bit()) {
205 if (is64Bit()) {
225 if (is64Bit())
228 assert(OS.tell() - Start == (is64Bit() ? macho::Section64Size :
348 if (is64Bit())
644 uint64_t LoadCommandsSize = is64Bit() ?
659 uint64_t SectionDataStart = (is64Bit() ? macho::Header64Size :
727 SymbolTableOffset + NumSymTabSymbols * (is64Bit() ? macho::Nlist64Size :