HomeSort by relevance Sort by last modified time
    Searched refs:readSections (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
ELFObjectReader.h 42 virtual bool readSections(Input& pFile);
ObjectReader.h 48 virtual bool readSections(Input& pFile) = 0;
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDDriver.h 51 /// readSections - read all input section headers
52 bool readSections();
  /frameworks/compile/mclinker/lib/MC/
MCLDDriver.cpp 186 /// readSections - read all input section headers
187 bool MCLDDriver::readSections()
194 if (!m_LDBackend.getObjectReader()->readSections(**input))
  /frameworks/compile/mclinker/lib/CodeGen/
SectLinker.cpp 145 if (!m_pLDDriver->readSections() ||
  /frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp 81 /// readSections - read all regular sections.
82 bool ELFObjectReader::readSections(Input& pInput)

Completed in 122 milliseconds