Lines Matching refs:addLoadCommand
796 in.header->addLoadCommand(make<LCSegment<LP>>(seg->name, seg)); in createLoadCommands()
801 in.header->addLoadCommand(make<LCChainedFixups>(in.chainedFixups)); in createLoadCommands()
802 in.header->addLoadCommand(make<LCExportsTrie>(in.exports)); in createLoadCommands()
804 in.header->addLoadCommand(make<LCDyldInfo>( in createLoadCommands()
807 in.header->addLoadCommand(make<LCSymtab>(symtabSection, stringTableSection)); in createLoadCommands()
808 in.header->addLoadCommand( in createLoadCommands()
811 in.header->addLoadCommand(make<LCSubFramework>(config->umbrella)); in createLoadCommands()
813 in.header->addLoadCommand(make<LCEncryptionInfo<LP>>()); in createLoadCommands()
815 in.header->addLoadCommand(make<LCRPath>(path)); in createLoadCommands()
819 in.header->addLoadCommand(make<LCLoadDylinker>()); in createLoadCommands()
822 in.header->addLoadCommand(make<LCDylib>(LC_ID_DYLIB, config->installName, in createLoadCommands()
834 in.header->addLoadCommand(uuidCommand); in createLoadCommands()
838 in.header->addLoadCommand(make<LCBuildVersion>(config->platformInfo)); in createLoadCommands()
840 in.header->addLoadCommand(make<LCMinVersion>(config->platformInfo)); in createLoadCommands()
843 in.header->addLoadCommand( in createLoadCommands()
849 in.header->addLoadCommand(make<LCMain>()); in createLoadCommands()
918 in.header->addLoadCommand(make<LCDylib>(lcType, dylibFile->installName, in createLoadCommands()
923 in.header->addLoadCommand( in createLoadCommands()
928 in.header->addLoadCommand(make<LCDyldEnv>(dyldEnv)); in createLoadCommands()
931 in.header->addLoadCommand(make<LCFunctionStarts>(functionStartsSection)); in createLoadCommands()
933 in.header->addLoadCommand(make<LCDataInCode>(dataInCodeSection)); in createLoadCommands()
935 in.header->addLoadCommand(make<LCCodeSignature>(codeSignatureSection)); in createLoadCommands()