Lines Matching refs:addLoadCommand
773 in.header->addLoadCommand(make<LCSegment<LP>>(seg->name, seg)); in createLoadCommands()
778 in.header->addLoadCommand(make<LCChainedFixups>(in.chainedFixups)); in createLoadCommands()
779 in.header->addLoadCommand(make<LCExportsTrie>(in.exports)); in createLoadCommands()
781 in.header->addLoadCommand(make<LCDyldInfo>( in createLoadCommands()
784 in.header->addLoadCommand(make<LCSymtab>(symtabSection, stringTableSection)); in createLoadCommands()
785 in.header->addLoadCommand( in createLoadCommands()
788 in.header->addLoadCommand(make<LCSubFramework>(config->umbrella)); in createLoadCommands()
790 in.header->addLoadCommand(make<LCEncryptionInfo<LP>>()); in createLoadCommands()
792 in.header->addLoadCommand(make<LCRPath>(path)); in createLoadCommands()
796 in.header->addLoadCommand(make<LCLoadDylinker>()); in createLoadCommands()
799 in.header->addLoadCommand(make<LCDylib>(LC_ID_DYLIB, config->installName, in createLoadCommands()
810 in.header->addLoadCommand(uuidCommand); in createLoadCommands()
813 in.header->addLoadCommand(make<LCBuildVersion>(config->platformInfo)); in createLoadCommands()
815 in.header->addLoadCommand(make<LCMinVersion>(config->platformInfo)); in createLoadCommands()
818 in.header->addLoadCommand( in createLoadCommands()
824 in.header->addLoadCommand(make<LCMain>()); in createLoadCommands()
893 in.header->addLoadCommand(make<LCDylib>(lcType, dylibFile->installName, in createLoadCommands()
898 in.header->addLoadCommand( in createLoadCommands()
903 in.header->addLoadCommand(make<LCDyldEnv>(dyldEnv)); in createLoadCommands()
906 in.header->addLoadCommand(make<LCFunctionStarts>(functionStartsSection)); in createLoadCommands()
908 in.header->addLoadCommand(make<LCDataInCode>(dataInCodeSection)); in createLoadCommands()
910 in.header->addLoadCommand(make<LCCodeSignature>(codeSignatureSection)); in createLoadCommands()