Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h43 constexpr uint16_t RelocOverflow = 65535; variable
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp1104 W.write<uint16_t>((IsOvrflo || Sec->RelocationCount == XCOFF::RelocOverflow) in writeSectionHeader()
1245 if (!is64Bit() && (RelCount >= static_cast<uint32_t>(XCOFF::RelocOverflow))) { in finalizeRelocationInfo()
1261 Sec->RelocationCount = XCOFF::RelocOverflow; in finalizeRelocationInfo()
1275 Sec->RelocationCount == static_cast<uint32_t>(XCOFF::RelocOverflow)) { in calcOffsetToRelocations()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1006 if (Section.NumberOfRelocations < XCOFF::RelocOverflow) in getNumberOfRelocationEntries()