Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.cpp1089 const uint8_t * stringContents = reinterpret_cast<const uint8_t *>(stringData->c_str()); in createSourceFromNode() local
1090 source = new UnmappedDataSource(stringContents, static_cast<unsigned>(stringData->size())); in createSourceFromNode()