Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/sbtool/
H A DEncoreBootImageReader.cpp353 dataSection->setDataNoCopy(contents, contentLength); in readSection()
/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.h853 void setDataNoCopy(const uint8_t * data, unsigned length);
H A DEncoreBootImage.cpp1309 void EncoreBootImage::DataSection::setDataNoCopy(const uint8_t * data, unsigned length) in setDataNoCopy() function in EncoreBootImage::DataSection