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

  /src/external/bsd/elftosb/dist/common/
StELFFile.h 80 //! \brief Returns a reference to section number \a inIndex.
81 const Elf32_Shdr & getSectionAtIndex(unsigned inIndex) const;
90 uint8_t * getSectionDataAtIndex(unsigned inIndex);
103 const Elf32_Phdr & getSegmentAtIndex(unsigned inIndex) const;
109 uint8_t * getSegmentDataAtIndex(unsigned inIndex);
119 std::string getSectionNameAtIndex(unsigned inIndex);
132 //! \brief Returns the symbol with index \a inIndex.
133 const Elf32_Sym & getSymbolAtIndex(unsigned inIndex);
StSRecordFile.h 90 inline const SRecord & operator [] (unsigned inIndex) { return m_records[inIndex]; }
105 int readHexByte(std::string & inString, int inIndex);
StELFFile.cpp 143 const Elf32_Shdr & StELFFile::getSectionAtIndex(unsigned inIndex) const
145 if (inIndex > m_sectionHeaders.size())
146 throw std::invalid_argument("inIndex");
148 return m_sectionHeaders[inIndex];
181 uint8_t * StELFFile::getSectionDataAtIndex(unsigned inIndex)
183 return readSectionData(m_sectionHeaders[inIndex]);
229 const Elf32_Phdr & StELFFile::getSegmentAtIndex(unsigned inIndex) const
231 if (inIndex > m_programHeaders.size())
232 throw std::invalid_argument("inIndex");
234 return m_programHeaders[inIndex];
    [all...]
StSRecordFile.cpp 107 int StSRecordFile::readHexByte(std::string & inString, int inIndex)
109 char nibbleCharHi= inString[inIndex];
110 char nibbleCharLo = inString[inIndex + 1];
StExecutableImage.cpp 108 //! \exception std::out_of_range is thrown if \a inIndex is out of range.
110 const StExecutableImage::MemoryRegion & StExecutableImage::getRegionAtIndex(unsigned inIndex) const
113 if (inIndex >= m_image.size())
114 throw std::out_of_range("inIndex");
121 if (i == inIndex)
StExecutableImage.h 185 //! \brief Returns a reference to the region specified by \a inIndex.
186 const MemoryRegion & getRegionAtIndex(unsigned inIndex) const;
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
DNSServerDNSSEC.h 30 @param inIndex The desired DNSKeyInfo object's index number.
35 DNSKeyInfoRef _Nullable GetDNSKeyInfoEx( uint32_t inAlgorithm, uint32_t inIndex, Boolean inGetZSK );
dnssdutil.c 9675 size_t inIndex );
9686 size_t inIndex,
9728 size_t inIndex,
9857 size_t inIndex,
10087 size_t inIndex,
10097 ctx->index = inIndex;
10255 size_t inIndex )
10270 newResp->index = inIndex;
10481 size_t inIndex,
10492 const size_t inIndex,
    [all...]
DNSServerDNSSEC.c 3231 if( inIndex < countof( kDNSKey ## ALG_NAME ## Sets ) ) \
3233 const DNSKey ## ALG_NAME ## Set * const _set = &kDNSKey ## ALG_NAME ## Sets[ inIndex ]; \
3240 DNSKeyInfoRef GetDNSKeyInfoEx( const uint32_t inAlgorithm, const uint32_t inIndex, const Boolean inGetZSK )
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_7zip.c 185 uint64_t inIndex;
2336 if (parse_7zip_uint64(a, &(f->bindPairs[i].inIndex)) < 0)
2338 if (UMAX_ENTRY < f->bindPairs[i].inIndex)
2355 if (f->bindPairs[j].inIndex == i)
3841 if (folder->bindPairs[0].inIndex == 5) {

Completed in 43 milliseconds