Lines Matching refs:sect
188 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd(); in getEntrySections() local
189 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) { in getEntrySections()
190 LDSection* section = *sect; in getEntrySections()
220 const LDSection* sect = in getEntrySections() local
222 if (!mayProcessGC(*sect)) in getEntrySections()
224 pEntry.push_back(sect); in getEntrySections()
258 const LDSection* sect = in getEntrySections() local
260 if (!mayProcessGC(*sect)) in getEntrySections()
263 pEntry.push_back(sect); in getEntrySections()
280 const LDSection* sect = &sym->fragRef()->frag()->getParent()->getSection(); in getEntrySections() local
281 if (!mayProcessGC(*sect)) in getEntrySections()
283 pEntry.push_back(sect); in getEntrySections()
300 const LDSection* sect = work_list.front(); in findReferencedSections() local
304 if (!m_ReferencedSections.insert(sect).second) in findReferencedSections()
310 m_SectionReachedListMap.findReachedList(*sect); in findReferencedSections()
330 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd(); in stripSections() local
331 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) { in stripSections()
332 LDSection* section = *sect; in stripSections()