Home
last modified time | relevance | path

Searched refs:sectionIndex (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DGHSSecInfo.cpp28 unsigned sectionIndex = m_elf->getIndexOfSectionWithName(kSecInfoSectionName); in GHSSecInfo() local
29 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()
H A DELFSourceFile.cpp416 void ELFSourceFile::ELFDataSource::addSection(unsigned sectionIndex) in addSection() argument
419 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()
H A DStELFFile.cpp155 unsigned sectionIndex = 0; in getIndexOfSectionWithName() local
157 for (; it != getSectionEnd(); ++it, ++sectionIndex) in getIndexOfSectionWithName()
164 return sectionIndex; in getIndexOfSectionWithName()
H A DELFSourceFile.h204 void addSection(unsigned sectionIndex);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-brig-format.h368 uint64_t sectionIndex; member
H A Dhsa-brig.c2579 module_header.sectionIndex = lendian64 (sizeof (module_header)); in hsa_output_brig()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-to-generic.cc168 = ((const uint64_t *) (m_brig + mheader->sectionIndex))[sec]; in find_brig_sections()