Lines Matching refs:StExecutableImage
120 MemoryImageDataSource::MemoryImageDataSource(StExecutableImage * image) in MemoryImageDataSource()
161 const StExecutableImage::MemoryRegion & region = m_image->getRegionAtIndex(index); in getSegmentAt()
162 if (region.m_type == StExecutableImage::TEXT_REGION) in getSegmentAt()
166 else if (region.m_type == StExecutableImage::FILL_REGION) in getSegmentAt()
177 MemoryImageDataSource::TextSegment::TextSegment(MemoryImageDataSource & source, StExecutableImage *… in TextSegment()
184 const StExecutableImage::MemoryRegion & region = m_image->getRegionAtIndex(m_index); in getData()
185 assert(region.m_type == StExecutableImage::TEXT_REGION); in getData()
195 const StExecutableImage::MemoryRegion & region = m_image->getRegionAtIndex(m_index); in getLength()
201 const StExecutableImage::MemoryRegion & region = m_image->getRegionAtIndex(m_index); in getBaseAddress()
207 MemoryImageDataSource::FillSegment::FillSegment(MemoryImageDataSource & source, StExecutableImage *… in FillSegment()
216 const StExecutableImage::MemoryRegion & region = m_image->getRegionAtIndex(m_index); in getLength()
222 const StExecutableImage::MemoryRegion & region = m_image->getRegionAtIndex(m_index); in getBaseAddress()