Home
last modified time | relevance | path

Searched refs:segInfo (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryWriter.cpp675 SegExtraInfo &segInfo = _segInfo[&seg]; in writeSegmentLoadCommands() local
700 + 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() local
1126 for (const Section *section : segInfo.sections) { in writeSymbolTable()
/external/sonivox/jet_tools/JetCreator/
DJetUtils.py625 class segInfo: class
635 ret = segInfo()