Searched refs:checkOffset (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | Binary.h | 148 static std::error_code checkOffset(MemoryBufferRef M, uintptr_t Addr, in checkOffset() function
|
| H A D | ELFObjectFile.h | 693 checkOffset(getMemoryBufferRef(), in getSectionContents()
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 62 if (std::error_code EC = Binary::checkOffset(M, Addr, Size)) in getObject() 107 assert(!checkOffset(Data, uintptr_t(Addr), sizeof(*Addr))); in toSymb() 376 if (Binary::checkOffset(M, uintptr_t(begin), in getFirstReloc() 557 if (std::error_code EC = checkOffset(Data, IntPtr, DataEntry->Size)) in initImportTablePtr() 1134 if (checkOffset(Data, ConStart, SectionSize)) in getSectionContents()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_subr/lz4/ |
| H A D | lz4.c | 1129 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()
|