Lines Matching refs:addLoadCommand
735 in.header->addLoadCommand(make<LCSegment<LP>>(seg->name, seg)); in createLoadCommands()
739 in.header->addLoadCommand(make<LCDyldInfo>( in createLoadCommands()
741 in.header->addLoadCommand(make<LCSymtab>(symtabSection, stringTableSection)); in createLoadCommands()
742 in.header->addLoadCommand( in createLoadCommands()
745 in.header->addLoadCommand(make<LCSubFramework>(config->umbrella)); in createLoadCommands()
747 in.header->addLoadCommand(make<LCEncryptionInfo<LP>>()); in createLoadCommands()
749 in.header->addLoadCommand(make<LCRPath>(path)); in createLoadCommands()
753 in.header->addLoadCommand(make<LCLoadDylinker>()); in createLoadCommands()
756 in.header->addLoadCommand(make<LCDylib>(LC_ID_DYLIB, config->installName, in createLoadCommands()
767 in.header->addLoadCommand(uuidCommand); in createLoadCommands()
770 in.header->addLoadCommand(make<LCBuildVersion>(config->platformInfo)); in createLoadCommands()
772 in.header->addLoadCommand(make<LCMinVersion>(config->platformInfo)); in createLoadCommands()
775 in.header->addLoadCommand( in createLoadCommands()
781 in.header->addLoadCommand(make<LCMain>()); in createLoadCommands()
850 in.header->addLoadCommand(make<LCDylib>(lcType, dylibFile->installName, in createLoadCommands()
855 in.header->addLoadCommand( in createLoadCommands()
860 in.header->addLoadCommand(make<LCFunctionStarts>(functionStartsSection)); in createLoadCommands()
862 in.header->addLoadCommand(make<LCDataInCode>(dataInCodeSection)); in createLoadCommands()
864 in.header->addLoadCommand(make<LCCodeSignature>(codeSignatureSection)); in createLoadCommands()