Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp153 static bool isDataGnuCompressed(ArrayRef<uint8_t> Data) { in isDataGnuCompressed() function
161 const bool IsGnuDebug = isDataGnuCompressed(Data); in getDecompressedSizeAndAlignment()
184 const size_t DataOffset = isDataGnuCompressed(Sec.OriginalData) in visit()
1089 if (isDataGnuCompressed(Data) || (Shdr.sh_flags & ELF::SHF_COMPRESSED)) { in makeSection()