Searched refs:getSectionAtIndex (Results 1 – 4 of 4) sorted by relevance
209 const Elf32_Shdr & header = m_file->getSectionAtIndex(index); in createDataSource()288 const Elf32_Shdr & sectionHeader = m_file->getSectionAtIndex(index); in createDataTargetForSection()419 const Elf32_Shdr & section = m_elf->getSectionAtIndex(sectionIndex); in addSection()487 const Elf32_Shdr & section = m_elf->getSectionAtIndex(m_sectionIndex); in getData()503 const Elf32_Shdr & section = m_elf->getSectionAtIndex(m_sectionIndex); in getLength()509 const Elf32_Shdr & section = m_elf->getSectionAtIndex(m_sectionIndex); in getBaseAddress()520 const Elf32_Shdr & section = m_elf->getSectionAtIndex(m_sectionIndex); in getLength()526 const Elf32_Shdr & section = m_elf->getSectionAtIndex(m_sectionIndex); in getBaseAddress()
143 const Elf32_Shdr & StELFFile::getSectionAtIndex(unsigned inIndex) const in getSectionAtIndex() function in StELFFile313 const Elf32_Shdr & header = getSectionAtIndex(inStringTableSectionIndex); in getStringAtIndex()333 const Elf32_Shdr & header = getSectionAtIndex(inSectionIndex); in getCachedSectionData()352 const Elf32_Shdr & header = getSectionAtIndex(m_symbolTableIndex); in getSymbolCount()361 const Elf32_Shdr & header = getSectionAtIndex(m_symbolTableIndex); in getSymbolAtIndex()401 const Elf32_Shdr & header = getSectionAtIndex(m_symbolTableIndex); in getSymbolNameStringTableIndex()506 const Elf32_Shdr & header = getSectionAtIndex(i); in dumpSections()
35 const Elf32_Shdr & secInfo = m_elf->getSectionAtIndex(sectionIndex); in GHSSecInfo()
81 const Elf32_Shdr & getSectionAtIndex(unsigned inIndex) const;