Lines Matching refs:addLoadCommand

780     in.header->addLoadCommand(make<LCSegment<LP>>(seg->name, seg));  in createLoadCommands()
785 in.header->addLoadCommand(make<LCChainedFixups>(in.chainedFixups)); in createLoadCommands()
786 in.header->addLoadCommand(make<LCExportsTrie>(in.exports)); in createLoadCommands()
788 in.header->addLoadCommand(make<LCDyldInfo>( in createLoadCommands()
791 in.header->addLoadCommand(make<LCSymtab>(symtabSection, stringTableSection)); in createLoadCommands()
792 in.header->addLoadCommand( in createLoadCommands()
795 in.header->addLoadCommand(make<LCSubFramework>(config->umbrella)); in createLoadCommands()
797 in.header->addLoadCommand(make<LCEncryptionInfo<LP>>()); in createLoadCommands()
799 in.header->addLoadCommand(make<LCRPath>(path)); in createLoadCommands()
803 in.header->addLoadCommand(make<LCLoadDylinker>()); in createLoadCommands()
806 in.header->addLoadCommand(make<LCDylib>(LC_ID_DYLIB, config->installName, in createLoadCommands()
818 in.header->addLoadCommand(uuidCommand); in createLoadCommands()
822 in.header->addLoadCommand(make<LCBuildVersion>(config->platformInfo)); in createLoadCommands()
824 in.header->addLoadCommand(make<LCMinVersion>(config->platformInfo)); in createLoadCommands()
827 in.header->addLoadCommand( in createLoadCommands()
833 in.header->addLoadCommand(make<LCMain>()); in createLoadCommands()
902 in.header->addLoadCommand(make<LCDylib>(lcType, dylibFile->installName, in createLoadCommands()
907 in.header->addLoadCommand( in createLoadCommands()
912 in.header->addLoadCommand(make<LCDyldEnv>(dyldEnv)); in createLoadCommands()
915 in.header->addLoadCommand(make<LCFunctionStarts>(functionStartsSection)); in createLoadCommands()
917 in.header->addLoadCommand(make<LCDataInCode>(dataInCodeSection)); in createLoadCommands()
919 in.header->addLoadCommand(make<LCCodeSignature>(codeSignatureSection)); in createLoadCommands()