Lines Matching refs:sect
200 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd();
201 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) {
202 LDSection* section = *sect;
242 const LDSection* sect =
244 if (!mayProcessGC(*sect))
247 pEntry.push_back(sect);
268 const LDSection* sect =
270 if (!mayProcessGC(*sect))
272 pEntry.push_back(sect);
288 const LDSection* sect = &sym->fragRef()->frag()->getParent()->getSection();
289 if (!mayProcessGC(*sect))
291 pEntry.push_back(sect);
309 const LDSection* sect = work_list.front();
313 if (!m_ReferencedSections.insert(sect).second)
319 m_SectionReachedListMap.findReachedList(*sect);
340 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd();
341 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) {
342 LDSection* section = *sect;