Searched refs:addLoadCommand (Results 1 – 3 of 3) sorted by relevance
735 in.header->addLoadCommand(make<LCSegment<LP>>(seg->name, seg)); in createLoadCommands()739 in.header->addLoadCommand(make<LCDyldInfo>( in createLoadCommands()742 in.header->addLoadCommand( 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()767 in.header->addLoadCommand(uuidCommand); in createLoadCommands()775 in.header->addLoadCommand( in createLoadCommands()781 in.header->addLoadCommand(make<LCMain>()); in createLoadCommands()855 in.header->addLoadCommand( in createLoadCommands()[all …]
94 void addLoadCommand(LoadCommand *);
87 void MachHeaderSection::addLoadCommand(LoadCommand *lc) { in addLoadCommand() function in MachHeaderSection