Searched refs:sectionIndex (Results 1 – 7 of 7) sorted by relevance
28 unsigned sectionIndex = m_elf->getIndexOfSectionWithName(kSecInfoSectionName); in GHSSecInfo() local29 if (sectionIndex == SHN_UNDEF) in GHSSecInfo()35 const Elf32_Shdr & secInfo = m_elf->getSectionAtIndex(sectionIndex); in GHSSecInfo()43 m_info = (ghs_secinfo_t *)m_elf->getSectionDataAtIndex(sectionIndex); in GHSSecInfo()
416 void ELFSourceFile::ELFDataSource::addSection(unsigned sectionIndex) in addSection() argument419 const Elf32_Shdr & section = m_elf->getSectionAtIndex(sectionIndex); in addSection()430 segment = new ProgBitsSegment(*this, m_elf, sectionIndex); in addSection()464 segment = new NoBitsSegment(*this, m_elf, sectionIndex); in addSection()
155 unsigned sectionIndex = 0; in getIndexOfSectionWithName() local157 for (; it != getSectionEnd(); ++it, ++sectionIndex) in getIndexOfSectionWithName()164 return sectionIndex; in getIndexOfSectionWithName()
204 void addSection(unsigned sectionIndex);
368 uint64_t sectionIndex; member
2579 module_header.sectionIndex = lendian64 (sizeof (module_header)); in hsa_output_brig()
168 = ((const uint64_t *) (m_brig + mheader->sectionIndex))[sec]; in find_brig_sections()