Searched refs:readSections (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFObjectReader.h51 virtual bool readSections(Input& pFile);
H A DObjectReader.h41 virtual bool readSections(Input& pFile) = 0;
/frameworks/compile/mclinker/lib/LD/
H A DGroupReader.cpp97 m_ObjectReader.readSections(**input);
H A DELFObjectReader.cpp109 /// readSections - read all regular sections.
110 bool ELFObjectReader::readSections(Input& pInput) function in class:ELFObjectReader
H A DGNUArchiveReader.cpp410 m_ELFObjectReader.readSections(*member);
/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.cpp153 ASSERT_TRUE( m_pELFObjReader->readSections(*m_pInput) );
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp187 getObjectReader()->readSections(**input);

Completed in 494 milliseconds