Searched refs:CSectionRef (Results 1 – 1 of 1) sorted by relevance
621 const Symbol &SymbolRef, const XCOFFSection &CSectionRef, in writeSymbolTableEntryForCsectMemberLabel() argument625 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() argument661 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()[all …]