Home
last modified time | relevance | path

Searched refs:getSectionAtIndex (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DELFSourceFile.cpp209 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()
H A DStELFFile.cpp143 const Elf32_Shdr & StELFFile::getSectionAtIndex(unsigned inIndex) const in getSectionAtIndex() function in StELFFile
313 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()
H A DGHSSecInfo.cpp35 const Elf32_Shdr & secInfo = m_elf->getSectionAtIndex(sectionIndex); in GHSSecInfo()
H A DStELFFile.h81 const Elf32_Shdr & getSectionAtIndex(unsigned inIndex) const;