Searched refs:writeSectionInLoadCommand (Results 1 – 2 of 2) sorted by relevance
38 void writeSectionInLoadCommand(const Section &Sec, uint8_t *&Out);
188 writeSectionInLoadCommand<MachO::section>(*Sec, Begin); in writeLoadCommands()198 writeSectionInLoadCommand<MachO::section_64>(*Sec, Begin); in writeLoadCommands()234 void MachOWriter::writeSectionInLoadCommand(const Section &Sec, uint8_t *&Out) { in writeSectionInLoadCommand() function in MachOWriter