Searched refs:CSection (Results 1 – 1 of 1) sorted by relevance
218 void writeRelocation(XCOFFRelocation Reloc, const ControlSection &CSection);721 const ControlSection &CSection) { in writeRelocation() argument722 W.write<uint32_t>(CSection.Address + Reloc.FixupOffsetInCsect); in writeRelocation()