Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/common/
H A Dsmart_ptr.h127 class smart_array_ptr
137 smart_array_ptr() : _p(0) {} in smart_array_ptr() function
140 smart_array_ptr(ptr_type p) : _p(p) {} in smart_array_ptr() function
144 virtual ~smart_array_ptr() { safe_delete(); } in ~smart_array_ptr()
202 smart_array_ptr<T> & operator = (const_ptr_type p)
H A DGHSSecInfo.h66smart_array_ptr<ghs_secinfo_t> m_info; //!< Pointer to the .secinfo entries. Will be NULL if there…
H A DLogging.cpp41 smart_array_ptr<char> buffer = new char[1024]; in log()
H A DSRecordSourceFile.cpp118 smart_array_ptr<uint8_t> buffer = new uint8_t[COLLECTION_BUFFER_SIZE]; in buildMemoryImage()
H A DSourceFile.cpp163 smart_array_ptr<uint8_t> data = new uint8_t[length]; in createDataSource()
H A DDataSource.h227 smart_array_ptr<uint8_t> m_data; //!< The data.
H A DEncoreBootImage.h538 smart_array_ptr<uint8_t> m_data; //!< Pointer to data to load.
868 smart_array_ptr<uint8_t> m_data; //!< The section's contents.
H A DEncoreBootImage.cpp90 smart_array_ptr<RijndaelCBCMAC> macs(0); in writeToStream()
308 smart_array_ptr<uint8_t> digestBlocks = new uint8_t[digestBlocksSize]; in writeToStream()
/netbsd-src/external/bsd/elftosb/dist/sbtool/
H A Dsbtool.cpp459 smart_array_ptr<uint8_t> buffer = new uint8_t[dataLength]; in extractSection()