Lines Matching refs:normSect
641 Section* normSect = &file.sections.back(); in appendSection() local
643 normSect->segmentName = si->segmentName; in appendSection()
644 normSect->sectionName = si->sectionName; in appendSection()
645 normSect->type = si->type; in appendSection()
646 normSect->attributes = si->attributes; in appendSection()
647 normSect->address = si->address; in appendSection()
648 normSect->alignment = si->alignment; in appendSection()
672 Section *normSect = &file.sections[si->normalizedSectionIndex]; in copySectionContent() local
675 normSect->content = llvm::makeArrayRef(empty, si->size); in copySectionContent()
683 normSect->content = sectionContent; in copySectionContent()
718 Section *normSect = &file.sections[si->normalizedSectionIndex]; in updateSectionInfo() local
719 normSect->address = si->address; in updateSectionInfo()
1172 Section &normSect = file.sections[si->normalizedSectionIndex]; in addIndirectSymbols() local
1182 normSect.indirectSymbols.push_back(index); in addIndirectSymbols()
1185 normSect.indirectSymbols.push_back( in addIndirectSymbols()
1191 normSect.indirectSymbols.push_back( in addIndirectSymbols()
1201 normSect.indirectSymbols.push_back(index); in addIndirectSymbols()
1210 normSect.indirectSymbols.push_back(index); in addIndirectSymbols()
1316 Section &normSect = file.sections[si->normalizedSectionIndex]; in addSectionRelocs() local
1329 normSect.relocations); in addSectionRelocs()