Searched refs:sectionID (Results 1 – 2 of 2) sorted by relevance
425 uint32_t sectionID = idConst->getValue(); in processSections() local454 Log::log("section ID = %d\n", sectionID); in processSections()467 OperationSequenceSection * opSection = new OperationSequenceSection(sectionID); in processSections()474 outputSection = convertDataSection(dataSection, sectionID, optionsDict); in processSections()507 …::convertDataSection(DataSectionContentsASTNode * dataSection, uint32_t sectionID, OptionDictionar… in convertDataSection() argument518 BinaryDataSection * resultSection = new BinaryDataSection(sectionID); in convertDataSection()
98 …OutputSection * convertDataSection(DataSectionContentsASTNode * dataSection, uint32_t sectionID, O…