Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp60 uint32_t FixupOffsetInCsect; member
694 uint32_t FixupOffsetInCsect = in recordRelocation() local
738 SectionMap[ParentSec]->Address + FixupOffsetInCsect; in recordRelocation()
747 FixupOffsetInCsect = 0; in recordRelocation()
750 XCOFFRelocation Reloc = {Index, FixupOffsetInCsect, SignAndSize, Type}; in recordRelocation()
777 XCOFFRelocation RelocB = {IndexB, FixupOffsetInCsect, SignAndSize, TypeB}; in recordRelocation()
1073 writeWord(Section.Address + Reloc.FixupOffsetInCsect); in writeRelocation()
1077 writeWord(Reloc.FixupOffsetInCsect); in writeRelocation()