Home
last modified time | relevance | path

Searched refs:addLoadCommand (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lld/MachO/
H A DWriter.cpp773 in.header->addLoadCommand(make<LCSegment<LP>>(seg->name, seg)); in createLoadCommands()
778 in.header->addLoadCommand(make<LCChainedFixups>(in.chainedFixups)); in createLoadCommands()
779 in.header->addLoadCommand(make<LCExportsTrie>(in.exports)); in createLoadCommands()
781 in.header->addLoadCommand(make<LCDyldInfo>( in createLoadCommands()
784 in.header->addLoadCommand(make<LCSymtab>(symtabSection, stringTableSection)); in createLoadCommands()
785 in.header->addLoadCommand( in createLoadCommands()
788 in.header->addLoadCommand(make<LCSubFramework>(config->umbrella)); in createLoadCommands()
790 in.header->addLoadCommand(make<LCEncryptionInfo<LP>>()); in createLoadCommands()
792 in.header->addLoadCommand(make<LCRPath>(path)); in createLoadCommands()
796 in.header->addLoadCommand(make<LCLoadDylinker>()); in createLoadCommands()
[all …]
H A DSyntheticSections.h92 void addLoadCommand(LoadCommand *);
H A DSyntheticSections.cpp88 void MachHeaderSection::addLoadCommand(LoadCommand *lc) { in addLoadCommand() function in MachHeaderSection