Lines Matching refs:CSectionRef
621 const Symbol &SymbolRef, const XCOFFSection &CSectionRef, in writeSymbolTableEntryForCsectMemberLabel() argument
625 assert(SymbolOffset <= UINT32_MAX - CSectionRef.Address && in writeSymbolTableEntryForCsectMemberLabel()
627 W.write<uint32_t>(CSectionRef.Address + SymbolOffset); in writeSymbolTableEntryForCsectMemberLabel()
642 W.write<uint32_t>(CSectionRef.SymbolTableIndex); in writeSymbolTableEntryForCsectMemberLabel()
650 W.write<uint8_t>(CSectionRef.MCSec->getMappingClass()); in writeSymbolTableEntryForCsectMemberLabel()
658 const XCOFFSection &CSectionRef, int16_t SectionIndex, in writeSymbolTableEntryForControlSection() argument
661 writeSymbolName(CSectionRef.getSymbolTableName()); in writeSymbolTableEntryForControlSection()
663 W.write<uint32_t>(CSectionRef.Address); in writeSymbolTableEntryForControlSection()
680 W.write<uint32_t>(CSectionRef.Size); in writeSymbolTableEntryForControlSection()
686 W.write<uint8_t>(getEncodedType(CSectionRef.MCSec)); in writeSymbolTableEntryForControlSection()
688 W.write<uint8_t>(CSectionRef.MCSec->getMappingClass()); in writeSymbolTableEntryForControlSection()