Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp58 uint32_t FixupOffsetInCsect; member
699 uint32_t FixupOffsetInCsect = Asm->getFragmentOffset(F) + Fixup.getOffset(); in recordRelocation() local
758 SectionMap[ParentSec]->Address + FixupOffsetInCsect; in recordRelocation()
767 FixupOffsetInCsect = 0; in recordRelocation()
770 XCOFFRelocation Reloc = {Index, FixupOffsetInCsect, SignAndSize, Type}; in recordRelocation()
796 XCOFFRelocation RelocB = {IndexB, FixupOffsetInCsect, SignAndSize, TypeB}; in recordRelocation()
1114 writeWord(Section.Address + Reloc.FixupOffsetInCsect); in writeRelocation()
1118 writeWord(Reloc.FixupOffsetInCsect); in writeRelocation()