Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DGOFF.h30 constexpr uint8_t PayloadLength = 77;
26 constexpr uint8_t PayloadLength = 77; global() variable
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp608 DataLength -= SliceLength, Slice += GOFF::PayloadLength) { in getContinuousData()
617 SliceLength = std::min(DataLength, (uint16_t)GOFF::PayloadLength); in getContinuousData()
/freebsd/stand/efi/include/
H A Defiip.h393 UINT16 PayloadLength; member