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

  /src/external/bsd/elftosb/dist/sbtool/
EncoreBootImageReader.h 78 EncoreBootImage::Section * readSection(unsigned index);
EncoreBootImageReader.cpp 309 EncoreBootImage::Section * EncoreBootImageReader::readSection(unsigned index)
sbtool.cpp 438 EncoreBootImage::Section * section = m_reader->readSection(n);
  /src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp 224 static Error readSection(WasmSection &Section, WasmObjectFile::ReadContext &Ctx,
228 LLVM_DEBUG(dbgs() << "readSection type=" << Section.Type << "\n");
292 if ((Err = readSection(Sec, Ctx, Checker)))

Completed in 50 milliseconds