Searched refs:checkOffset (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | Binary.h | 166 static Error checkOffset(MemoryBufferRef M, uintptr_t Addr, in checkOffset() function
|
| H A D | ELFObjectFile.h | 845 checkOffset(getMemoryBufferRef(), in getSectionContents()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 61 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 D | XCOFFObjectFile.cpp | 36 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 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()
|