Home | History | Annotate | Download | only in LD

Lines Matching refs:sd

158               SectionData* sd = IRBuilder::CreateSectionData(**section);
159 if (!m_pELFReader->readRegularSection(pInput, *sd))
164 SectionData* sd = IRBuilder::CreateSectionData(**section);
165 if (!m_pELFReader->readRegularSection(pInput, *sd))
195 SectionData* sd = IRBuilder::CreateSectionData(**section);
196 if (!m_pELFReader->readRegularSection(pInput, *sd))
205 SectionData* sd = IRBuilder::CreateSectionData(**section);
206 if (!m_pELFReader->readRegularSection(pInput, *sd)) {
235 SectionData* sd = IRBuilder::CreateSectionData(**section);
236 if (!m_Backend.readSection(pInput, *sd)) {