Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/sbtool/
H A DEncoreBootImageReader.h78 EncoreBootImage::Section * readSection(unsigned index);
H A DEncoreBootImageReader.cpp309 EncoreBootImage::Section * EncoreBootImageReader::readSection(unsigned index) in readSection() function in EncoreBootImageReader
H A Dsbtool.cpp438 EncoreBootImage::Section * section = m_reader->readSection(n); in readBootImage()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp224 static Error readSection(WasmSection &Section, WasmObjectFile::ReadContext &Ctx, in readSection() function
292 if ((Err = readSection(Sec, Ctx, Checker))) in WasmObjectFile()