Searched refs:CSectionRef (Results 1 – 1 of 1) sorted by relevance
597 const Symbol &SymbolRef, const ControlSection &CSectionRef, in writeSymbolTableEntryForCsectMemberLabel() argument601 assert(SymbolOffset <= UINT32_MAX - CSectionRef.Address && in writeSymbolTableEntryForCsectMemberLabel()603 W.write<uint32_t>(CSectionRef.Address + SymbolOffset); in writeSymbolTableEntryForCsectMemberLabel()618 W.write<uint32_t>(CSectionRef.SymbolTableIndex); in writeSymbolTableEntryForCsectMemberLabel()626 W.write<uint8_t>(CSectionRef.MCCsect->getMappingClass()); in writeSymbolTableEntryForCsectMemberLabel()634 const ControlSection &CSectionRef, int16_t SectionIndex, in writeSymbolTableEntryForControlSection() argument637 writeSymbolName(CSectionRef.getSymbolTableName()); in writeSymbolTableEntryForControlSection()639 W.write<uint32_t>(CSectionRef.Address); in writeSymbolTableEntryForControlSection()656 W.write<uint32_t>(CSectionRef.Size); in writeSymbolTableEntryForControlSection()662 W.write<uint8_t>(getEncodedType(CSectionRef.MCCsect)); in writeSymbolTableEntryForControlSection()[all …]