Searched refs:addLoadCommand (Results 1 – 5 of 5) sorted by relevance
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()[all …]
93 void addLoadCommand(LoadCommand *);
82 void MachHeaderSection::addLoadCommand(LoadCommand *lc) { in addLoadCommand() function in MachHeaderSection
1738 B.template addLoadCommand<MachO::LC_ID_DYLIB>( in createHeaderBlock()1742 B.template addLoadCommand<MachO::LC_ID_DYLIB>(JD.getName(), 0, 0, 0); in createHeaderBlock()1745 B.template addLoadCommand<MachO::LC_BUILD_VERSION>( in createHeaderBlock()1748 B.template addLoadCommand<MachO::LC_LOAD_DYLIB>( in createHeaderBlock()1751 B.template addLoadCommand<MachO::LC_RPATH>(P); in createHeaderBlock()
302 MachOBuilderLoadCommand<LCType> &addLoadCommand(ArgTs &&...Args) {346 SymTabLC = &addLoadCommand<MachOTraits::SymTabCmd>();