Home
last modified time | relevance | path

Searched refs:FixupOffsetInCsect (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp59 uint32_t FixupOffsetInCsect; member
708 uint32_t FixupOffsetInCsect = in recordRelocation() local
768 SectionMap[ParentSec]->Address + FixupOffsetInCsect; in recordRelocation()
777 FixupOffsetInCsect = 0; in recordRelocation()
780 XCOFFRelocation Reloc = {Index, FixupOffsetInCsect, SignAndSize, Type}; in recordRelocation()
807 XCOFFRelocation RelocB = {IndexB, FixupOffsetInCsect, SignAndSize, TypeB}; in recordRelocation()
1127 writeWord(Section.Address + Reloc.FixupOffsetInCsect); in writeRelocation()
1131 writeWord(Reloc.FixupOffsetInCsect); in writeRelocation()