Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerShmem.h46 uint8_t *GetByteArray() { return GetData() + sizeof(size_t); } in GetByteArray() function
H A DFuzzerDriver.cpp688 const Unit tmp(SMR.GetByteArray(), SMR.GetByteArray() + Size); in FuzzerDriver()
H A DFuzzerLoop.cpp872 uint8_t *OtherData = SMR.GetByteArray(); in AnnounceOutput()