HomeSort by: relevance | last modified time | path
    Searched refs:m_elf (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/elftosb/dist/common/
GHSSecInfo.cpp 23 : m_elf(elf), m_hasInfo(false), m_info(0), m_entryCount(0)
28 unsigned sectionIndex = m_elf->getIndexOfSectionWithName(kSecInfoSectionName);
35 const Elf32_Shdr & secInfo = m_elf->getSectionAtIndex(sectionIndex);
43 m_info = (ghs_secinfo_t *)m_elf->getSectionDataAtIndex(sectionIndex);
GHSSecInfo.h 64 StELFFile * m_elf; //!< The parser object for our ELF file. member in class:elftosb::GHSSecInfo
ELFSourceFile.h 168 StELFFile * m_elf; //!< The format parser instance for this ELF file. member in class:elftosb::ELFSourceFile::ELFDataSource::ProgBitsSegment
189 StELFFile * m_elf; //!< The format parser instance for this ELF file. member in class:elftosb::ELFSourceFile::ELFDataSource::NoBitsSegment
195 ELFDataSource(StELFFile * elf) : DataSource(), m_elf(elf) {}
213 StELFFile * m_elf; //!< The ELF file parser. member in class:elftosb::ELFSourceFile::ELFDataSource
ELFSourceFile.cpp 419 const Elf32_Shdr & section = m_elf->getSectionAtIndex(sectionIndex);
430 segment = new ProgBitsSegment(*this, m_elf, sectionIndex);
441 if (m_elf->ELFVariant() == eGHSVariant)
443 GHSSecInfo secinfo(m_elf);
464 segment = new NoBitsSegment(*this, m_elf, sectionIndex);
468 std::string name = m_elf->getSectionNameAtIndex(section.sh_name);
481 : DataSource::Segment(source), m_elf(elf), m_sectionIndex(index)
487 const Elf32_Shdr & section = m_elf->getSectionAtIndex(m_sectionIndex);
488 uint8_t * data = m_elf->getSectionDataAtIndex(m_sectionIndex);
503 const Elf32_Shdr & section = m_elf->getSectionAtIndex(m_sectionIndex)
    [all...]

Completed in 26 milliseconds