Lines Matching refs:sout
644 typename T::section *sout = reinterpret_cast<typename T::section*> in writeSingleSegmentLoadCommand() local
649 setString16(sin.sectionName, sout->sectname); in writeSingleSegmentLoadCommand()
650 setString16(sin.segmentName, sout->segname); in writeSingleSegmentLoadCommand()
651 sout->addr = sin.address; in writeSingleSegmentLoadCommand()
652 sout->size = sin.content.size(); in writeSingleSegmentLoadCommand()
653 sout->offset = _sectInfo[&sin].fileOffset; in writeSingleSegmentLoadCommand()
654 sout->align = llvm::Log2_32(sin.alignment); in writeSingleSegmentLoadCommand()
655 sout->reloff = sin.relocations.empty() ? 0 : relOffset; in writeSingleSegmentLoadCommand()
656 sout->nreloc = sin.relocations.size(); in writeSingleSegmentLoadCommand()
657 sout->flags = sin.type | sin.attributes; in writeSingleSegmentLoadCommand()
658 sout->reserved1 = indirectSymbolIndex(sin, indirectSymRunningIndex); in writeSingleSegmentLoadCommand()
659 sout->reserved2 = indirectSymbolElementSize(sin); in writeSingleSegmentLoadCommand()
662 swapStruct(*sout); in writeSingleSegmentLoadCommand()
663 ++sout; in writeSingleSegmentLoadCommand()