Searched refs:CSectionRef (Results 1 – 1 of 1) sorted by relevance
430 const Symbol &SymbolRef, const ControlSection &CSectionRef, in writeSymbolTableEntryForCsectMemberLabel() argument434 assert(SymbolOffset <= UINT32_MAX - CSectionRef.Address && in writeSymbolTableEntryForCsectMemberLabel()436 W.write<uint32_t>(CSectionRef.Address + SymbolOffset); in writeSymbolTableEntryForCsectMemberLabel()451 W.write<uint32_t>(CSectionRef.SymbolTableIndex); in writeSymbolTableEntryForCsectMemberLabel()459 W.write<uint8_t>(CSectionRef.MCCsect->getMappingClass()); in writeSymbolTableEntryForCsectMemberLabel()467 const ControlSection &CSectionRef, int16_t SectionIndex, in writeSymbolTableEntryForControlSection() argument470 writeSymbolName(CSectionRef.getName()); in writeSymbolTableEntryForControlSection()472 W.write<uint32_t>(CSectionRef.Address); in writeSymbolTableEntryForControlSection()489 W.write<uint32_t>(CSectionRef.Size); in writeSymbolTableEntryForControlSection()495 W.write<uint8_t>(getEncodedType(CSectionRef.MCCsect)); in writeSymbolTableEntryForControlSection()[all …]