Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h166 static Error checkOffset(MemoryBufferRef M, uintptr_t Addr, in checkOffset() function
H A DELFObjectFile.h845 checkOffset(getMemoryBufferRef(), in getSectionContents()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp61 if (Error E = Binary::checkOffset(M, Addr, Size)) in getObject()
106 assert(!checkOffset(Data, reinterpret_cast<uintptr_t>(Addr), sizeof(*Addr))); in toSymb()
388 if (auto E = Binary::checkOffset(M, reinterpret_cast<uintptr_t>(begin), in getFirstReloc()
568 if (Error E = checkOffset(Data, IntPtr, DataEntry->Size)) in initImportTablePtr()
1143 if (Error E = checkOffset(Data, ConStart, SectionSize)) in getSectionContents()
H A DXCOFFObjectFile.cpp36 if (Error E = Binary::checkOffset(M, Addr, Size)) in getObject()
288 if (checkOffset(Data, reinterpret_cast<uintptr_t>(ContentStart), SectionSize)) in getSectionContents()
703 if (Error E = Binary::checkOffset( in parseStringTable()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4.c1129 const int checkOffset = ((safeDecode) && (dictSize < (int)(64 KB))); in LZ4_decompress_generic() local
1178 …if ((checkOffset) && (unlikely(match < lowLimit))) goto _output_error; /* Error : offset outside… in LZ4_decompress_generic()