Lines Matching refs:addLoadCommand

707     in.header->addLoadCommand(make<LCSegment<LP>>(seg->name, seg));  in createLoadCommands()
711 in.header->addLoadCommand(make<LCDyldInfo>( in createLoadCommands()
713 in.header->addLoadCommand(make<LCSymtab>(symtabSection, stringTableSection)); in createLoadCommands()
714 in.header->addLoadCommand( in createLoadCommands()
717 in.header->addLoadCommand(make<LCSubFramework>(config->umbrella)); in createLoadCommands()
719 in.header->addLoadCommand(make<LCEncryptionInfo<LP>>()); in createLoadCommands()
721 in.header->addLoadCommand(make<LCRPath>(path)); in createLoadCommands()
725 in.header->addLoadCommand(make<LCLoadDylinker>()); in createLoadCommands()
728 in.header->addLoadCommand(make<LCDylib>(LC_ID_DYLIB, config->installName, in createLoadCommands()
739 in.header->addLoadCommand(uuidCommand); in createLoadCommands()
742 in.header->addLoadCommand(make<LCBuildVersion>(config->platformInfo)); in createLoadCommands()
744 in.header->addLoadCommand(make<LCMinVersion>(config->platformInfo)); in createLoadCommands()
748 in.header->addLoadCommand(make<LCMain>()); in createLoadCommands()
806 in.header->addLoadCommand(make<LCDylib>(lcType, dylibFile->installName, in createLoadCommands()
811 in.header->addLoadCommand( in createLoadCommands()
817 in.header->addLoadCommand(make<LCFunctionStarts>(functionStartsSection)); in createLoadCommands()
819 in.header->addLoadCommand(make<LCDataInCode>(dataInCodeSection)); in createLoadCommands()
821 in.header->addLoadCommand(make<LCCodeSignature>(codeSignatureSection)); in createLoadCommands()