Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/common/
H A DDataSource.cpp84 #pragma mark *** UnmappedDataSource ***
86 UnmappedDataSource::UnmappedDataSource() in UnmappedDataSource() function in UnmappedDataSource
91 UnmappedDataSource::UnmappedDataSource(const uint8_t * data, unsigned length) in UnmappedDataSource() function in UnmappedDataSource
100 void UnmappedDataSource::setData(const uint8_t * data, unsigned length) in setData()
110 unsigned UnmappedDataSource::getData(unsigned offset, unsigned maxBytes, uint8_t * buffer) in getData()
H A DDataSource.h196 class UnmappedDataSource : public DataSource, public DataSource::Segment
200 UnmappedDataSource();
203 UnmappedDataSource(const uint8_t * data, unsigned length);
H A DSourceFile.cpp177 return new UnmappedDataSource(data, length); in createDataSource()
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.cpp1090 source = new UnmappedDataSource(stringContents, static_cast<unsigned>(stringData->size())); in createSourceFromNode()
1096 source = new UnmappedDataSource(blob->getData(), blob->getLength()); in createSourceFromNode()