Searched refs:OutSection (Results 1 – 1 of 1) sorted by relevance
522 MCSection *OutSection = SectionPair->second.first; in handleSection() local523 if (OutSection == StrOffsetSection) in handleSection()525 else if (OutSection == StrSection) in handleSection()527 else if (OutSection == TypesSection) in handleSection()529 else if (OutSection == CUIndexSection) in handleSection()531 else if (OutSection == TUIndexSection) in handleSection()533 else if (OutSection == InfoSection) in handleSection()536 Out.switchSection(OutSection); in handleSection()765 MCSection *OutSection; in write() local770 OutSection = InfoSection; in write()[all …]