Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DPDB.cpp863 std::vector<uint8_t> relocatedBytes(subsec.size()); in commit() local
866 tmpRelocIndex, relocatedBytes.data()); in commit()
874 BinaryStreamReader storageReader(relocatedBytes, support::little); in commit()
886 return writer.writeBytes(relocatedBytes); in commit()