reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
623 typename T::command* seg = reinterpret_cast<typename T::command*>(lc); 624 seg->cmd = T::LC; 625 seg->cmdsize = sizeof(typename T::command) 626 + _file.sections.size() * sizeof(typename T::section); 644 typename T::section *sout = reinterpret_cast<typename T::section*> 645 (lc+sizeof(typename T::command)); 678 typename T::command* cmd = reinterpret_cast<typename T::command*>(lc); 679 cmd->cmd = T::LC; 680 cmd->cmdsize = sizeof(typename T::command); 697 typename T::command* cmd = reinterpret_cast<typename T::command*>(lc); 698 cmd->cmd = T::LC; 699 cmd->cmdsize = sizeof(typename T::command) 700 + segInfo.sections.size() * sizeof(typename T::section); 713 typename T::section *sect = reinterpret_cast<typename T::section*> 714 (lc+sizeof(typename T::command)); 776 if (auto ec = writeSingleSegmentLoadCommand<MachO64Trait>(lc)) 825 if (auto ec = writeSegmentLoadCommands<MachO64Trait>(lc))