Lines Matching refs:SectionIndex
271 int16_t SectionIndex,
274 int16_t SectionIndex,
277 int16_t SectionIndex);
733 int16_t SectionIndex, uint64_t SymbolOffset) { in writeSymbolEntryForCsectMemberLabel() argument
738 CSectionRef.Address + SymbolOffset, SectionIndex, in writeSymbolEntryForCsectMemberLabel()
746 const XCOFFSection &DwarfSectionRef, int16_t SectionIndex) { in writeSymbolEntryForDwarfSection() argument
750 SectionIndex, /*SymbolType=*/0, XCOFF::C_DWARF); in writeSymbolEntryForDwarfSection()
756 const XCOFFSection &CSectionRef, int16_t SectionIndex, in writeSymbolEntryForControlSection() argument
759 SectionIndex, CSectionRef.getVisibilityType(), StorageClass); in writeSymbolEntryForControlSection()
898 const int16_t SectionIndex = Section->Index; in writeSymbolTable() local
901 writeSymbolEntryForControlSection(Csect, SectionIndex, in writeSymbolTable()
906 Sym, Csect, SectionIndex, Layout.getSymbolOffset(*(Sym.MCSym))); in writeSymbolTable()
996 int32_t SectionIndex = 1; in assignAddressesAndIndices() local
1007 if (SectionIndex > MaxSectionIndex) in assignAddressesAndIndices()
1009 Section->Index = SectionIndex++; in assignAddressesAndIndices()
1072 assert((SectionIndex <= MaxSectionIndex) && "Section index overflow!"); in assignAddressesAndIndices()
1078 DwarfSection.Index = SectionIndex++; in assignAddressesAndIndices()