Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/common/
H A DStELFFile.cpp183 return readSectionData(m_sectionHeaders[inIndex]); in getSectionDataAtIndex()
197 return readSectionData(*inSection); in getSectionData()
202 uint8_t * StELFFile::readSectionData(const Elf32_Shdr & inHeader) in readSectionData() function in StELFFile
H A DStELFFile.h179 uint8_t * readSectionData(const Elf32_Shdr & inHeader);