Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h34 constexpr uint16_t RelocOverflow = 65535; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp836 if (CsectRelocCount >= XCOFF::RelocOverflow || in finalizeSectionInfo()
837 Section->RelocationCount >= XCOFF::RelocOverflow - CsectRelocCount) in finalizeSectionInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp666 if (Sec.NumberOfRelocations < XCOFF::RelocOverflow) in getLogicalNumberOfRelocationEntries()