Searched refs:segInfo (Results 1 – 2 of 2) sorted by relevance
675 SegExtraInfo &segInfo = _segInfo[&seg]; in writeSegmentLoadCommands() local700 + segInfo.sections.size() * sizeof(typename T::section); in writeSegmentLoadCommands()705 cmd->fileoff = segInfo.fileOffset; in writeSegmentLoadCommands()706 cmd->filesize = segInfo.fileSize; in writeSegmentLoadCommands()709 cmd->nsects = segInfo.sections.size(); in writeSegmentLoadCommands()715 for (const Section *section : segInfo.sections) { in writeSegmentLoadCommands()723 sect->offset = section->address - seg.address + segInfo.fileOffset; in writeSegmentLoadCommands()1125 SegExtraInfo &segInfo = _segInfo[&seg]; in writeSymbolTable() local1126 for (const Section *section : segInfo.sections) { in writeSymbolTable()
625 class segInfo: class635 ret = segInfo()